#494C14

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

Shades of Verdun Green #494C14

Tints of Verdun Green #494C14

Color information

#494C14 (or 0x494C14) is unknown color: approx Verdun Green. HEX triplet: 49, 4C and 14. RGB value is (73,76,20). Sum of RGB (Red+Green+Blue) = 73+76+20=169 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.20% from 169); Green value is 76 (30.08% from 255 or 44.97% from 169); Blue value is 20 (8.20% from 255 or 11.83% from 169); Max value from RGB is 76 - color contains mainly: green. Hex color #494C14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494C14 is #B6B3EB. Grayscale: #444444. Windows color (decimal): -11973612 or 1330249. OLE color: 1330249.

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

Color convert

RGB737620-
CMYK0.0400.740.70
HSL63.21º58.33%18.82%-
HSV(B)63.21º73.68%29.8%-
XYZ5.466.641.65-
YUV68.72100.51131.05-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 43.20%
GREEN value IS 76 (30.08% from 255) = 44.97%
BLUE value IS 20 (8.20% from 255) = 11.83%
R=43.20%
G=44.97%
B=11.83%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7376200.0400.740.7063.2158.3318.82
Hex494C14404A463f3a13
Octal1111142440112106777223
Binary100100110011001010010001001010100011011111111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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