#495005

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

Shades of Verdun Green #495005

Tints of Verdun Green #495005

Color information

#495005 (or 0x495005) is unknown color: approx Verdun Green. HEX triplet: 49, 50 and 05. RGB value is (73,80,5). Sum of RGB (Red+Green+Blue) = 73+80+5=158 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.20% from 158); Green value is 80 (31.64% from 255 or 50.63% from 158); Blue value is 5 (2.34% from 255 or 3.16% from 158); Max value from RGB is 80 - color contains mainly: green. Hex color #495005 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495005 is #B6AFFA. Grayscale: #454545. Windows color (decimal): -11972603 or 348233. OLE color: 348233.

HSL color Cylindrical-coordinate representation of color #495005: hue angle of 65.6º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #495005 is Cyan = 0.09, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.69.

Color convert

RGB73805-
CMYK0.0900.940.69
HSL65.6º88.24%16.67%-
HSV(B)65.6º93.75%31.37%-
XYZ5.647.161.23-
YUV69.3691.68130.6-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 46.20%
GREEN value IS 80 (31.64% from 255) = 50.63%
BLUE value IS 5 (2.34% from 255) = 3.16%
R=46.20%
G=50.63%
B=3.16%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal738050.0900.940.6965.688.2416.67
Hex49505905E45425811
Octal111120511013610510213021
Binary1001001101000010110010101111010001011000010101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495005; }

 p { color: rgb(73,80,5); }

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

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

 a { background-color: rgb(73,80,5); }

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

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

 span { border-color: rgb(73,80,5); }

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