Html Css Color HEX #496116 Verdun Green

📋 copy color: '#496116'

red 73 ◦ green 97 ◦ blue 22

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

Shades of Verdun Green #496116

Tints of Verdun Green #496116

RGB

 RED value IS 73 (28.91% from 255) = 38.02%

 GREEN value IS 97 (38.28% from 255) = 50.52%

 BLUE value IS 22 (8.98% from 255) = 11.46%

R = 38.02%
G = 50.52%
B = 11.46%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.77

 K value IS 0.62

RGB Variations

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

Color information

#496116 (or 0x496116) is known color: Verdun Green. HEX triplet: 49, 61 and 16. RGB value is (73,97,22). Sum of RGB (Red+Green+Blue) = 73+97+22=192 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.02% from 192); Green value is 97 (38.28% from 255 or 50.52% from 192); Blue value is 22 (8.98% from 255 or 11.46% from 192); Max value from RGB is 97 - color contains mainly: green. Hex color #496116 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #496116 is #B69EE9. Grayscale: #515151. Windows color (decimal): -11968234 or 1466697. OLE color: 1466697.

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

Color convert

RGB 73 97 22 -
CMYK 0.25 0 0.77 0.62
HSL 79.2º 0.63% 0.23% -
HSV(B) 79.2º 0.77% 0.38% -
XYZ 7.17 10.02 2.32 -
YUV 81.27 94.55 122.1 -
System Red Green Blue C M Y K H S L
Decimal 73 97 22 0.25 0 0.77 0.62 79.2 0.63 0.23
Hex 49 61 16 19 0 4D 3E 4F 3F 17
Octal 111 141 26 31 0 115 76 117 77 27
Binary 1001001 1100001 10110 11001 0 1001101 111110 1001111 111111 10111

Color Harmonies of #496116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496116

Black with #496116

Text Example


Text Example

White with #496116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496116; }

 p { color: rgb(73,97,22); }

 H1.HeaderClassName
 {
   color: #496116;
 }
 .AnyTagClassName
 {
   color: #496116;
 }
</style>

background-color css

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

 a { background-color: rgb(73,97,22); }

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

border-color css

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

 span { border-color: rgb(73,97,22); }

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