#495701

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

Shades of Verdun Green #495701

Tints of Verdun Green #495701

Color information

#495701 (or 0x495701) is unknown color: approx Verdun Green. HEX triplet: 49, 57 and 01. RGB value is (73,87,1). Sum of RGB (Red+Green+Blue) = 73+87+1=161 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.34% from 161); Green value is 87 (34.38% from 255 or 54.04% from 161); Blue value is 1 (0.78% from 255 or 0.62% from 161); Max value from RGB is 87 - color contains mainly: green. Hex color #495701 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495701 is #B6A8FE. Grayscale: #494949. Windows color (decimal): -11970815 or 87881. OLE color: 87881.

HSL color Cylindrical-coordinate representation of color #495701: hue angle of 69.77º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #495701 is Cyan = 0.16, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.66.

Color convert

RGB73871-
CMYK0.1600.990.66
HSL69.77º97.73%17.25%-
HSV(B)69.77º98.85%34.12%-
XYZ6.168.241.29-
YUV73.0187.36127.99-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 45.34%
GREEN value IS 87 (34.38% from 255) = 54.04%
BLUE value IS 1 (0.78% from 255) = 0.62%
R=45.34%
G=54.04%
B=0.62%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal738710.1600.990.6669.7797.7317.25
Hex495711006342466211
Octal111127120014310210614221
Binary100100110101111100000110001110000101000110110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495701; }

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

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

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

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

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

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

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

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