Html Css Color HEX #496012 Verdun Green

📋 copy color: '#496012'

red 73 ◦ green 96 ◦ blue 18

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

Shades of Verdun Green #496012

Tints of Verdun Green #496012

RGB

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

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

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

R = 39.04%
G = 51.34%
B = 9.63%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#496012 (or 0x496012) is known color: Verdun Green. HEX triplet: 49, 60 and 12. RGB value is (73,96,18). Sum of RGB (Red+Green+Blue) = 73+96+18=187 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.04% from 187); Green value is 96 (37.89% from 255 or 51.34% from 187); Blue value is 18 (7.42% from 255 or 9.63% from 187); Max value from RGB is 96 - color contains mainly: green. Hex color #496012 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #496012 is #B69FED. Grayscale: #505050. Windows color (decimal): -11968494 or 1204297. OLE color: 1204297.

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

Color convert

RGB 73 96 18 -
CMYK 0.24 0 0.81 0.62
HSL 77.69º 0.68% 0.22% -
HSV(B) 77.69º 0.81% 0.38% -
XYZ 7.04 9.83 2.1 -
YUV 80.23 92.88 122.84 -
System Red Green Blue C M Y K H S L
Decimal 73 96 18 0.24 0 0.81 0.62 77.69 0.68 0.22
Hex 49 60 12 18 0 51 3E 4E 44 16
Octal 111 140 22 30 0 121 76 116 104 26
Binary 1001001 1100000 10010 11000 0 1010001 111110 1001110 1000100 10110

Color Harmonies of #496012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496012

Black with #496012

Text Example


Text Example

White with #496012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496012; }

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

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

background-color css

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

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

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

border-color css

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

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

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