#495720

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

Shades of Verdun Green #495720

Tints of Verdun Green #495720

Color information

#495720 (or 0x495720) is unknown color: approx Verdun Green. HEX triplet: 49, 57 and 20. RGB value is (73,87,32). Sum of RGB (Red+Green+Blue) = 73+87+32=192 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.02% from 192); Green value is 87 (34.38% from 255 or 45.31% from 192); Blue value is 32 (12.89% from 255 or 16.67% from 192); Max value from RGB is 87 - color contains mainly: green. Hex color #495720 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495720 is #B6A8DF. Grayscale: #4C4C4C. Windows color (decimal): -11970784 or 2119497. OLE color: 2119497.

HSL color Cylindrical-coordinate representation of color #495720: hue angle of 75.27º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #495720 is Cyan = 0.16, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.66.

Color convert

RGB738732-
CMYK0.1600.630.66
HSL75.27º46.22%23.33%-
HSV(B)75.27º63.22%34.12%-
XYZ6.428.342.64-
YUV76.54102.86125.47-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 38.02%
GREEN value IS 87 (34.38% from 255) = 45.31%
BLUE value IS 32 (12.89% from 255) = 16.67%
R=38.02%
G=45.31%
B=16.67%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7387320.1600.630.6675.2746.2223.33
Hex4957201003F424b2e17
Octal11112740200771021135627
Binary100100110101111000001000001111111000010100101110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495720; }

 p { color: rgb(73,87,32); }

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

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

 a { background-color: rgb(73,87,32); }

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

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

 span { border-color: rgb(73,87,32); }

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