#494605

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

Shades of Verdun Green #494605

Tints of Verdun Green #494605

Color information

#494605 (or 0x494605) is unknown color: approx Verdun Green. HEX triplet: 49, 46 and 05. RGB value is (73,70,5). Sum of RGB (Red+Green+Blue) = 73+70+5=148 (19% of max value = 765). Red value is 73 (28.91% from 255 or 49.32% from 148); Green value is 70 (27.73% from 255 or 47.30% from 148); Blue value is 5 (2.34% from 255 or 3.38% from 148); Max value from RGB is 73 - color contains mainly: red. Hex color #494605 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494605 is #B6B9FA. Grayscale: #3F3F3F. Windows color (decimal): -11975163 or 345673. OLE color: 345673.

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

Color convert

RGB73705-
CMYK00.040.930.71
HSL57.35º87.18%15.29%-
HSV(B)57.35º93.15%28.63%-
XYZ4.975.811-
YUV63.4994.99134.79-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 49.32%
GREEN value IS 70 (27.73% from 255) = 47.30%
BLUE value IS 5 (2.34% from 255) = 3.38%
R=49.32%
G=47.30%
B=3.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.93
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7370500.040.930.7157.3587.1815.29
Hex49465045D473957f
Octal1111065041351077112717
Binary1001001100011010101001011101100011111100110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494605; }

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

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

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

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

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

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

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

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