#49715D

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

Shades of Como #49715D

Tints of Como #49715D

Color information

#49715D (or 0x49715D) is unknown color: approx Como. HEX triplet: 49, 71 and 5D. RGB value is (73,113,93). Sum of RGB (Red+Green+Blue) = 73+113+93=279 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.16% from 279); Green value is 113 (44.53% from 255 or 40.50% from 279); Blue value is 93 (36.72% from 255 or 33.33% from 279); Max value from RGB is 113 - color contains mainly: green. Hex color #49715D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49715D is #B68EA2. Grayscale: #626262. Windows color (decimal): -11964067 or 6123849. OLE color: 6123849.

HSL color Cylindrical-coordinate representation of color #49715D: hue angle of 150º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #49715D is Cyan = 0.35, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.56.

Color convert

RGB7311393-
CMYK0.3500.180.56
HSL150º21.51%36.47%-
HSV(B)150º35.4%44.31%-
XYZ10.6314.0212.5-
YUV98.76124.75109.63-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.16%
GREEN value IS 113 (44.53% from 255) = 40.50%
BLUE value IS 93 (36.72% from 255) = 33.33%
R=26.16%
G=40.50%
B=33.33%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal73113930.3500.180.5615021.5136.47
Hex49715D2301238961624
Octal11116113543022702262644
Binary1001001111000110111011000110100101110001001011010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49715D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,113,93); }

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

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

 a { background-color: rgb(73,113,93); }

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

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

 span { border-color: rgb(73,113,93); }

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