#495914

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

Shades of Verdun Green #495914

Tints of Verdun Green #495914

Color information

#495914 (or 0x495914) is unknown color: approx Verdun Green. HEX triplet: 49, 59 and 14. RGB value is (73,89,20). Sum of RGB (Red+Green+Blue) = 73+89+20=182 (24% of max value = 765). Red value is 73 (28.91% from 255 or 40.11% from 182); Green value is 89 (35.16% from 255 or 48.90% from 182); Blue value is 20 (8.20% from 255 or 10.99% from 182); Max value from RGB is 89 - color contains mainly: green. Hex color #495914 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495914 is #B6A6EB. Grayscale: #4C4C4C. Windows color (decimal): -11970284 or 1333577. OLE color: 1333577.

HSL color Cylindrical-coordinate representation of color #495914: hue angle of 73.91º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #495914 is Cyan = 0.18, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.65.

Color convert

RGB738920-
CMYK0.1800.780.65
HSL73.91º63.3%21.37%-
HSV(B)73.91º77.53%34.9%-
XYZ6.458.611.98-
YUV76.3596.2125.61-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 40.11%
GREEN value IS 89 (35.16% from 255) = 48.90%
BLUE value IS 20 (8.20% from 255) = 10.99%
R=40.11%
G=48.90%
B=10.99%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7389200.1800.780.6573.9163.321.37
Hex4959141204E414a3f15
Octal111131242201161011127725
Binary100100110110011010010010010011101000001100101011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495914; }

 p { color: rgb(73,89,20); }

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

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

 a { background-color: rgb(73,89,20); }

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

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

 span { border-color: rgb(73,89,20); }

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