#407912

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

Shades of Bilbao #407912

Tints of Bilbao #407912

Color information

#407912 (or 0x407912) is unknown color: approx Bilbao. HEX triplet: 40, 79 and 12. RGB value is (64,121,18). Sum of RGB (Red+Green+Blue) = 64+121+18=203 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.53% from 203); Green value is 121 (47.66% from 255 or 59.61% from 203); Blue value is 18 (7.42% from 255 or 8.87% from 203); Max value from RGB is 121 - color contains mainly: green. Hex color #407912 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #407912 is #BF86ED. Grayscale: #5C5C5C. Windows color (decimal): -12551918 or 1210688. OLE color: 1210688.

HSL color Cylindrical-coordinate representation of color #407912: hue angle of 93.2º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #407912 is Cyan = 0.47, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.53.

Color convert

RGB6412118-
CMYK0.4700.850.53
HSL93.2º74.1%27.25%-
HSV(B)93.2º85.12%47.45%-
XYZ9.0614.812.95-
YUV92.2286.12107.88-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.53%
GREEN value IS 121 (47.66% from 255) = 59.61%
BLUE value IS 18 (7.42% from 255) = 8.87%
R=31.53%
G=59.61%
B=8.87%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal64121180.4700.850.5393.274.127.25
Hex4079122F055355d4a1b
Octal100171225701256513511233
Binary1000000111100110010101111010101011101011011101100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407912; }

 p { color: rgb(64,121,18); }

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

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

 a { background-color: rgb(64,121,18); }

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

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

 span { border-color: rgb(64,121,18); }

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