#497601

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

Shades of Verdun Green #497601

Tints of Verdun Green #497601

Color information

#497601 (or 0x497601) is unknown color: approx Verdun Green. HEX triplet: 49, 76 and 01. RGB value is (73,118,1). Sum of RGB (Red+Green+Blue) = 73+118+1=192 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.02% from 192); Green value is 118 (46.48% from 255 or 61.46% from 192); Blue value is 1 (0.78% from 255 or 0.52% from 192); Max value from RGB is 118 - color contains mainly: green. Hex color #497601 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #497601 is #B689FE. Grayscale: #5B5B5B. Windows color (decimal): -11962879 or 95817. OLE color: 95817.

HSL color Cylindrical-coordinate representation of color #497601: hue angle of 83.08º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #497601 is Cyan = 0.38, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.54.

Color convert

RGB731181-
CMYK0.3800.990.54
HSL83.08º98.32%23.33%-
HSV(B)83.08º99.15%46.27%-
XYZ9.2314.382.32-
YUV91.2177.09115.01-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 38.02%
GREEN value IS 118 (46.48% from 255) = 61.46%
BLUE value IS 1 (0.78% from 255) = 0.52%
R=38.02%
G=61.46%
B=0.52%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal7311810.3800.990.5483.0898.3223.33
Hex497612606336536217
Octal11116614601436612314227
Binary100100111101101100110011000111101101010011110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497601; }

 p { color: rgb(73,118,1); }

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

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

 a { background-color: rgb(73,118,1); }

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

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

 span { border-color: rgb(73,118,1); }

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