#408508

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

Shades of Bilbao #408508

Tints of Bilbao #408508

Color information

#408508 (or 0x408508) is unknown color: approx Bilbao. HEX triplet: 40, 85 and 08. RGB value is (64,133,8). Sum of RGB (Red+Green+Blue) = 64+133+8=205 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.22% from 205); Green value is 133 (52.34% from 255 or 64.88% from 205); Blue value is 8 (3.52% from 255 or 3.90% from 205); Max value from RGB is 133 - color contains mainly: green. Hex color #408508 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #408508 is #BF7AF7. Grayscale: #626262. Windows color (decimal): -12548856 or 558400. OLE color: 558400.

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

Color convert

RGB641338-
CMYK0.5200.940.48
HSL93.12º88.65%27.65%-
HSV(B)93.12º93.98%52.16%-
XYZ10.5517.883.13-
YUV98.1277.14103.66-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.22%
GREEN value IS 133 (52.34% from 255) = 64.88%
BLUE value IS 8 (3.52% from 255) = 3.90%
R=31.22%
G=64.88%
B=3.90%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal6413380.5200.940.4893.1288.6527.65
Hex408583405E305d591c
Octal100205106401366013513134
Binary1000000100001011000110100010111101100001011101101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408508; }

 p { color: rgb(64,133,8); }

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

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

 a { background-color: rgb(64,133,8); }

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

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

 span { border-color: rgb(64,133,8); }

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