Html Css Color HEX #496316 Verdun Green

📋 copy color: '#496316'

red 73 ◦ green 99 ◦ blue 22

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

Shades of Verdun Green #496316

Tints of Verdun Green #496316

RGB

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

 GREEN value IS 99 (39.06% from 255) = 51.03%

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

R = 37.63%
G = 51.03%
B = 11.34%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.78

 K value IS 0.61

RGB Variations

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

Color information

#496316 (or 0x496316) is known color: Verdun Green. HEX triplet: 49, 63 and 16. RGB value is (73,99,22). Sum of RGB (Red+Green+Blue) = 73+99+22=194 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.63% from 194); Green value is 99 (39.06% from 255 or 51.03% from 194); Blue value is 22 (8.98% from 255 or 11.34% from 194); Max value from RGB is 99 - color contains mainly: green. Hex color #496316 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #496316 is #B69CE9. Grayscale: #525252. Windows color (decimal): -11967722 or 1467209. OLE color: 1467209.

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

Color convert

RGB 73 99 22 -
CMYK 0.26 0 0.78 0.61
HSL 80.26º 0.64% 0.24% -
HSV(B) 80.26º 0.78% 0.39% -
XYZ 7.35 10.4 2.38 -
YUV 82.45 93.89 121.26 -
System Red Green Blue C M Y K H S L
Decimal 73 99 22 0.26 0 0.78 0.61 80.26 0.64 0.24
Hex 49 63 16 1A 0 4E 3D 50 40 18
Octal 111 143 26 32 0 116 75 120 100 30
Binary 1001001 1100011 10110 11010 0 1001110 111101 1010000 1000000 11000

Color Harmonies of #496316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496316

Black with #496316

Text Example


Text Example

White with #496316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496316; }

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

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

background-color css

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

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

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

border-color css

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

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

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