#49591B

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

Shades of Verdun Green #49591B

Tints of Verdun Green #49591B

Color information

#49591B (or 0x49591B) is unknown color: approx Verdun Green. HEX triplet: 49, 59 and 1B. RGB value is (73,89,27). Sum of RGB (Red+Green+Blue) = 73+89+27=189 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.62% from 189); Green value is 89 (35.16% from 255 or 47.09% from 189); Blue value is 27 (10.94% from 255 or 14.29% from 189); Max value from RGB is 89 - color contains mainly: green. Hex color #49591B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49591B is #B6A6E4. Grayscale: #4D4D4D. Windows color (decimal): -11970277 or 1792329. OLE color: 1792329.

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

Color convert

RGB738927-
CMYK0.1800.700.65
HSL75.48º53.45%22.75%-
HSV(B)75.48º69.66%34.9%-
XYZ6.528.642.36-
YUV77.1599.7125.04-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 38.62%
GREEN value IS 89 (35.16% from 255) = 47.09%
BLUE value IS 27 (10.94% from 255) = 14.29%
R=38.62%
G=47.09%
B=14.29%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7389270.1800.700.6575.4853.4522.75
Hex49591B12046414b3517
Octal111131332201061011136527
Binary100100110110011101110010010001101000001100101111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49591B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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