#49541D

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

Shades of Verdun Green #49541D

Tints of Verdun Green #49541D

Color information

#49541D (or 0x49541D) is unknown color: approx Verdun Green. HEX triplet: 49, 54 and 1D. RGB value is (73,84,29). Sum of RGB (Red+Green+Blue) = 73+84+29=186 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.25% from 186); Green value is 84 (33.20% from 255 or 45.16% from 186); Blue value is 29 (11.72% from 255 or 15.59% from 186); Max value from RGB is 84 - color contains mainly: green. Hex color #49541D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49541D is #B6ABE2. Grayscale: #4A4A4A. Windows color (decimal): -11971555 or 1922121. OLE color: 1922121.

HSL color Cylindrical-coordinate representation of color #49541D: hue angle of 72º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49541D is Cyan = 0.13, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.67.

Color convert

RGB738429-
CMYK0.1300.650.67
HSL72º48.67%22.16%-
HSV(B)72º65.48%32.94%-
XYZ6.147.852.35-
YUV74.44102.36126.97-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 39.25%
GREEN value IS 84 (33.20% from 255) = 45.16%
BLUE value IS 29 (11.72% from 255) = 15.59%
R=39.25%
G=45.16%
B=15.59%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7384290.1300.650.677248.6722.16
Hex49541DD04143483116
Octal111124351501011031106126
Binary10010011010100111011101010000011000011100100011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49541D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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