#494707

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

Shades of Verdun Green #494707

Tints of Verdun Green #494707

Color information

#494707 (or 0x494707) is unknown color: approx Verdun Green. HEX triplet: 49, 47 and 07. RGB value is (73,71,7). Sum of RGB (Red+Green+Blue) = 73+71+7=151 (20% of max value = 765). Red value is 73 (28.91% from 255 or 48.34% from 151); Green value is 71 (28.12% from 255 or 47.02% from 151); Blue value is 7 (3.12% from 255 or 4.64% from 151); Max value from RGB is 73 - color contains mainly: red. Hex color #494707 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494707 is #B6B8F8. Grayscale: #404040. Windows color (decimal): -11974905 or 477001. OLE color: 477001.

HSL color Cylindrical-coordinate representation of color #494707: hue angle of 58.18º degrees, saturation: 0.82, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #494707 is Cyan = 0, Magento = 0.03, Yellow = 0.90 and Black (K on CMYK) = 0.71.

Color convert

RGB73717-
CMYK00.030.900.71
HSL58.18º82.5%15.69%-
HSV(B)58.18º90.41%28.63%-
XYZ5.045.941.08-
YUV64.395.66134.2-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 48.34%
GREEN value IS 71 (28.12% from 255) = 47.02%
BLUE value IS 7 (3.12% from 255) = 4.64%
R=48.34%
G=47.02%
B=4.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.90
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7371700.030.900.7158.1882.515.69
Hex49477035A473a5210
Octal1111077031321077212220
Binary1001001100011111101110110101000111111010101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494707; }

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

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

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

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

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

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

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

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