#495816

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

Shades of Verdun Green #495816

Tints of Verdun Green #495816

Color information

#495816 (or 0x495816) is unknown color: approx Verdun Green. HEX triplet: 49, 58 and 16. RGB value is (73,88,22). Sum of RGB (Red+Green+Blue) = 73+88+22=183 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.89% from 183); Green value is 88 (34.77% from 255 or 48.09% from 183); Blue value is 22 (8.98% from 255 or 12.02% from 183); Max value from RGB is 88 - color contains mainly: green. Hex color #495816 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495816 is #B6A7E9. Grayscale: #4C4C4C. Windows color (decimal): -11970538 or 1464393. OLE color: 1464393.

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

Color convert

RGB738822-
CMYK0.1700.750.65
HSL73.64º60%21.57%-
HSV(B)73.64º75%34.51%-
XYZ6.388.452.05-
YUV75.9997.53125.87-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 39.89%
GREEN value IS 88 (34.77% from 255) = 48.09%
BLUE value IS 22 (8.98% from 255) = 12.02%
R=39.89%
G=48.09%
B=12.02%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7388220.1700.750.6573.646021.57
Hex4958161104B414a3c16
Octal111130262101131011127426
Binary100100110110001011010001010010111000001100101011110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495816; }

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

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

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

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

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

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

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

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