Html Css Color HEX #496910 Verdun Green

📋 copy color: '#496910'

red 73 ◦ green 105 ◦ blue 16

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

Shades of Verdun Green #496910

Tints of Verdun Green #496910

RGB

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

 GREEN value IS 105 (41.41% from 255) = 54.12%

 BLUE value IS 16 (6.64% from 255) = 8.25%

R = 37.63%
G = 54.12%
B = 8.25%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.85

 K value IS 0.59

RGB Variations

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

Color information

#496910 (or 0x496910) is known color: Verdun Green. HEX triplet: 49, 69 and 10. RGB value is (73,105,16). Sum of RGB (Red+Green+Blue) = 73+105+16=194 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.63% from 194); Green value is 105 (41.41% from 255 or 54.12% from 194); Blue value is 16 (6.64% from 255 or 8.25% from 194); Max value from RGB is 105 - color contains mainly: green. Hex color #496910 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #496910 is #B696EF. Grayscale: #555555. Windows color (decimal): -11966192 or 1075529. OLE color: 1075529.

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

Color convert

RGB 73 105 16 -
CMYK 0.30 0 0.85 0.59
HSL 81.57º 0.74% 0.24% -
HSV(B) 81.57º 0.85% 0.41% -
XYZ 7.89 11.56 2.3 -
YUV 85.29 88.9 119.24 -
System Red Green Blue C M Y K H S L
Decimal 73 105 16 0.30 0 0.85 0.59 81.57 0.74 0.24
Hex 49 69 10 1E 0 55 3B 52 4A 18
Octal 111 151 20 36 0 125 73 122 112 30
Binary 1001001 1101001 10000 11110 0 1010101 111011 1010010 1001010 11000

Color Harmonies of #496910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496910

Black with #496910

Text Example


Text Example

White with #496910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496910; }

 p { color: rgb(73,105,16); }

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

background-color css

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

 a { background-color: rgb(73,105,16); }

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

border-color css

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

 span { border-color: rgb(73,105,16); }

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