Html Css Color HEX #496813 Verdun Green

📋 copy color: '#496813'

red 73 ◦ green 104 ◦ blue 19

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

Shades of Verdun Green #496813

Tints of Verdun Green #496813

RGB

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

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

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

R = 37.24%
G = 53.06%
B = 9.69%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.82

 K value IS 0.59

RGB Variations

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

Color information

#496813 (or 0x496813) is known color: Verdun Green. HEX triplet: 49, 68 and 13. RGB value is (73,104,19). Sum of RGB (Red+Green+Blue) = 73+104+19=196 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.24% from 196); Green value is 104 (41.02% from 255 or 53.06% from 196); Blue value is 19 (7.81% from 255 or 9.69% from 196); Max value from RGB is 104 - color contains mainly: green. Hex color #496813 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #496813 is #B697EC. Grayscale: #555555. Windows color (decimal): -11966445 or 1271881. OLE color: 1271881.

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

Color convert

RGB 73 104 19 -
CMYK 0.30 0 0.82 0.59
HSL 81.88º 0.69% 0.24% -
HSV(B) 81.88º 0.82% 0.41% -
XYZ 7.82 11.36 2.4 -
YUV 85.04 90.73 119.41 -
System Red Green Blue C M Y K H S L
Decimal 73 104 19 0.30 0 0.82 0.59 81.88 0.69 0.24
Hex 49 68 13 1E 0 52 3B 52 45 18
Octal 111 150 23 36 0 122 73 122 105 30
Binary 1001001 1101000 10011 11110 0 1010010 111011 1010010 1000101 11000

Color Harmonies of #496813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496813

Black with #496813

Text Example


Text Example

White with #496813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496813; }

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

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

background-color css

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

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

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

border-color css

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

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

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