#49581D

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

Shades of Verdun Green #49581D

Tints of Verdun Green #49581D

Color information

#49581D (or 0x49581D) is unknown color: approx Verdun Green. HEX triplet: 49, 58 and 1D. RGB value is (73,88,29). Sum of RGB (Red+Green+Blue) = 73+88+29=190 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.42% from 190); Green value is 88 (34.77% from 255 or 46.32% from 190); Blue value is 29 (11.72% from 255 or 15.26% from 190); Max value from RGB is 88 - color contains mainly: green. Hex color #49581D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49581D is #B6A7E2. Grayscale: #4D4D4D. Windows color (decimal): -11970531 or 1923145. OLE color: 1923145.

HSL color Cylindrical-coordinate representation of color #49581D: hue angle of 75.25º degrees, saturation: 0.5, 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 #49581D is Cyan = 0.17, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.65.

Color convert

RGB738829-
CMYK0.1700.670.65
HSL75.25º50.43%22.94%-
HSV(B)75.25º67.05%34.51%-
XYZ6.468.482.46-
YUV76.79101.03125.3-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 38.42%
GREEN value IS 88 (34.77% from 255) = 46.32%
BLUE value IS 29 (11.72% from 255) = 15.26%
R=38.42%
G=46.32%
B=15.26%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7388290.1700.670.6575.2550.4322.94
Hex49581D11043414b3217
Octal111130352101031011136227
Binary100100110110001110110001010000111000001100101111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49581D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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