#407020

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

Shades of Bilbao #407020

Tints of Bilbao #407020

Color information

#407020 (or 0x407020) is unknown color: approx Bilbao. HEX triplet: 40, 70 and 20. RGB value is (64,112,32). Sum of RGB (Red+Green+Blue) = 64+112+32=208 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.77% from 208); Green value is 112 (44.14% from 255 or 53.85% from 208); Blue value is 32 (12.89% from 255 or 15.38% from 208); Max value from RGB is 112 - color contains mainly: green. Hex color #407020 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407020 is #BF8FDF. Grayscale: #585858. Windows color (decimal): -12554208 or 2125888. OLE color: 2125888.

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

Color convert

RGB6411232-
CMYK0.4300.710.56
HSL96º55.56%28.24%-
HSV(B)96º71.43%43.92%-
XYZ8.1712.783.4-
YUV88.5396.1110.5-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.77%
GREEN value IS 112 (44.14% from 255) = 53.85%
BLUE value IS 32 (12.89% from 255) = 15.38%
R=30.77%
G=53.85%
B=15.38%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal64112320.4300.710.569655.5628.24
Hex4070202B0473860381c
Octal10016040530107701407034
Binary1000000111000010000010101101000111111000110000011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407020; }

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

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

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

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

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

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

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

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