#495401

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

Shades of Verdun Green #495401

Tints of Verdun Green #495401

Color information

#495401 (or 0x495401) is unknown color: approx Verdun Green. HEX triplet: 49, 54 and 01. RGB value is (73,84,1). Sum of RGB (Red+Green+Blue) = 73+84+1=158 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.20% from 158); Green value is 84 (33.20% from 255 or 53.16% from 158); Blue value is 1 (0.78% from 255 or 0.63% from 158); Max value from RGB is 84 - color contains mainly: green. Hex color #495401 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495401 is #B6ABFE. Grayscale: #474747. Windows color (decimal): -11971583 or 87113. OLE color: 87113.

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

Color convert

RGB73841-
CMYK0.1300.990.67
HSL67.95º97.65%16.67%-
HSV(B)67.95º98.81%32.94%-
XYZ5.927.761.21-
YUV71.2588.36129.25-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 46.20%
GREEN value IS 84 (33.20% from 255) = 53.16%
BLUE value IS 1 (0.78% from 255) = 0.63%
R=46.20%
G=53.16%
B=0.63%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal738410.1300.990.6767.9597.6516.67
Hex49541D06343446211
Octal111124115014310310414221
Binary10010011010100111010110001110000111000100110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495401; }

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

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

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

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

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

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

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

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