#475619

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

Shades of Verdun Green #475619

Tints of Verdun Green #475619

Color information

#475619 (or 0x475619) is unknown color: approx Verdun Green. HEX triplet: 47, 56 and 19. RGB value is (71,86,25). Sum of RGB (Red+Green+Blue) = 71+86+25=182 (24% of max value = 765). Red value is 71 (28.12% from 255 or 39.01% from 182); Green value is 86 (33.98% from 255 or 47.25% from 182); Blue value is 25 (10.16% from 255 or 13.74% from 182); Max value from RGB is 86 - color contains mainly: green. Hex color #475619 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #475619 is #B8A9E6. Grayscale: #4A4A4A. Windows color (decimal): -12102119 or 1660487. OLE color: 1660487.

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

Color convert

RGB718625-
CMYK0.1700.710.66
HSL74.75º54.95%21.76%-
HSV(B)74.75º70.93%33.73%-
XYZ6.18.072.15-
YUV74.56100.03125.46-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 39.01%
GREEN value IS 86 (33.98% from 255) = 47.25%
BLUE value IS 25 (10.16% from 255) = 13.74%
R=39.01%
G=47.25%
B=13.74%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7186250.1700.710.6674.7554.9521.76
Hex47561911047424b3716
Octal107126312101071021136726
Binary100011110101101100110001010001111000010100101111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475619; }

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

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

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

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

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

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

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

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