#494810

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

Shades of Verdun Green #494810

Tints of Verdun Green #494810

Color information

#494810 (or 0x494810) is unknown color: approx Verdun Green. HEX triplet: 49, 48 and 10. RGB value is (73,72,16). Sum of RGB (Red+Green+Blue) = 73+72+16=161 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.34% from 161); Green value is 72 (28.52% from 255 or 44.72% from 161); Blue value is 16 (6.64% from 255 or 9.94% from 161); Max value from RGB is 73 - color contains mainly: red. Hex color #494810 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494810 is #B6B7EF. Grayscale: #424242. Windows color (decimal): -11974640 or 1067081. OLE color: 1067081.

HSL color Cylindrical-coordinate representation of color #494810: hue angle of 58.95º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #494810 is Cyan = 0, Magento = 0.01, Yellow = 0.78 and Black (K on CMYK) = 0.71.

Color convert

RGB737216-
CMYK00.010.780.71
HSL58.95º64.04%17.45%-
HSV(B)58.95º78.08%28.63%-
XYZ5.166.091.39-
YUV65.9199.83133.05-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 45.34%
GREEN value IS 72 (28.52% from 255) = 44.72%
BLUE value IS 16 (6.64% from 255) = 9.94%
R=45.34%
G=44.72%
B=9.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.78
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73721600.010.780.7158.9564.0417.45
Hex494810014E473b4011
Octal11111020011161077310021
Binary10010011001000100000110011101000111111011100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494810; }

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

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

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

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

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

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

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

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