#407620

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

Shades of Bilbao #407620

Tints of Bilbao #407620

Color information

#407620 (or 0x407620) is unknown color: approx Bilbao. HEX triplet: 40, 76 and 20. RGB value is (64,118,32). Sum of RGB (Red+Green+Blue) = 64+118+32=214 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.91% from 214); Green value is 118 (46.48% from 255 or 55.14% from 214); Blue value is 32 (12.89% from 255 or 14.95% from 214); Max value from RGB is 118 - color contains mainly: green. Hex color #407620 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407620 is #BF89DF. Grayscale: #5C5C5C. Windows color (decimal): -12552672 or 2127424. OLE color: 2127424.

HSL color Cylindrical-coordinate representation of color #407620: hue angle of 97.67º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #407620 is Cyan = 0.46, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.54.

Color convert

RGB6411832-
CMYK0.4600.730.54
HSL97.67º57.33%29.41%-
HSV(B)97.67º72.88%46.27%-
XYZ8.8514.153.63-
YUV92.0594.11107.99-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.91%
GREEN value IS 118 (46.48% from 255) = 55.14%
BLUE value IS 32 (12.89% from 255) = 14.95%
R=29.91%
G=55.14%
B=14.95%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal64118320.4600.730.5497.6757.3329.41
Hex4076202E0493662391d
Octal10016640560111661427135
Binary1000000111011010000010111001001001110110110001011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407620; }

 p { color: rgb(64,118,32); }

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

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

 a { background-color: rgb(64,118,32); }

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

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

 span { border-color: rgb(64,118,32); }

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