Html Css Color HEX #496017 Verdun Green

📋 copy color: '#496017'

red 73 ◦ green 96 ◦ blue 23

#496017
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Verdun Green #496017

Tints of Verdun Green #496017

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 value IS 0.24

 M value IS 0

 Y value IS 0.76

 K value IS 0.62

RGB Variations

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

Color information

#496017 (or 0x496017) is known color: 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

RGB 73 96 23 -
CMYK 0.24 0 0.76 0.62
HSL 78.9º 0.61% 0.23% -
HSV(B) 78.9º 0.76% 0.38% -
XYZ 7.09 9.84 2.34 -
YUV 80.8 95.38 122.44 -
System Red Green Blue C M Y K H S L
Decimal 73 96 23 0.24 0 0.76 0.62 78.9 0.61 0.23
Hex 49 60 17 18 0 4C 3E 4F 3D 17
Octal 111 140 27 30 0 114 76 117 75 27
Binary 1001001 1100000 10111 11000 0 1001100 111110 1001111 111101 10111

Color Harmonies of #496017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496017

Black with #496017

Text Example


Text Example

White with #496017

Text Example


Text Example

HTML Codes & Css Web 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>