#476317

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

Shades of Verdun Green #476317

Tints of Verdun Green #476317

Color information

#476317 (or 0x476317) is unknown color: approx Verdun Green. HEX triplet: 47, 63 and 17. RGB value is (71,99,23). Sum of RGB (Red+Green+Blue) = 71+99+23=193 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.79% from 193); Green value is 99 (39.06% from 255 or 51.30% from 193); Blue value is 23 (9.38% from 255 or 11.92% from 193); Max value from RGB is 99 - color contains mainly: green. Hex color #476317 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #476317 is #B89CE8. Grayscale: #525252. Windows color (decimal): -12098793 or 1532743. OLE color: 1532743.

HSL color Cylindrical-coordinate representation of color #476317: hue angle of 82.11º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #476317 is Cyan = 0.28, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.61.

Color convert

RGB719923-
CMYK0.2800.770.61
HSL82.11º62.3%23.92%-
HSV(B)82.11º76.77%38.82%-
XYZ7.2210.332.42-
YUV81.9694.72120.18-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 36.79%
GREEN value IS 99 (39.06% from 255) = 51.30%
BLUE value IS 23 (9.38% from 255) = 11.92%
R=36.79%
G=51.30%
B=11.92%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7199230.2800.770.6182.1162.323.92
Hex4763171C04D3D523e18
Octal10714327340115751227630
Binary10001111100011101111110001001101111101101001011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476317; }

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

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

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

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

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

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

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

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