#497402

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

Shades of Verdun Green #497402

Tints of Verdun Green #497402

Color information

#497402 (or 0x497402) is unknown color: approx Verdun Green. HEX triplet: 49, 74 and 02. RGB value is (73,116,2). Sum of RGB (Red+Green+Blue) = 73+116+2=191 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.22% from 191); Green value is 116 (45.70% from 255 or 60.73% from 191); Blue value is 2 (1.17% from 255 or 1.05% from 191); Max value from RGB is 116 - color contains mainly: green. Hex color #497402 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #497402 is #B68BFD. Grayscale: #5A5A5A. Windows color (decimal): -11963390 or 160841. OLE color: 160841.

HSL color Cylindrical-coordinate representation of color #497402: hue angle of 82.63º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #497402 is Cyan = 0.37, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.55.

Color convert

RGB731162-
CMYK0.3700.980.55
HSL82.63º96.61%23.14%-
HSV(B)82.63º98.28%45.49%-
XYZ913.912.27-
YUV90.1578.25115.77-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 38.22%
GREEN value IS 116 (45.70% from 255) = 60.73%
BLUE value IS 2 (1.17% from 255) = 1.05%
R=38.22%
G=60.73%
B=1.05%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal7311620.3700.980.5582.6396.6123.14
Hex497422506237536117
Octal11116424501426712314127
Binary1001001111010010100101011000101101111010011110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497402; }

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

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

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

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

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

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

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

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