Html Css Color HEX #496814 Verdun Green

📋 copy color: '#496814'

red 73 ◦ green 104 ◦ blue 20

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

Shades of Verdun Green #496814

Tints of Verdun Green #496814

RGB

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

 GREEN value IS 104 (41.02% from 255) = 52.79%

 BLUE value IS 20 (8.2% from 255) = 10.15%

R = 37.06%
G = 52.79%
B = 10.15%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.81

 K value IS 0.59

RGB Variations

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

Color information

#496814 (or 0x496814) is known color: Verdun Green. HEX triplet: 49, 68 and 14. RGB value is (73,104,20). Sum of RGB (Red+Green+Blue) = 73+104+20=197 (26% of max value = 765). Red value is 73 (28.91% from 255 or 37.06% from 197); Green value is 104 (41.02% from 255 or 52.79% from 197); Blue value is 20 (8.20% from 255 or 10.15% from 197); Max value from RGB is 104 - color contains mainly: green. Hex color #496814 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #496814 is #B697EB. Grayscale: #555555. Windows color (decimal): -11966444 or 1337417. OLE color: 1337417.

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

Color convert

RGB 73 104 20 -
CMYK 0.30 0 0.81 0.59
HSL 82.14º 0.68% 0.24% -
HSV(B) 82.14º 0.81% 0.41% -
XYZ 7.82 11.37 2.44 -
YUV 85.16 91.23 119.33 -
System Red Green Blue C M Y K H S L
Decimal 73 104 20 0.30 0 0.81 0.59 82.14 0.68 0.24
Hex 49 68 14 1E 0 51 3B 52 44 18
Octal 111 150 24 36 0 121 73 122 104 30
Binary 1001001 1101000 10100 11110 0 1010001 111011 1010010 1000100 11000

Color Harmonies of #496814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496814

Black with #496814

Text Example


Text Example

White with #496814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496814; }

 p { color: rgb(73,104,20); }

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

background-color css

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

 a { background-color: rgb(73,104,20); }

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

border-color css

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

 span { border-color: rgb(73,104,20); }

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