Html Css Color HEX #494606 Verdun Green

📋 copy color: '#494606'

red 73 ◦ green 70 ◦ blue 6

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

Shades of Verdun Green #494606

Tints of Verdun Green #494606

RGB

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

 GREEN value IS 70 (27.73% from 255) = 46.98%

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

R = 48.99%
G = 46.98%
B = 4.03%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.92

 K value IS 0.71

RGB Variations

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

Color information

#494606 (or 0x494606) is known color: Verdun Green. HEX triplet: 49, 46 and 06. RGB value is (73,70,6). Sum of RGB (Red+Green+Blue) = 73+70+6=149 (19% of max value = 765). Red value is 73 (28.91% from 255 or 48.99% from 149); Green value is 70 (27.73% from 255 or 46.98% from 149); Blue value is 6 (2.73% from 255 or 4.03% from 149); Max value from RGB is 73 - color contains mainly: red. Hex color #494606 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494606 is #B6B9F9. Grayscale: #3F3F3F. Windows color (decimal): -11975162 or 411209. OLE color: 411209.

HSL color Cylindrical-coordinate representation of color #494606: hue angle of 57.31º 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 #494606 is Cyan = 0, Magento = 0.04, Yellow = 0.92 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 70 6 -
CMYK 0 0.04 0.92 0.71
HSL 57.31º 0.85% 0.15% -
HSV(B) 57.31º 0.92% 0.29% -
XYZ 4.97 5.81 1.03 -
YUV 63.6 95.49 134.7 -
System Red Green Blue C M Y K H S L
Decimal 73 70 6 0 0.04 0.92 0.71 57.31 0.85 0.15
Hex 49 46 6 0 4 5C 47 39 55 F
Octal 111 106 6 0 4 134 107 71 125 17
Binary 1001001 1000110 110 0 100 1011100 1000111 111001 1010101 1111

Color Harmonies of #494606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494606

Black with #494606

Text Example


Text Example

White with #494606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494606; }

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

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

background-color css

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

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

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

border-color css

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

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

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