#496317

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

Shades of Verdun Green #496317

Tints of Verdun Green #496317

Color information

#496317 (or 0x496317) is unknown color: approx Verdun Green. HEX triplet: 49, 63 and 17. RGB value is (73,99,23). Sum of RGB (Red+Green+Blue) = 73+99+23=195 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.44% from 195); Green value is 99 (39.06% from 255 or 50.77% from 195); Blue value is 23 (9.38% from 255 or 11.79% from 195); Max value from RGB is 99 - color contains mainly: green. Hex color #496317 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #496317 is #B69CE8. Grayscale: #525252. Windows color (decimal): -11967721 or 1532745. OLE color: 1532745.

HSL color Cylindrical-coordinate representation of color #496317: hue angle of 80.53º 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 #496317 is Cyan = 0.26, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.61.

Color convert

RGB739923-
CMYK0.2600.770.61
HSL80.53º62.3%23.92%-
HSV(B)80.53º76.77%38.82%-
XYZ7.3610.42.43-
YUV82.5694.39121.18-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 37.44%
GREEN value IS 99 (39.06% from 255) = 50.77%
BLUE value IS 23 (9.38% from 255) = 11.79%
R=37.44%
G=50.77%
B=11.79%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7399230.2600.770.6180.5362.323.92
Hex4963171A04D3D513e18
Octal11114327320115751217630
Binary10010011100011101111101001001101111101101000111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496317; }

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

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

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

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

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

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

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

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