#494811

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

Shades of Verdun Green #494811

Tints of Verdun Green #494811

Color information

#494811 (or 0x494811) is unknown color: approx Verdun Green. HEX triplet: 49, 48 and 11. RGB value is (73,72,17). Sum of RGB (Red+Green+Blue) = 73+72+17=162 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.06% from 162); Green value is 72 (28.52% from 255 or 44.44% from 162); Blue value is 17 (7.03% from 255 or 10.49% from 162); Max value from RGB is 73 - color contains mainly: red. Hex color #494811 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494811 is #B6B7EE. Grayscale: #424242. Windows color (decimal): -11974639 or 1132617. OLE color: 1132617.

HSL color Cylindrical-coordinate representation of color #494811: hue angle of 58.93º 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 #494811 is Cyan = 0, Magento = 0.01, Yellow = 0.77 and Black (K on CMYK) = 0.71.

Color convert

RGB737217-
CMYK00.010.770.71
HSL58.93º62.22%17.65%-
HSV(B)58.93º76.71%28.63%-
XYZ5.176.091.43-
YUV66.03100.33132.97-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 45.06%
GREEN value IS 72 (28.52% from 255) = 44.44%
BLUE value IS 17 (7.03% from 255) = 10.49%
R=45.06%
G=44.44%
B=10.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.77
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73721700.010.770.7158.9362.2217.65
Hex494811014D473b3e12
Octal1111102101115107737622
Binary1001001100100010001011001101100011111101111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494811; }

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

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

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

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

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

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

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

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