#49715F

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

Shades of Como #49715F

Tints of Como #49715F

Color information

#49715F (or 0x49715F) is unknown color: approx Como. HEX triplet: 49, 71 and 5F. RGB value is (73,113,95). Sum of RGB (Red+Green+Blue) = 73+113+95=281 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.98% from 281); Green value is 113 (44.53% from 255 or 40.21% from 281); Blue value is 95 (37.5% from 255 or 33.81% from 281); Max value from RGB is 113 - color contains mainly: green. Hex color #49715F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49715F is #B68EA0. Grayscale: #636363. Windows color (decimal): -11964065 or 6254921. OLE color: 6254921.

HSL color Cylindrical-coordinate representation of color #49715F: hue angle of 153º 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 #49715F is Cyan = 0.35, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB7311395-
CMYK0.3500.160.56
HSL153º21.51%36.47%-
HSV(B)153º35.4%44.31%-
XYZ10.7214.0512.97-
YUV98.99125.75109.46-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.98%
GREEN value IS 113 (44.53% from 255) = 40.21%
BLUE value IS 95 (37.5% from 255) = 33.81%
R=25.98%
G=40.21%
B=33.81%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal73113950.3500.160.5615321.5136.47
Hex49715F2301038991624
Octal11116113743020702312644
Binary1001001111000110111111000110100001110001001100110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49715F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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