#495920

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

Shades of Verdun Green #495920

Tints of Verdun Green #495920

Color information

#495920 (or 0x495920) is unknown color: approx Verdun Green. HEX triplet: 49, 59 and 20. RGB value is (73,89,32). Sum of RGB (Red+Green+Blue) = 73+89+32=194 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.63% from 194); Green value is 89 (35.16% from 255 or 45.88% from 194); Blue value is 32 (12.89% from 255 or 16.49% from 194); Max value from RGB is 89 - color contains mainly: green. Hex color #495920 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495920 is #B6A6DF. Grayscale: #4D4D4D. Windows color (decimal): -11970272 or 2120009. OLE color: 2120009.

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

Color convert

RGB738932-
CMYK0.1800.640.65
HSL76.84º47.11%23.73%-
HSV(B)76.84º64.04%34.9%-
XYZ6.588.672.69-
YUV77.72102.2124.63-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 37.63%
GREEN value IS 89 (35.16% from 255) = 45.88%
BLUE value IS 32 (12.89% from 255) = 16.49%
R=37.63%
G=45.88%
B=16.49%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7389320.1800.640.6576.8447.1123.73
Hex49592012040414d2f18
Octal111131402201001011155730
Binary1001001101100110000010010010000001000001100110110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495920; }

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

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

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

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

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

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

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

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