#495601

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

Shades of Verdun Green #495601

Tints of Verdun Green #495601

Color information

#495601 (or 0x495601) is unknown color: approx Verdun Green. HEX triplet: 49, 56 and 01. RGB value is (73,86,1). Sum of RGB (Red+Green+Blue) = 73+86+1=160 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.62% from 160); Green value is 86 (33.98% from 255 or 53.75% from 160); Blue value is 1 (0.78% from 255 or 0.62% from 160); Max value from RGB is 86 - color contains mainly: green. Hex color #495601 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495601 is #B6A9FE. Grayscale: #484848. Windows color (decimal): -11971071 or 87625. OLE color: 87625.

HSL color Cylindrical-coordinate representation of color #495601: hue angle of 69.18º 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 #495601 is Cyan = 0.15, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.66.

Color convert

RGB73861-
CMYK0.1500.990.66
HSL69.18º97.7%17.06%-
HSV(B)69.18º98.84%33.73%-
XYZ6.088.071.27-
YUV72.4287.69128.41-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 45.62%
GREEN value IS 86 (33.98% from 255) = 53.75%
BLUE value IS 1 (0.78% from 255) = 0.62%
R=45.62%
G=53.75%
B=0.62%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal738610.1500.990.6669.1897.717.06
Hex49561F06342456211
Octal111126117014310210514221
Binary10010011010110111110110001110000101000101110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495601; }

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

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

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

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

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

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

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

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