#495919

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

Shades of Verdun Green #495919

Tints of Verdun Green #495919

Color information

#495919 (or 0x495919) is unknown color: approx Verdun Green. HEX triplet: 49, 59 and 19. RGB value is (73,89,25). Sum of RGB (Red+Green+Blue) = 73+89+25=187 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.04% from 187); Green value is 89 (35.16% from 255 or 47.59% from 187); Blue value is 25 (10.16% from 255 or 13.37% from 187); Max value from RGB is 89 - color contains mainly: green. Hex color #495919 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495919 is #B6A6E6. Grayscale: #4D4D4D. Windows color (decimal): -11970279 or 1661257. OLE color: 1661257.

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

Color convert

RGB738925-
CMYK0.1800.720.65
HSL75º56.14%22.35%-
HSV(B)75º71.91%34.9%-
XYZ6.58.632.24-
YUV76.9298.7125.2-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 39.04%
GREEN value IS 89 (35.16% from 255) = 47.59%
BLUE value IS 25 (10.16% from 255) = 13.37%
R=39.04%
G=47.59%
B=13.37%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7389250.1800.720.657556.1422.35
Hex49591912048414b3816
Octal111131312201101011137026
Binary100100110110011100110010010010001000001100101111100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495919; }

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

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

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

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

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

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

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

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