Html Css Color HEX #496A0D Verdun Green

📋 copy color: '#496A0D'

red 73 ◦ green 106 ◦ blue 13

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

Shades of Verdun Green #496A0D

Tints of Verdun Green #496A0D

RGB

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

 GREEN value IS 106 (41.8% from 255) = 55.21%

 BLUE value IS 13 (5.47% from 255) = 6.77%

R = 38.02%
G = 55.21%
B = 6.77%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.88

 K value IS 0.58

RGB Variations

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

Color information

#496A0D (or 0x496A0D) is known color: Verdun Green. HEX triplet: 49, 6A and 0D. RGB value is (73,106,13). Sum of RGB (Red+Green+Blue) = 73+106+13=192 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.02% from 192); Green value is 106 (41.80% from 255 or 55.21% from 192); Blue value is 13 (5.47% from 255 or 6.77% from 192); Max value from RGB is 106 - color contains mainly: green. Hex color #496A0D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #496A0D is #B695F2. Grayscale: #555555. Windows color (decimal): -11965939 or 879177. OLE color: 879177.

HSL color Cylindrical-coordinate representation of color #496A0D: hue angle of 81.29º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #496A0D is Cyan = 0.31, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.58.

Color convert

RGB 73 106 13 -
CMYK 0.31 0 0.88 0.58
HSL 81.29º 0.78% 0.23% -
HSV(B) 81.29º 0.88% 0.42% -
XYZ 7.97 11.75 2.23 -
YUV 85.53 87.07 119.06 -
System Red Green Blue C M Y K H S L
Decimal 73 106 13 0.31 0 0.88 0.58 81.29 0.78 0.23
Hex 49 6A D 1F 0 58 3A 51 4E 17
Octal 111 152 15 37 0 130 72 121 116 27
Binary 1001001 1101010 1101 11111 0 1011000 111010 1010001 1001110 10111

Color Harmonies of #496A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496A0D

Black with #496A0D

Text Example


Text Example

White with #496A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496A0D; }

 p { color: rgb(73,106,13); }

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

background-color css

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

 a { background-color: rgb(73,106,13); }

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

border-color css

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

 span { border-color: rgb(73,106,13); }

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