#476119

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

Shades of Verdun Green #476119

Tints of Verdun Green #476119

Color information

#476119 (or 0x476119) is unknown color: approx Verdun Green. HEX triplet: 47, 61 and 19. RGB value is (71,97,25). Sum of RGB (Red+Green+Blue) = 71+97+25=193 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.79% from 193); Green value is 97 (38.28% from 255 or 50.26% from 193); Blue value is 25 (10.16% from 255 or 12.95% from 193); Max value from RGB is 97 - color contains mainly: green. Hex color #476119 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #476119 is #B89EE6. Grayscale: #515151. Windows color (decimal): -12099303 or 1663303. OLE color: 1663303.

HSL color Cylindrical-coordinate representation of color #476119: hue angle of 81.67º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #476119 is Cyan = 0.27, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.62.

Color convert

RGB719725-
CMYK0.2700.740.62
HSL81.67º59.02%23.92%-
HSV(B)81.67º74.23%38.04%-
XYZ7.059.962.47-
YUV81.0296.39120.85-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 36.79%
GREEN value IS 97 (38.28% from 255) = 50.26%
BLUE value IS 25 (10.16% from 255) = 12.95%
R=36.79%
G=50.26%
B=12.95%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7197250.2700.740.6281.6759.0223.92
Hex4761191B04A3E523b18
Octal10714131330112761227330
Binary10001111100001110011101101001010111110101001011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476119; }

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

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

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

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

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

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

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

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