#494608

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

Shades of Verdun Green #494608

Tints of Verdun Green #494608

Color information

#494608 (or 0x494608) is unknown color: approx Verdun Green. HEX triplet: 49, 46 and 08. RGB value is (73,70,8). Sum of RGB (Red+Green+Blue) = 73+70+8=151 (20% of max value = 765). Red value is 73 (28.91% from 255 or 48.34% from 151); Green value is 70 (27.73% from 255 or 46.36% from 151); Blue value is 8 (3.52% from 255 or 5.30% from 151); Max value from RGB is 73 - color contains mainly: red. Hex color #494608 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494608 is #B6B9F7. Grayscale: #404040. Windows color (decimal): -11975160 or 542281. OLE color: 542281.

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

Color convert

RGB73708-
CMYK00.040.890.71
HSL57.23º80.25%15.88%-
HSV(B)57.23º89.04%28.63%-
XYZ4.985.811.09-
YUV63.8396.49134.54-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 48.34%
GREEN value IS 70 (27.73% from 255) = 46.36%
BLUE value IS 8 (3.52% from 255) = 5.30%
R=48.34%
G=46.36%
B=5.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.89
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7370800.040.890.7157.2380.2515.88
Hex49468045947395010
Octal11110610041311077112020
Binary100100110001101000010010110011000111111001101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494608; }

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

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

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

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

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

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

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

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