Html Css Color HEX #496013 Verdun Green

📋 copy color: '#496013'

red 73 ◦ green 96 ◦ blue 19

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

Shades of Verdun Green #496013

Tints of Verdun Green #496013

RGB

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

 GREEN value IS 96 (37.89% from 255) = 51.06%

 BLUE value IS 19 (7.81% from 255) = 10.11%

R = 38.83%
G = 51.06%
B = 10.11%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.80

 K value IS 0.62

RGB Variations

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

Color information

#496013 (or 0x496013) is known color: Verdun Green. HEX triplet: 49, 60 and 13. RGB value is (73,96,19). Sum of RGB (Red+Green+Blue) = 73+96+19=188 (24% of max value = 765). Red value is 73 (28.91% from 255 or 38.83% from 188); Green value is 96 (37.89% from 255 or 51.06% from 188); Blue value is 19 (7.81% from 255 or 10.11% from 188); Max value from RGB is 96 - color contains mainly: green. Hex color #496013 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #496013 is #B69FEC. Grayscale: #505050. Windows color (decimal): -11968493 or 1269833. OLE color: 1269833.

HSL color Cylindrical-coordinate representation of color #496013: hue angle of 77.92º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #496013 is Cyan = 0.24, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB 73 96 19 -
CMYK 0.24 0 0.80 0.62
HSL 77.92º 0.67% 0.23% -
HSV(B) 77.92º 0.8% 0.38% -
XYZ 7.05 9.83 2.14 -
YUV 80.35 93.38 122.76 -
System Red Green Blue C M Y K H S L
Decimal 73 96 19 0.24 0 0.80 0.62 77.92 0.67 0.23
Hex 49 60 13 18 0 50 3E 4E 43 17
Octal 111 140 23 30 0 120 76 116 103 27
Binary 1001001 1100000 10011 11000 0 1010000 111110 1001110 1000011 10111

Color Harmonies of #496013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496013

Black with #496013

Text Example


Text Example

White with #496013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496013; }

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

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

background-color css

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

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

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

border-color css

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

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

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