#495819

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

Shades of Verdun Green #495819

Tints of Verdun Green #495819

Color information

#495819 (or 0x495819) is unknown color: approx Verdun Green. HEX triplet: 49, 58 and 19. RGB value is (73,88,25). Sum of RGB (Red+Green+Blue) = 73+88+25=186 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.25% from 186); Green value is 88 (34.77% from 255 or 47.31% from 186); Blue value is 25 (10.16% from 255 or 13.44% from 186); Max value from RGB is 88 - color contains mainly: green. Hex color #495819 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495819 is #B6A7E6. Grayscale: #4C4C4C. Windows color (decimal): -11970535 or 1661001. OLE color: 1661001.

HSL color Cylindrical-coordinate representation of color #495819: hue angle of 74.29º 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 #495819 is Cyan = 0.17, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.65.

Color convert

RGB738825-
CMYK0.1700.720.65
HSL74.29º55.75%22.16%-
HSV(B)74.29º71.59%34.51%-
XYZ6.418.472.22-
YUV76.3399.03125.62-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 39.25%
GREEN value IS 88 (34.77% from 255) = 47.31%
BLUE value IS 25 (10.16% from 255) = 13.44%
R=39.25%
G=47.31%
B=13.44%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7388250.1700.720.6574.2955.7522.16
Hex49581911048414a3816
Octal111130312101101011127026
Binary100100110110001100110001010010001000001100101011100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495819; }

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

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

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

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

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

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

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

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