#494712

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

Shades of Verdun Green #494712

Tints of Verdun Green #494712

Color information

#494712 (or 0x494712) is unknown color: approx Verdun Green. HEX triplet: 49, 47 and 12. RGB value is (73,71,18). Sum of RGB (Red+Green+Blue) = 73+71+18=162 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.06% from 162); Green value is 71 (28.12% from 255 or 43.83% from 162); Blue value is 18 (7.42% from 255 or 11.11% from 162); Max value from RGB is 73 - color contains mainly: red. Hex color #494712 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494712 is #B6B8ED. Grayscale: #414141. Windows color (decimal): -11974894 or 1197897. OLE color: 1197897.

HSL color Cylindrical-coordinate representation of color #494712: hue angle of 57.82º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #494712 is Cyan = 0, Magento = 0.03, Yellow = 0.75 and Black (K on CMYK) = 0.71.

Color convert

RGB737118-
CMYK00.030.750.71
HSL57.82º60.44%17.84%-
HSV(B)57.82º75.34%28.63%-
XYZ5.115.971.45-
YUV65.56101.16133.31-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 45.06%
GREEN value IS 71 (28.12% from 255) = 43.83%
BLUE value IS 18 (7.42% from 255) = 11.11%
R=45.06%
G=43.83%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.75
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73711800.030.750.7157.8260.4417.84
Hex494712034B473a3c12
Octal1111072203113107727422
Binary10010011000111100100111001011100011111101011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494712; }

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

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

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

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

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

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

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

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