#494711

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

Shades of Verdun Green #494711

Tints of Verdun Green #494711

Color information

#494711 (or 0x494711) is unknown color: approx Verdun Green. HEX triplet: 49, 47 and 11. RGB value is (73,71,17). Sum of RGB (Red+Green+Blue) = 73+71+17=161 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.34% from 161); Green value is 71 (28.12% from 255 or 44.10% from 161); Blue value is 17 (7.03% from 255 or 10.56% from 161); Max value from RGB is 73 - color contains mainly: red. Hex color #494711 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494711 is #B6B8EE. Grayscale: #414141. Windows color (decimal): -11974895 or 1132361. OLE color: 1132361.

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

Color convert

RGB737117-
CMYK00.030.770.71
HSL57.86º62.22%17.65%-
HSV(B)57.86º76.71%28.63%-
XYZ5.15.961.41-
YUV65.44100.66133.39-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 45.34%
GREEN value IS 71 (28.12% from 255) = 44.10%
BLUE value IS 17 (7.03% from 255) = 10.56%
R=45.34%
G=44.10%
B=10.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.77
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73711700.030.770.7157.8662.2217.65
Hex494711034D473a3e12
Octal1111072103115107727622
Binary10010011000111100010111001101100011111101011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494711; }

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

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

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

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

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

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

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

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