#496017

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

Shades of Verdun Green #496017

Tints of Verdun Green #496017

Color information

#496017 (or 0x496017) is unknown color: approx Verdun Green. HEX triplet: 49, 60 and 17. RGB value is (73,96,23). Sum of RGB (Red+Green+Blue) = 73+96+23=192 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.02% from 192); Green value is 96 (37.89% from 255 or 50% from 192); Blue value is 23 (9.38% from 255 or 11.98% from 192); Max value from RGB is 96 - color contains mainly: green. Hex color #496017 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #496017 is #B69FE8. Grayscale: #515151. Windows color (decimal): -11968489 or 1531977. OLE color: 1531977.

HSL color Cylindrical-coordinate representation of color #496017: hue angle of 78.9º 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 #496017 is Cyan = 0.24, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.62.

Color convert

RGB739623-
CMYK0.2400.760.62
HSL78.9º61.34%23.33%-
HSV(B)78.9º76.04%37.65%-
XYZ7.099.842.34-
YUV80.895.38122.44-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 38.02%
GREEN value IS 96 (37.89% from 255) = 50%
BLUE value IS 23 (9.38% from 255) = 11.98%
R=38.02%
G=50%
B=11.98%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7396230.2400.760.6278.961.3423.33
Hex4960171804C3E4f3d17
Octal11114027300114761177527
Binary10010011100000101111100001001100111110100111111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496017; }

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

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

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

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

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

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

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

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