#494502

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

Shades of Verdun Green #494502

Tints of Verdun Green #494502

Color information

#494502 (or 0x494502) is unknown color: approx Verdun Green. HEX triplet: 49, 45 and 02. RGB value is (73,69,2). Sum of RGB (Red+Green+Blue) = 73+69+2=144 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50.69% from 144); Green value is 69 (27.34% from 255 or 47.92% from 144); Blue value is 2 (1.17% from 255 or 1.39% from 144); Max value from RGB is 73 - color contains mainly: red. Hex color #494502 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494502 is #B6BAFD. Grayscale: #3E3E3E. Windows color (decimal): -11975422 or 148809. OLE color: 148809.

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

Color convert

RGB73692-
CMYK00.050.970.71
HSL56.62º94.67%14.71%-
HSV(B)56.62º97.26%28.63%-
XYZ4.895.680.9-
YUV62.5693.83135.45-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 50.69%
GREEN value IS 69 (27.34% from 255) = 47.92%
BLUE value IS 2 (1.17% from 255) = 1.39%
R=50.69%
G=47.92%
B=1.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.97
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7369200.050.970.7156.6294.6714.71
Hex49452056147395ff
Octal1111052051411077113717
Binary100100110001011001011100001100011111100110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494502; }

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

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

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

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

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

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

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

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