#495116

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

Shades of Verdun Green #495116

Tints of Verdun Green #495116

Color information

#495116 (or 0x495116) is unknown color: approx Verdun Green. HEX triplet: 49, 51 and 16. RGB value is (73,81,22). Sum of RGB (Red+Green+Blue) = 73+81+22=176 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.48% from 176); Green value is 81 (32.03% from 255 or 46.02% from 176); Blue value is 22 (8.98% from 255 or 12.5% from 176); Max value from RGB is 81 - color contains mainly: green. Hex color #495116 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495116 is #B6AEE9. Grayscale: #484848. Windows color (decimal): -11972330 or 1462601. OLE color: 1462601.

HSL color Cylindrical-coordinate representation of color #495116: hue angle of 68.14º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #495116 is Cyan = 0.10, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.68.

Color convert

RGB738122-
CMYK0.1000.730.68
HSL68.14º57.28%20.2%-
HSV(B)68.14º72.84%31.76%-
XYZ5.837.361.87-
YUV71.8899.85128.8-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 41.48%
GREEN value IS 81 (32.03% from 255) = 46.02%
BLUE value IS 22 (8.98% from 255) = 12.5%
R=41.48%
G=46.02%
B=12.5%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7381220.1000.730.6868.1457.2820.2
Hex495116A04944443914
Octal111121261201111041047124
Binary10010011010001101101010010010011000100100010011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495116; }

 p { color: rgb(73,81,22); }

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

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

 a { background-color: rgb(73,81,22); }

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

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

 span { border-color: rgb(73,81,22); }

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