#495620

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

Shades of Verdun Green #495620

Tints of Verdun Green #495620

Color information

#495620 (or 0x495620) is unknown color: approx Verdun Green. HEX triplet: 49, 56 and 20. RGB value is (73,86,32). Sum of RGB (Red+Green+Blue) = 73+86+32=191 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.22% from 191); Green value is 86 (33.98% from 255 or 45.03% from 191); Blue value is 32 (12.89% from 255 or 16.75% from 191); Max value from RGB is 86 - color contains mainly: green. Hex color #495620 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495620 is #B6A9DF. Grayscale: #4C4C4C. Windows color (decimal): -11971040 or 2119241. OLE color: 2119241.

HSL color Cylindrical-coordinate representation of color #495620: hue angle of 74.44º 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 #495620 is Cyan = 0.15, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.66.

Color convert

RGB738632-
CMYK0.1500.630.66
HSL74.44º45.76%23.14%-
HSV(B)74.44º62.79%33.73%-
XYZ6.348.182.61-
YUV75.96103.19125.89-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 38.22%
GREEN value IS 86 (33.98% from 255) = 45.03%
BLUE value IS 32 (12.89% from 255) = 16.75%
R=38.22%
G=45.03%
B=16.75%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7386320.1500.630.6674.4445.7623.14
Hex495620F03F424a2e17
Octal11112640170771021125627
Binary10010011010110100000111101111111000010100101010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495620; }

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

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

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

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

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

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

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

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