#494705

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

Shades of Verdun Green #494705

Tints of Verdun Green #494705

Color information

#494705 (or 0x494705) is unknown color: approx Verdun Green. HEX triplet: 49, 47 and 05. RGB value is (73,71,5). Sum of RGB (Red+Green+Blue) = 73+71+5=149 (19% of max value = 765). Red value is 73 (28.91% from 255 or 48.99% from 149); Green value is 71 (28.12% from 255 or 47.65% from 149); Blue value is 5 (2.34% from 255 or 3.36% from 149); Max value from RGB is 73 - color contains mainly: red. Hex color #494705 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494705 is #B6B8FA. Grayscale: #404040. Windows color (decimal): -11974907 or 345929. OLE color: 345929.

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

Color convert

RGB73715-
CMYK00.030.930.71
HSL58.24º87.18%15.29%-
HSV(B)58.24º93.15%28.63%-
XYZ5.035.931.02-
YUV64.0794.66134.37-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 48.99%
GREEN value IS 71 (28.12% from 255) = 47.65%
BLUE value IS 5 (2.34% from 255) = 3.36%
R=48.99%
G=47.65%
B=3.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.93
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7371500.030.930.7158.2487.1815.29
Hex49475035D473a57f
Octal1111075031351077212717
Binary100100110001111010111011101100011111101010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494705; }

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

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

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

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

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

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

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

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