#408209

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

Shades of Bilbao #408209

Tints of Bilbao #408209

Color information

#408209 (or 0x408209) is unknown color: approx Bilbao. HEX triplet: 40, 82 and 09. RGB value is (64,130,9). Sum of RGB (Red+Green+Blue) = 64+130+9=203 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.53% from 203); Green value is 130 (51.17% from 255 or 64.04% from 203); Blue value is 9 (3.91% from 255 or 4.43% from 203); Max value from RGB is 130 - color contains mainly: green. Hex color #408209 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #408209 is #BF7DF6. Grayscale: #606060. Windows color (decimal): -12549623 or 623168. OLE color: 623168.

HSL color Cylindrical-coordinate representation of color #408209: hue angle of 92.73º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #408209 is Cyan = 0.51, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.49.

Color convert

RGB641309-
CMYK0.5100.930.49
HSL92.73º87.05%27.25%-
HSV(B)92.73º93.08%50.98%-
XYZ10.1517.073.02-
YUV96.4778.63104.84-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.53%
GREEN value IS 130 (51.17% from 255) = 64.04%
BLUE value IS 9 (3.91% from 255) = 4.43%
R=31.53%
G=64.04%
B=4.43%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal6413090.5100.930.4992.7387.0527.25
Hex408293305D315d571b
Octal100202116301356113512733
Binary1000000100000101001110011010111011100011011101101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408209; }

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

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

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

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

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

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

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

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