#475B20

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

Shades of Verdun Green #475B20

Tints of Verdun Green #475B20

Color information

#475B20 (or 0x475B20) is unknown color: approx Verdun Green. HEX triplet: 47, 5B and 20. RGB value is (71,91,32). Sum of RGB (Red+Green+Blue) = 71+91+32=194 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.60% from 194); Green value is 91 (35.94% from 255 or 46.91% from 194); Blue value is 32 (12.89% from 255 or 16.49% from 194); Max value from RGB is 91 - color contains mainly: green. Hex color #475B20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475B20 is #B8A4DF. Grayscale: #4E4E4E. Windows color (decimal): -12100832 or 2120519. OLE color: 2120519.

HSL color Cylindrical-coordinate representation of color #475B20: hue angle of 80.34º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #475B20 is Cyan = 0.22, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.64.

Color convert

RGB719132-
CMYK0.2200.650.64
HSL80.34º47.97%24.12%-
HSV(B)80.34º64.84%35.69%-
XYZ6.68.932.74-
YUV78.29101.87122.8-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 36.60%
GREEN value IS 91 (35.94% from 255) = 46.91%
BLUE value IS 32 (12.89% from 255) = 16.49%
R=36.60%
G=46.91%
B=16.49%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7191320.2200.650.6480.3447.9724.12
Hex475B201604140503018
Octal107133402601011001206030
Binary1000111101101110000010110010000011000000101000011000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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