#494C02

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

Shades of Verdun Green #494C02

Tints of Verdun Green #494C02

Color information

#494C02 (or 0x494C02) is unknown color: approx Verdun Green. HEX triplet: 49, 4C and 02. RGB value is (73,76,2). Sum of RGB (Red+Green+Blue) = 73+76+2=151 (20% of max value = 765). Red value is 73 (28.91% from 255 or 48.34% from 151); Green value is 76 (30.08% from 255 or 50.33% from 151); Blue value is 2 (1.17% from 255 or 1.32% from 151); Max value from RGB is 76 - color contains mainly: green. Hex color #494C02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494C02 is #B6B3FD. Grayscale: #424242. Windows color (decimal): -11973630 or 150601. OLE color: 150601.

HSL color Cylindrical-coordinate representation of color #494C02: hue angle of 62.43º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #494C02 is Cyan = 0.04, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.70.

Color convert

RGB73762-
CMYK0.0400.970.70
HSL62.43º94.87%15.29%-
HSV(B)62.43º97.37%29.8%-
XYZ5.346.591.05-
YUV66.6791.51132.52-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 48.34%
GREEN value IS 76 (30.08% from 255) = 50.33%
BLUE value IS 2 (1.17% from 255) = 1.32%
R=48.34%
G=50.33%
B=1.32%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal737620.0400.970.7062.4394.8715.29
Hex494C24061463e5ff
Octal1111142401411067613717
Binary100100110011001010001100001100011011111010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494C02; }

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

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

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

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

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

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

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

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