#407920

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

Shades of Bilbao #407920

Tints of Bilbao #407920

Color information

#407920 (or 0x407920) is unknown color: approx Bilbao. HEX triplet: 40, 79 and 20. RGB value is (64,121,32). Sum of RGB (Red+Green+Blue) = 64+121+32=217 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.49% from 217); Green value is 121 (47.66% from 255 or 55.76% from 217); Blue value is 32 (12.89% from 255 or 14.75% from 217); Max value from RGB is 121 - color contains mainly: green. Hex color #407920 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407920 is #BF86DF. Grayscale: #5E5E5E. Windows color (decimal): -12551904 or 2128192. OLE color: 2128192.

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

Color convert

RGB6412132-
CMYK0.4700.740.53
HSL98.43º58.17%30%-
HSV(B)98.43º73.55%47.45%-
XYZ9.2114.873.75-
YUV93.8193.12106.74-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.49%
GREEN value IS 121 (47.66% from 255) = 55.76%
BLUE value IS 32 (12.89% from 255) = 14.75%
R=29.49%
G=55.76%
B=14.75%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal64121320.4700.740.5398.4358.1730
Hex4079202F04A35623a1e
Octal10017140570112651427236
Binary1000000111100110000010111101001010110101110001011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407920; }

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

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

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

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

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

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

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

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