Html Css Color HEX #494910 Verdun Green

📋 copy color: '#494910'

red 73 ◦ green 73 ◦ blue 16

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

Shades of Verdun Green #494910

Tints of Verdun Green #494910

RGB

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

 GREEN value IS 73 (28.91% from 255) = 45.06%

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

R = 45.06%
G = 45.06%
B = 9.88%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.78

 K value IS 0.71

RGB Variations

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

Color information

#494910 (or 0x494910) is known color: Verdun Green. HEX triplet: 49, 49 and 10. RGB value is (73,73,16). Sum of RGB (Red+Green+Blue) = 73+73+16=162 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.06% from 162); Green value is 73 (28.91% from 255 or 45.06% from 162); Blue value is 16 (6.64% from 255 or 9.88% from 162); Max value from RGB is 73 - color contains mainly: red, green. Hex color #494910 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494910 is #B6B6EF. Grayscale: #424242. Windows color (decimal): -11974384 or 1067337. OLE color: 1067337.

HSL color Cylindrical-coordinate representation of color #494910: hue angle of 60º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #494910 is Cyan = 0, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 73 16 -
CMYK 0 0 0.78 0.71
HSL 60º 0.64% 0.17% -
HSV(B) 60º 0.78% 0.29% -
XYZ 5.22 6.22 1.42 -
YUV 66.5 99.5 132.63 -
System Red Green Blue C M Y K H S L
Decimal 73 73 16 0 0 0.78 0.71 60 0.64 0.17
Hex 49 49 10 0 0 4E 47 3C 40 11
Octal 111 111 20 0 0 116 107 74 100 21
Binary 1001001 1001001 10000 0 0 1001110 1000111 111100 1000000 10001

Color Harmonies of #494910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494910

Black with #494910

Text Example


Text Example

White with #494910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494910; }

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

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

background-color css

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

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

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

border-color css

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

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

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