#494504

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

Shades of Verdun Green #494504

Tints of Verdun Green #494504

Color information

#494504 (or 0x494504) is unknown color: approx Verdun Green. HEX triplet: 49, 45 and 04. RGB value is (73,69,4). Sum of RGB (Red+Green+Blue) = 73+69+4=146 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50% from 146); Green value is 69 (27.34% from 255 or 47.26% from 146); Blue value is 4 (1.95% from 255 or 2.74% from 146); Max value from RGB is 73 - color contains mainly: red. Hex color #494504 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494504 is #B6BAFB. Grayscale: #3F3F3F. Windows color (decimal): -11975420 or 279881. OLE color: 279881.

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

Color convert

RGB73694-
CMYK00.050.950.71
HSL56.52º89.61%15.1%-
HSV(B)56.52º94.52%28.63%-
XYZ4.95.680.95-
YUV62.7994.83135.29-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 50%
GREEN value IS 69 (27.34% from 255) = 47.26%
BLUE value IS 4 (1.95% from 255) = 2.74%
R=50%
G=47.26%
B=2.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.95
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7369400.050.950.7156.5289.6115.1
Hex49454055F47395af
Octal1111054051371077113217
Binary1001001100010110001011011111100011111100110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494504; }

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

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

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

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

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

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

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

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