#475519

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

Shades of Verdun Green #475519

Tints of Verdun Green #475519

Color information

#475519 (or 0x475519) is unknown color: approx Verdun Green. HEX triplet: 47, 55 and 19. RGB value is (71,85,25). Sum of RGB (Red+Green+Blue) = 71+85+25=181 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.23% from 181); Green value is 85 (33.59% from 255 or 46.96% from 181); Blue value is 25 (10.16% from 255 or 13.81% from 181); Max value from RGB is 85 - color contains mainly: green. Hex color #475519 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #475519 is #B8AAE6. Grayscale: #4A4A4A. Windows color (decimal): -12102375 or 1660231. OLE color: 1660231.

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

Color convert

RGB718525-
CMYK0.1600.710.67
HSL74º54.55%21.57%-
HSV(B)74º70.59%33.33%-
XYZ6.027.912.13-
YUV73.97100.36125.88-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 39.23%
GREEN value IS 85 (33.59% from 255) = 46.96%
BLUE value IS 25 (10.16% from 255) = 13.81%
R=39.23%
G=46.96%
B=13.81%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7185250.1600.710.677454.5521.57
Hex47551910047434a3716
Octal107125312001071031126726
Binary100011110101011100110000010001111000011100101011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475519; }

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

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

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

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

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

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

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

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