#49591D

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

Shades of Verdun Green #49591D

Tints of Verdun Green #49591D

Color information

#49591D (or 0x49591D) is unknown color: approx Verdun Green. HEX triplet: 49, 59 and 1D. RGB value is (73,89,29). Sum of RGB (Red+Green+Blue) = 73+89+29=191 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.22% from 191); Green value is 89 (35.16% from 255 or 46.60% from 191); Blue value is 29 (11.72% from 255 or 15.18% from 191); Max value from RGB is 89 - color contains mainly: green. Hex color #49591D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49591D is #B6A6E2. Grayscale: #4D4D4D. Windows color (decimal): -11970275 or 1923401. OLE color: 1923401.

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

Color convert

RGB738929-
CMYK0.1800.670.65
HSL76º50.85%23.14%-
HSV(B)76º67.42%34.9%-
XYZ6.548.652.49-
YUV77.38100.7124.88-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 38.22%
GREEN value IS 89 (35.16% from 255) = 46.60%
BLUE value IS 29 (11.72% from 255) = 15.18%
R=38.22%
G=46.60%
B=15.18%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7389290.1800.670.657650.8523.14
Hex49591D12043414c3317
Octal111131352201031011146327
Binary100100110110011110110010010000111000001100110011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49591D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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