#407520

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

Shades of Bilbao #407520

Tints of Bilbao #407520

Color information

#407520 (or 0x407520) is unknown color: approx Bilbao. HEX triplet: 40, 75 and 20. RGB value is (64,117,32). Sum of RGB (Red+Green+Blue) = 64+117+32=213 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.05% from 213); Green value is 117 (46.09% from 255 or 54.93% from 213); Blue value is 32 (12.89% from 255 or 15.02% from 213); Max value from RGB is 117 - color contains mainly: green. Hex color #407520 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407520 is #BF8ADF. Grayscale: #5B5B5B. Windows color (decimal): -12552928 or 2127168. OLE color: 2127168.

HSL color Cylindrical-coordinate representation of color #407520: hue angle of 97.41º 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 #407520 is Cyan = 0.45, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.54.

Color convert

RGB6411732-
CMYK0.4500.730.54
HSL97.41º57.05%29.22%-
HSV(B)97.41º72.65%45.88%-
XYZ8.7413.923.59-
YUV91.4694.44108.41-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.05%
GREEN value IS 117 (46.09% from 255) = 54.93%
BLUE value IS 32 (12.89% from 255) = 15.02%
R=30.05%
G=54.93%
B=15.02%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal64117320.4500.730.5497.4157.0529.22
Hex4075202D0493661391d
Octal10016540550111661417135
Binary1000000111010110000010110101001001110110110000111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407520; }

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

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

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

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

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

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

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

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