#408609

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

Shades of Bilbao #408609

Tints of Bilbao #408609

Color information

#408609 (or 0x408609) is unknown color: approx Bilbao. HEX triplet: 40, 86 and 09. RGB value is (64,134,9). Sum of RGB (Red+Green+Blue) = 64+134+9=207 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.92% from 207); Green value is 134 (52.73% from 255 or 64.73% from 207); Blue value is 9 (3.91% from 255 or 4.35% from 207); Max value from RGB is 134 - color contains mainly: green. Hex color #408609 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #408609 is #BF79F6. Grayscale: #636363. Windows color (decimal): -12548599 or 624192. OLE color: 624192.

HSL color Cylindrical-coordinate representation of color #408609: hue angle of 93.6º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #408609 is Cyan = 0.52, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.47.

Color convert

RGB641349-
CMYK0.5200.930.47
HSL93.6º87.41%28.04%-
HSV(B)93.6º93.28%52.55%-
XYZ10.6918.163.2-
YUV98.8277.31103.16-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.92%
GREEN value IS 134 (52.73% from 255) = 64.73%
BLUE value IS 9 (3.91% from 255) = 4.35%
R=30.92%
G=64.73%
B=4.35%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal6413490.5200.930.4793.687.4128.04
Hex408693405D2F5e571c
Octal100206116401355713612734
Binary1000000100001101001110100010111011011111011110101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408609; }

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

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

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

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

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

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

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

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