#495801

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

Shades of Verdun Green #495801

Tints of Verdun Green #495801

Color information

#495801 (or 0x495801) is unknown color: approx Verdun Green. HEX triplet: 49, 58 and 01. RGB value is (73,88,1). Sum of RGB (Red+Green+Blue) = 73+88+1=162 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.06% from 162); Green value is 88 (34.77% from 255 or 54.32% from 162); Blue value is 1 (0.78% from 255 or 0.62% from 162); Max value from RGB is 88 - color contains mainly: green. Hex color #495801 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495801 is #B6A7FE. Grayscale: #494949. Windows color (decimal): -11970559 or 88137. OLE color: 88137.

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

Color convert

RGB73881-
CMYK0.1700.990.65
HSL70.34º97.75%17.45%-
HSV(B)70.34º98.86%34.51%-
XYZ6.248.41.32-
YUV73.687.03127.57-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 45.06%
GREEN value IS 88 (34.77% from 255) = 54.32%
BLUE value IS 1 (0.78% from 255) = 0.62%
R=45.06%
G=54.32%
B=0.62%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal738810.1700.990.6570.3497.7517.45
Hex495811106341466211
Octal111130121014310110614221
Binary100100110110001100010110001110000011000110110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495801; }

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

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

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

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

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

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

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

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