Html Css Color HEX #494C06 Verdun Green

📋 copy color: '#494C06'

red 73 ◦ green 76 ◦ blue 6

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

Shades of Verdun Green #494C06

Tints of Verdun Green #494C06

RGB

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

 GREEN value IS 76 (30.08% from 255) = 49.03%

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

R = 47.1%
G = 49.03%
B = 3.87%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.92

 K value IS 0.70

RGB Variations

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

Color information

#494C06 (or 0x494C06) is known color: Verdun Green. HEX triplet: 49, 4C and 06. RGB value is (73,76,6). Sum of RGB (Red+Green+Blue) = 73+76+6=155 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.10% from 155); Green value is 76 (30.08% from 255 or 49.03% from 155); Blue value is 6 (2.73% from 255 or 3.87% from 155); Max value from RGB is 76 - color contains mainly: green. Hex color #494C06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494C06 is #B6B3F9. Grayscale: #434343. Windows color (decimal): -11973626 or 412745. OLE color: 412745.

HSL color Cylindrical-coordinate representation of color #494C06: hue angle of 62.57º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #494C06 is Cyan = 0.04, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.70.

Color convert

RGB 73 76 6 -
CMYK 0.04 0 0.92 0.70
HSL 62.57º 0.85% 0.16% -
HSV(B) 62.57º 0.92% 0.3% -
XYZ 5.36 6.6 1.16 -
YUV 67.12 93.51 132.19 -
System Red Green Blue C M Y K H S L
Decimal 73 76 6 0.04 0 0.92 0.70 62.57 0.85 0.16
Hex 49 4C 6 4 0 5C 46 3F 55 10
Octal 111 114 6 4 0 134 106 77 125 20
Binary 1001001 1001100 110 100 0 1011100 1000110 111111 1010101 10000

Color Harmonies of #494C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494C06

Black with #494C06

Text Example


Text Example

White with #494C06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494C06; }

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

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

background-color css

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

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

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

border-color css

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

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

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