Html Css Color HEX #494806 Verdun Green

📋 copy color: '#494806'

red 73 ◦ green 72 ◦ blue 6

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

Shades of Verdun Green #494806

Tints of Verdun Green #494806

RGB

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

 GREEN value IS 72 (28.52% from 255) = 47.68%

 BLUE value IS 6 (2.73% from 255) = 3.97%

R = 48.34%
G = 47.68%
B = 3.97%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.92

 K value IS 0.71

RGB Variations

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

Color information

#494806 (or 0x494806) is known color: Verdun Green. HEX triplet: 49, 48 and 06. RGB value is (73,72,6). Sum of RGB (Red+Green+Blue) = 73+72+6=151 (20% of max value = 765). Red value is 73 (28.91% from 255 or 48.34% from 151); Green value is 72 (28.52% from 255 or 47.68% from 151); Blue value is 6 (2.73% from 255 or 3.97% from 151); Max value from RGB is 73 - color contains mainly: red. Hex color #494806 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494806 is #B6B7F9. Grayscale: #414141. Windows color (decimal): -11974650 or 411721. OLE color: 411721.

HSL color Cylindrical-coordinate representation of color #494806: hue angle of 59.1º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #494806 is Cyan = 0, Magento = 0.01, Yellow = 0.92 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 72 6 -
CMYK 0 0.01 0.92 0.71
HSL 59.1º 0.85% 0.15% -
HSV(B) 59.1º 0.92% 0.29% -
XYZ 5.1 6.06 1.07 -
YUV 64.78 94.83 133.87 -
System Red Green Blue C M Y K H S L
Decimal 73 72 6 0 0.01 0.92 0.71 59.1 0.85 0.15
Hex 49 48 6 0 1 5C 47 3B 55 F
Octal 111 110 6 0 1 134 107 73 125 17
Binary 1001001 1001000 110 0 1 1011100 1000111 111011 1010101 1111

Color Harmonies of #494806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494806

Black with #494806

Text Example


Text Example

White with #494806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494806; }

 p { color: rgb(73,72,6); }

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

background-color css

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

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

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

border-color css

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

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

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