#407122

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

Shades of Bilbao #407122

Tints of Bilbao #407122

Color information

#407122 (or 0x407122) is unknown color: approx Bilbao. HEX triplet: 40, 71 and 22. RGB value is (64,113,34). Sum of RGB (Red+Green+Blue) = 64+113+34=211 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.33% from 211); Green value is 113 (44.53% from 255 or 53.55% from 211); Blue value is 34 (13.67% from 255 or 16.11% from 211); Max value from RGB is 113 - color contains mainly: green. Hex color #407122 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407122 is #BF8EDD. Grayscale: #595959. Windows color (decimal): -12553950 or 2257216. OLE color: 2257216.

HSL color Cylindrical-coordinate representation of color #407122: hue angle of 97.22º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #407122 is Cyan = 0.43, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.56.

Color convert

RGB6411334-
CMYK0.4300.700.56
HSL97.22º53.74%28.82%-
HSV(B)97.22º69.91%44.31%-
XYZ8.3113.023.59-
YUV89.3496.77109.92-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.33%
GREEN value IS 113 (44.53% from 255) = 53.55%
BLUE value IS 34 (13.67% from 255) = 16.11%
R=30.33%
G=53.55%
B=16.11%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal64113340.4300.700.5697.2253.7428.82
Hex4071222B0463861361d
Octal10016142530106701416635
Binary1000000111000110001010101101000110111000110000111011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407122; }

 p { color: rgb(64,113,34); }

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

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

 a { background-color: rgb(64,113,34); }

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

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

 span { border-color: rgb(64,113,34); }

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