#49591E

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

Shades of Verdun Green #49591E

Tints of Verdun Green #49591E

Color information

#49591E (or 0x49591E) is unknown color: approx Verdun Green. HEX triplet: 49, 59 and 1E. RGB value is (73,89,30). Sum of RGB (Red+Green+Blue) = 73+89+30=192 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.02% from 192); Green value is 89 (35.16% from 255 or 46.35% from 192); Blue value is 30 (12.11% from 255 or 15.62% from 192); Max value from RGB is 89 - color contains mainly: green. Hex color #49591E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49591E is #B6A6E1. Grayscale: #4D4D4D. Windows color (decimal): -11970274 or 1988937. OLE color: 1988937.

HSL color Cylindrical-coordinate representation of color #49591E: hue angle of 76.27º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49591E is Cyan = 0.18, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.65.

Color convert

RGB738930-
CMYK0.1800.660.65
HSL76.27º49.58%23.33%-
HSV(B)76.27º66.29%34.9%-
XYZ6.558.652.55-
YUV77.49101.2124.8-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 38.02%
GREEN value IS 89 (35.16% from 255) = 46.35%
BLUE value IS 30 (12.11% from 255) = 15.62%
R=38.02%
G=46.35%
B=15.62%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7389300.1800.660.6576.2749.5823.33
Hex49591E12042414c3217
Octal111131362201021011146227
Binary100100110110011111010010010000101000001100110011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49591E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49591E; }

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

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

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

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

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

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

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

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