#475920

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

Shades of Verdun Green #475920

Tints of Verdun Green #475920

Color information

#475920 (or 0x475920) is unknown color: approx Verdun Green. HEX triplet: 47, 59 and 20. RGB value is (71,89,32). Sum of RGB (Red+Green+Blue) = 71+89+32=192 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.98% from 192); Green value is 89 (35.16% from 255 or 46.35% from 192); Blue value is 32 (12.89% from 255 or 16.67% from 192); Max value from RGB is 89 - color contains mainly: green. Hex color #475920 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475920 is #B8A6DF. Grayscale: #4D4D4D. Windows color (decimal): -12101344 or 2120007. OLE color: 2120007.

HSL color Cylindrical-coordinate representation of color #475920: hue angle of 78.95º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #475920 is Cyan = 0.20, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.65.

Color convert

RGB718932-
CMYK0.2000.640.65
HSL78.95º47.11%23.73%-
HSV(B)78.95º64.04%34.9%-
XYZ6.438.592.69-
YUV77.12102.54123.63-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 36.98%
GREEN value IS 89 (35.16% from 255) = 46.35%
BLUE value IS 32 (12.89% from 255) = 16.67%
R=36.98%
G=46.35%
B=16.67%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7189320.2000.640.6578.9547.1123.73
Hex47592014040414f2f18
Octal107131402401001011175730
Binary1000111101100110000010100010000001000001100111110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475920; }

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

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

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

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

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

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

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

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