#497203

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

Shades of Verdun Green #497203

Tints of Verdun Green #497203

Color information

#497203 (or 0x497203) is unknown color: approx Verdun Green. HEX triplet: 49, 72 and 03. RGB value is (73,114,3). Sum of RGB (Red+Green+Blue) = 73+114+3=190 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.42% from 190); Green value is 114 (44.92% from 255 or 60% from 190); Blue value is 3 (1.56% from 255 or 1.58% from 190); Max value from RGB is 114 - color contains mainly: green. Hex color #497203 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #497203 is #B68DFC. Grayscale: #595959. Windows color (decimal): -11963901 or 225865. OLE color: 225865.

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

Color convert

RGB731143-
CMYK0.3600.970.55
HSL82.16º94.87%22.94%-
HSV(B)82.16º97.37%44.71%-
XYZ8.7813.462.22-
YUV89.0979.42116.53-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 38.42%
GREEN value IS 114 (44.92% from 255) = 60%
BLUE value IS 3 (1.56% from 255) = 1.58%
R=38.42%
G=60%
B=1.58%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal7311430.3600.970.5582.1694.8722.94
Hex497232406137525f17
Octal11116234401416712213727
Binary1001001111001011100100011000011101111010010101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497203; }

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

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

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

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

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

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

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

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