#497200

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

Shades of Verdun Green #497200

Tints of Verdun Green #497200

Color information

#497200 (or 0x497200) is unknown color: approx Verdun Green. HEX triplet: 49, 72 and 00. RGB value is (73,114,0). Sum of RGB (Red+Green+Blue) = 73+114+0=187 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.04% from 187); Green value is 114 (44.92% from 255 or 60.96% from 187); Blue value is 0 (0.39% from 255 or 0% from 187); Max value from RGB is 114 - color contains mainly: green. Hex color #497200 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #497200 is #B68DFF. Grayscale: #595959. Windows color (decimal): -11963904 or 29257. OLE color: 29257.

HSL color Cylindrical-coordinate representation of color #497200: hue angle of 81.58º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #497200 is Cyan = 0.36, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.55.

Color convert

RGB731140-
CMYK0.36010.55
HSL81.58º100%22.35%-
HSV(B)81.58º100%44.71%-
XYZ8.7613.452.13-
YUV88.7477.92116.77-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 39.04%
GREEN value IS 114 (44.92% from 255) = 60.96%
BLUE value IS 0 (0.39% from 255) = 0%
R=39.04%
G=60.96%
B=0%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal7311400.36010.5581.5810022.35
Hex497202406437526416
Octal11116204401446712214426
Binary100100111100100100100011001001101111010010110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497200; }

 p { color: rgb(73,114,0); }

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

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

 a { background-color: rgb(73,114,0); }

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

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

 span { border-color: rgb(73,114,0); }

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