Html Css Color HEX #496112 Verdun Green

📋 copy color: '#496112'

red 73 ◦ green 97 ◦ blue 18

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

Shades of Verdun Green #496112

Tints of Verdun Green #496112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 9.57%

R = 38.83%
G = 51.6%
B = 9.57%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#496112 (or 0x496112) is known color: Verdun Green. HEX triplet: 49, 61 and 12. RGB value is (73,97,18). Sum of RGB (Red+Green+Blue) = 73+97+18=188 (24% of max value = 765). Red value is 73 (28.91% from 255 or 38.83% from 188); Green value is 97 (38.28% from 255 or 51.60% from 188); Blue value is 18 (7.42% from 255 or 9.57% from 188); Max value from RGB is 97 - color contains mainly: green. Hex color #496112 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #496112 is #B69EED. Grayscale: #515151. Windows color (decimal): -11968238 or 1204553. OLE color: 1204553.

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

Color convert

RGB 73 97 18 -
CMYK 0.25 0 0.81 0.62
HSL 78.23º 0.69% 0.23% -
HSV(B) 78.23º 0.81% 0.38% -
XYZ 7.13 10.01 2.13 -
YUV 80.82 92.55 122.42 -
System Red Green Blue C M Y K H S L
Decimal 73 97 18 0.25 0 0.81 0.62 78.23 0.69 0.23
Hex 49 61 12 19 0 51 3E 4E 45 17
Octal 111 141 22 31 0 121 76 116 105 27
Binary 1001001 1100001 10010 11001 0 1010001 111110 1001110 1000101 10111

Color Harmonies of #496112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496112

Black with #496112

Text Example


Text Example

White with #496112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496112; }

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

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

background-color css

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

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

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

border-color css

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

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

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