#308908

Color #308908 Bilbao (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bilbao #308908

Tints of Bilbao #308908

Color information

#308908 (or 0x308908) is unknown color: approx Bilbao. HEX triplet: 30, 89 and 08. RGB value is (48,137,8). Sum of RGB (Red+Green+Blue) = 48+137+8=193 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.87% from 193); Green value is 137 (53.91% from 255 or 70.98% from 193); Blue value is 8 (3.52% from 255 or 4.15% from 193); Max value from RGB is 137 - color contains mainly: green. Hex color #308908 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #308908 is #CF76F7. Grayscale: #606060. Windows color (decimal): -13596408 or 559408. OLE color: 559408.

HSL color Cylindrical-coordinate representation of color #308908: hue angle of 101.4º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #308908 is Cyan = 0.65, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.46.

Color convert

RGB481378-
CMYK0.6500.940.46
HSL101.4º88.97%28.43%-
HSV(B)101.4º94.16%53.73%-
XYZ10.2118.543.27-
YUV95.6878.5193.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 48 (19.14% from 255) = 24.87%
GREEN value IS 137 (53.91% from 255) = 70.98%
BLUE value IS 8 (3.52% from 255) = 4.15%
R=24.87%
G=70.98%
B=4.15%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal4813780.6500.940.46101.488.9728.43
Hex308984105E2E65591c
Octal602111010101365614513134
Binary1100001000100110001000001010111101011101100101101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308908; }

 p { color: rgb(48,137,8); }

 H1.HeaderClassName
 {
   color: #308908;
 }
 .AnyTagClassName
 {
   color: #308908;
 }
</style>
background-color css

<style>
 a { background-color: #308908; }

 a { background-color: rgb(48,137,8); }

 div.DivClassName
 {
   background-color: #308908;
 }
 .BgClassName
 {
   background-color: #308908;
 }
</style>
border-color css

<style>
 span { border-color: #308908; }

 span { border-color: rgb(48,137,8); }

 td.TdClassName
 {
   border-color: #308908;
 }
 .TagClassName
 {
   border-color: #308908;
 }
</style>