#49551D

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

Shades of Verdun Green #49551D

Tints of Verdun Green #49551D

Color information

#49551D (or 0x49551D) is unknown color: approx Verdun Green. HEX triplet: 49, 55 and 1D. RGB value is (73,85,29). Sum of RGB (Red+Green+Blue) = 73+85+29=187 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.04% from 187); Green value is 85 (33.59% from 255 or 45.45% from 187); Blue value is 29 (11.72% from 255 or 15.51% from 187); Max value from RGB is 85 - color contains mainly: green. Hex color #49551D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49551D is #B6AAE2. Grayscale: #4B4B4B. Windows color (decimal): -11971299 or 1922377. OLE color: 1922377.

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

Color convert

RGB738529-
CMYK0.1400.660.67
HSL72.86º49.12%22.35%-
HSV(B)72.86º65.88%33.33%-
XYZ6.2282.38-
YUV75.03102.02126.55-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 39.04%
GREEN value IS 85 (33.59% from 255) = 45.45%
BLUE value IS 29 (11.72% from 255) = 15.51%
R=39.04%
G=45.45%
B=15.51%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7385290.1400.660.6772.8649.1222.35
Hex49551DE04243493116
Octal111125351601021031116126
Binary10010011010101111011110010000101000011100100111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49551D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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