#494505

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

Shades of Verdun Green #494505

Tints of Verdun Green #494505

Color information

#494505 (or 0x494505) is unknown color: approx Verdun Green. HEX triplet: 49, 45 and 05. RGB value is (73,69,5). Sum of RGB (Red+Green+Blue) = 73+69+5=147 (19% of max value = 765). Red value is 73 (28.91% from 255 or 49.66% from 147); Green value is 69 (27.34% from 255 or 46.94% from 147); Blue value is 5 (2.34% from 255 or 3.40% from 147); Max value from RGB is 73 - color contains mainly: red. Hex color #494505 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494505 is #B6BAFA. Grayscale: #3F3F3F. Windows color (decimal): -11975419 or 345417. OLE color: 345417.

HSL color Cylindrical-coordinate representation of color #494505: hue angle of 56.47º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #494505 is Cyan = 0, Magento = 0.05, Yellow = 0.93 and Black (K on CMYK) = 0.71.

Color convert

RGB73695-
CMYK00.050.930.71
HSL56.47º87.18%15.29%-
HSV(B)56.47º93.15%28.63%-
XYZ4.95.680.98-
YUV62.995.33135.2-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 49.66%
GREEN value IS 69 (27.34% from 255) = 46.94%
BLUE value IS 5 (2.34% from 255) = 3.40%
R=49.66%
G=46.94%
B=3.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.93
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7369500.050.930.7156.4787.1815.29
Hex49455055D473857f
Octal1111055051351077012717
Binary1001001100010110101011011101100011111100010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494505; }

 p { color: rgb(73,69,5); }

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

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

 a { background-color: rgb(73,69,5); }

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

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

 span { border-color: rgb(73,69,5); }

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