#494808

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

Shades of Verdun Green #494808

Tints of Verdun Green #494808

Color information

#494808 (or 0x494808) is unknown color: approx Verdun Green. HEX triplet: 49, 48 and 08. RGB value is (73,72,8). Sum of RGB (Red+Green+Blue) = 73+72+8=153 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.71% from 153); Green value is 72 (28.52% from 255 or 47.06% from 153); Blue value is 8 (3.52% from 255 or 5.23% from 153); Max value from RGB is 73 - color contains mainly: red. Hex color #494808 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494808 is #B6B7F7. Grayscale: #414141. Windows color (decimal): -11974648 or 542793. OLE color: 542793.

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

Color convert

RGB73728-
CMYK00.010.890.71
HSL59.08º80.25%15.88%-
HSV(B)59.08º89.04%28.63%-
XYZ5.116.071.13-
YUV6595.83133.7-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 47.71%
GREEN value IS 72 (28.52% from 255) = 47.06%
BLUE value IS 8 (3.52% from 255) = 5.23%
R=47.71%
G=47.06%
B=5.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.89
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7372800.010.890.7159.0880.2515.88
Hex494880159473b5010
Octal11111010011311077312020
Binary1001001100100010000110110011000111111011101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494808; }

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

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

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

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

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

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

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

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