#408A09

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

Shades of Bilbao #408A09

Tints of Bilbao #408A09

Color information

#408A09 (or 0x408A09) is unknown color: approx Bilbao. HEX triplet: 40, 8A and 09. RGB value is (64,138,9). Sum of RGB (Red+Green+Blue) = 64+138+9=211 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.33% from 211); Green value is 138 (54.30% from 255 or 65.40% from 211); Blue value is 9 (3.91% from 255 or 4.27% from 211); Max value from RGB is 138 - color contains mainly: green. Hex color #408A09 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #408A09 is #BF75F6. Grayscale: #656565. Windows color (decimal): -12547575 or 625216. OLE color: 625216.

HSL color Cylindrical-coordinate representation of color #408A09: hue angle of 94.42º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #408A09 is Cyan = 0.54, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.46.

Color convert

RGB641389-
CMYK0.5400.930.46
HSL94.42º87.76%28.82%-
HSV(B)94.42º93.48%54.12%-
XYZ11.2519.293.39-
YUV101.1775.98101.49-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.33%
GREEN value IS 138 (54.30% from 255) = 65.40%
BLUE value IS 9 (3.91% from 255) = 4.27%
R=30.33%
G=65.40%
B=4.27%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal6413890.5400.930.4694.4287.7628.82
Hex408A93605D2E5e581d
Octal100212116601355613613035
Binary1000000100010101001110110010111011011101011110101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408A09; }

 p { color: rgb(64,138,9); }

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

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

 a { background-color: rgb(64,138,9); }

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

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

 span { border-color: rgb(64,138,9); }

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