#497103

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

Shades of Verdun Green #497103

Tints of Verdun Green #497103

Color information

#497103 (or 0x497103) is unknown color: approx Verdun Green. HEX triplet: 49, 71 and 03. RGB value is (73,113,3). Sum of RGB (Red+Green+Blue) = 73+113+3=189 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.62% from 189); Green value is 113 (44.53% from 255 or 59.79% from 189); Blue value is 3 (1.56% from 255 or 1.59% from 189); Max value from RGB is 113 - color contains mainly: green. Hex color #497103 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #497103 is #B68EFC. Grayscale: #585858. Windows color (decimal): -11964157 or 225609. OLE color: 225609.

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

Color convert

RGB731133-
CMYK0.3500.970.56
HSL81.82º94.83%22.75%-
HSV(B)81.82º97.35%44.31%-
XYZ8.6713.232.18-
YUV88.579.75116.94-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 38.62%
GREEN value IS 113 (44.53% from 255) = 59.79%
BLUE value IS 3 (1.56% from 255) = 1.59%
R=38.62%
G=59.79%
B=1.59%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal7311330.3500.970.5681.8294.8322.75
Hex497132306138525f17
Octal11116134301417012213727
Binary1001001111000111100011011000011110001010010101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497103; }

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

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

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

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

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

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

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

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