#475520

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

Shades of Verdun Green #475520

Tints of Verdun Green #475520

Color information

#475520 (or 0x475520) is unknown color: approx Verdun Green. HEX triplet: 47, 55 and 20. RGB value is (71,85,32). Sum of RGB (Red+Green+Blue) = 71+85+32=188 (24% of max value = 765). Red value is 71 (28.12% from 255 or 37.77% from 188); Green value is 85 (33.59% from 255 or 45.21% from 188); Blue value is 32 (12.89% from 255 or 17.02% from 188); Max value from RGB is 85 - color contains mainly: green. Hex color #475520 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475520 is #B8AADF. Grayscale: #4A4A4A. Windows color (decimal): -12102368 or 2118983. OLE color: 2118983.

HSL color Cylindrical-coordinate representation of color #475520: hue angle of 75.85º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #475520 is Cyan = 0.16, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.67.

Color convert

RGB718532-
CMYK0.1600.620.67
HSL75.85º45.3%22.94%-
HSV(B)75.85º62.35%33.33%-
XYZ6.117.942.58-
YUV74.77103.86125.31-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 37.77%
GREEN value IS 85 (33.59% from 255) = 45.21%
BLUE value IS 32 (12.89% from 255) = 17.02%
R=37.77%
G=45.21%
B=17.02%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7185320.1600.620.6775.8545.322.94
Hex4755201003E434c2d17
Octal10712540200761031145527
Binary100011110101011000001000001111101000011100110010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475520; }

 p { color: rgb(71,85,32); }

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

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

 a { background-color: rgb(71,85,32); }

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

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

 span { border-color: rgb(71,85,32); }

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