#494C05

Color #494C05 Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #494C05

Tints of Verdun Green #494C05

Color information

#494C05 (or 0x494C05) is unknown color: approx Verdun Green. HEX triplet: 49, 4C and 05. RGB value is (73,76,5). Sum of RGB (Red+Green+Blue) = 73+76+5=154 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.40% from 154); Green value is 76 (30.08% from 255 or 49.35% from 154); Blue value is 5 (2.34% from 255 or 3.25% from 154); Max value from RGB is 76 - color contains mainly: green. Hex color #494C05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494C05 is #B6B3FA. Grayscale: #434343. Windows color (decimal): -11973627 or 347209. OLE color: 347209.

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

Color convert

RGB73765-
CMYK0.0400.930.70
HSL62.54º87.65%15.88%-
HSV(B)62.54º93.42%29.8%-
XYZ5.366.61.13-
YUV67.0193.01132.27-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 47.40%
GREEN value IS 76 (30.08% from 255) = 49.35%
BLUE value IS 5 (2.34% from 255) = 3.25%
R=47.40%
G=49.35%
B=3.25%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal737650.0400.930.7062.5487.6515.88
Hex494C5405D463f5810
Octal1111145401351067713020
Binary10010011001100101100010111011000110111111101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #494C05;
 }
 .AnyTagClassName
 {
   color: #494C05;
 }
</style>
background-color css

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

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

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

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

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

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