#475A20

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

Shades of Verdun Green #475A20

Tints of Verdun Green #475A20

Color information

#475A20 (or 0x475A20) is unknown color: approx Verdun Green. HEX triplet: 47, 5A and 20. RGB value is (71,90,32). Sum of RGB (Red+Green+Blue) = 71+90+32=193 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.79% from 193); Green value is 90 (35.55% from 255 or 46.63% from 193); Blue value is 32 (12.89% from 255 or 16.58% from 193); Max value from RGB is 90 - color contains mainly: green. Hex color #475A20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475A20 is #B8A5DF. Grayscale: #4D4D4D. Windows color (decimal): -12101088 or 2120263. OLE color: 2120263.

HSL color Cylindrical-coordinate representation of color #475A20: hue angle of 79.66º degrees, saturation: 0.48, 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 #475A20 is Cyan = 0.21, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.65.

Color convert

RGB719032-
CMYK0.2100.640.65
HSL79.66º47.54%23.92%-
HSV(B)79.66º64.44%35.29%-
XYZ6.528.762.71-
YUV77.71102.21123.22-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 36.79%
GREEN value IS 90 (35.55% from 255) = 46.63%
BLUE value IS 32 (12.89% from 255) = 16.58%
R=36.79%
G=46.63%
B=16.58%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7190320.2100.640.6579.6647.5423.92
Hex475A201504041503018
Octal107132402501001011206030
Binary1000111101101010000010101010000001000001101000011000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475A20; }

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

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

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

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

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

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

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

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