#407712

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

Shades of Bilbao #407712

Tints of Bilbao #407712

Color information

#407712 (or 0x407712) is unknown color: approx Bilbao. HEX triplet: 40, 77 and 12. RGB value is (64,119,18). Sum of RGB (Red+Green+Blue) = 64+119+18=201 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.84% from 201); Green value is 119 (46.88% from 255 or 59.20% from 201); Blue value is 18 (7.42% from 255 or 8.96% from 201); Max value from RGB is 119 - color contains mainly: green. Hex color #407712 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #407712 is #BF88ED. Grayscale: #5B5B5B. Windows color (decimal): -12552430 or 1210176. OLE color: 1210176.

HSL color Cylindrical-coordinate representation of color #407712: hue angle of 92.67º 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 #407712 is Cyan = 0.46, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.53.

Color convert

RGB6411918-
CMYK0.4600.850.53
HSL92.67º73.72%26.86%-
HSV(B)92.67º84.87%46.67%-
XYZ8.8214.332.87-
YUV91.0486.78108.71-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.84%
GREEN value IS 119 (46.88% from 255) = 59.20%
BLUE value IS 18 (7.42% from 255) = 8.96%
R=31.84%
G=59.20%
B=8.96%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal64119180.4600.850.5392.6773.7226.86
Hex4077122E055355d4a1b
Octal100167225601256513511233
Binary1000000111011110010101110010101011101011011101100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407712; }

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

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

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

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

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

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

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

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