#494C13

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

Shades of Verdun Green #494C13

Tints of Verdun Green #494C13

Color information

#494C13 (or 0x494C13) is unknown color: approx Verdun Green. HEX triplet: 49, 4C and 13. RGB value is (73,76,19). Sum of RGB (Red+Green+Blue) = 73+76+19=168 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.45% from 168); Green value is 76 (30.08% from 255 or 45.24% from 168); Blue value is 19 (7.81% from 255 or 11.31% from 168); Max value from RGB is 76 - color contains mainly: green. Hex color #494C13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494C13 is #B6B3EC. Grayscale: #444444. Windows color (decimal): -11973613 or 1264713. OLE color: 1264713.

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

Color convert

RGB737619-
CMYK0.0400.750.70
HSL63.16º60%18.63%-
HSV(B)63.16º75%29.8%-
XYZ5.456.631.61-
YUV68.6100.01131.13-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 43.45%
GREEN value IS 76 (30.08% from 255) = 45.24%
BLUE value IS 19 (7.81% from 255) = 11.31%
R=43.45%
G=45.24%
B=11.31%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7376190.0400.750.7063.166018.63
Hex494C13404B463f3c13
Octal1111142340113106777423
Binary100100110011001001110001001011100011011111111110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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