#497302

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

Shades of Verdun Green #497302

Tints of Verdun Green #497302

Color information

#497302 (or 0x497302) is unknown color: approx Verdun Green. HEX triplet: 49, 73 and 02. RGB value is (73,115,2). Sum of RGB (Red+Green+Blue) = 73+115+2=190 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.42% from 190); Green value is 115 (45.31% from 255 or 60.53% from 190); Blue value is 2 (1.17% from 255 or 1.05% from 190); Max value from RGB is 115 - color contains mainly: green. Hex color #497302 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #497302 is #B68CFD. Grayscale: #595959. Windows color (decimal): -11963646 or 160585. OLE color: 160585.

HSL color Cylindrical-coordinate representation of color #497302: hue angle of 82.3º 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 #497302 is Cyan = 0.37, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.55.

Color convert

RGB731152-
CMYK0.3700.980.55
HSL82.3º96.58%22.94%-
HSV(B)82.3º98.26%45.1%-
XYZ8.8913.682.23-
YUV89.5678.59116.19-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 38.42%
GREEN value IS 115 (45.31% from 255) = 60.53%
BLUE value IS 2 (1.17% from 255) = 1.05%
R=38.42%
G=60.53%
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
Decimal7311520.3700.980.5582.396.5822.94
Hex497322506237526117
Octal11116324501426712214127
Binary1001001111001110100101011000101101111010010110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497302; }

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

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

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

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

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

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

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

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