#408709

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

Shades of Bilbao #408709

Tints of Bilbao #408709

Color information

#408709 (or 0x408709) is unknown color: approx Bilbao. HEX triplet: 40, 87 and 09. RGB value is (64,135,9). Sum of RGB (Red+Green+Blue) = 64+135+9=208 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.77% from 208); Green value is 135 (53.12% from 255 or 64.90% from 208); Blue value is 9 (3.91% from 255 or 4.33% from 208); Max value from RGB is 135 - color contains mainly: green. Hex color #408709 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #408709 is #BF78F6. Grayscale: #636363. Windows color (decimal): -12548343 or 624448. OLE color: 624448.

HSL color Cylindrical-coordinate representation of color #408709: hue angle of 93.81º degrees, saturation: 0.88, 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 #408709 is Cyan = 0.53, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.47.

Color convert

RGB641359-
CMYK0.5300.930.47
HSL93.81º87.5%28.24%-
HSV(B)93.81º93.33%52.94%-
XYZ10.8318.443.25-
YUV99.4176.98102.75-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.77%
GREEN value IS 135 (53.12% from 255) = 64.90%
BLUE value IS 9 (3.91% from 255) = 4.33%
R=30.77%
G=64.90%
B=4.33%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal6413590.5300.930.4793.8187.528.24
Hex408793505D2F5e581c
Octal100207116501355713613034
Binary1000000100001111001110101010111011011111011110101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408709; }

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

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

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

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

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

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

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

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