#476017

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

Shades of Verdun Green #476017

Tints of Verdun Green #476017

Color information

#476017 (or 0x476017) is unknown color: approx Verdun Green. HEX triplet: 47, 60 and 17. RGB value is (71,96,23). Sum of RGB (Red+Green+Blue) = 71+96+23=190 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.37% from 190); Green value is 96 (37.89% from 255 or 50.53% from 190); Blue value is 23 (9.38% from 255 or 12.11% from 190); Max value from RGB is 96 - color contains mainly: green. Hex color #476017 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #476017 is #B89FE8. Grayscale: #505050. Windows color (decimal): -12099561 or 1531975. OLE color: 1531975.

HSL color Cylindrical-coordinate representation of color #476017: hue angle of 80.55º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #476017 is Cyan = 0.26, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.62.

Color convert

RGB719623-
CMYK0.2600.760.62
HSL80.55º61.34%23.33%-
HSV(B)80.55º76.04%37.65%-
XYZ6.949.772.33-
YUV80.295.72121.44-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 37.37%
GREEN value IS 96 (37.89% from 255) = 50.53%
BLUE value IS 23 (9.38% from 255) = 12.11%
R=37.37%
G=50.53%
B=12.11%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7196230.2600.760.6280.5561.3423.33
Hex4760171A04C3E513d17
Octal10714027320114761217527
Binary10001111100000101111101001001100111110101000111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476017; }

 p { color: rgb(71,96,23); }

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

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

 a { background-color: rgb(71,96,23); }

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

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

 span { border-color: rgb(71,96,23); }

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