#494D12

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

Shades of Verdun Green #494D12

Tints of Verdun Green #494D12

Color information

#494D12 (or 0x494D12) is unknown color: approx Verdun Green. HEX triplet: 49, 4D and 12. RGB value is (73,77,18). Sum of RGB (Red+Green+Blue) = 73+77+18=168 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.45% from 168); Green value is 77 (30.47% from 255 or 45.83% from 168); Blue value is 18 (7.42% from 255 or 10.71% from 168); Max value from RGB is 77 - color contains mainly: green. Hex color #494D12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #494D12 is #B6B2ED. Grayscale: #454545. Windows color (decimal): -11973358 or 1199433. OLE color: 1199433.

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

Color convert

RGB737718-
CMYK0.0500.770.70
HSL64.07º62.11%18.63%-
HSV(B)64.07º76.62%30.2%-
XYZ5.516.771.59-
YUV69.0899.17130.8-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 43.45%
GREEN value IS 77 (30.47% from 255) = 45.83%
BLUE value IS 18 (7.42% from 255) = 10.71%
R=43.45%
G=45.83%
B=10.71%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7377180.0500.770.7064.0762.1118.63
Hex494D12504D46403e13
Octal11111522501151061007623
Binary1001001100110110010101010011011000110100000011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,77,18); }

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

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

 a { background-color: rgb(73,77,18); }

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

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

 span { border-color: rgb(73,77,18); }

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