#49715C

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

Shades of Como #49715C

Tints of Como #49715C

Color information

#49715C (or 0x49715C) is unknown color: approx Como. HEX triplet: 49, 71 and 5C. RGB value is (73,113,92). Sum of RGB (Red+Green+Blue) = 73+113+92=278 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.26% from 278); Green value is 113 (44.53% from 255 or 40.65% from 278); Blue value is 92 (36.33% from 255 or 33.09% from 278); Max value from RGB is 113 - color contains mainly: green. Hex color #49715C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49715C is #B68EA3. Grayscale: #626262. Windows color (decimal): -11964068 or 6058313. OLE color: 6058313.

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

Color convert

RGB7311392-
CMYK0.3500.190.56
HSL148.5º21.51%36.47%-
HSV(B)148.5º35.4%44.31%-
XYZ10.581412.27-
YUV98.65124.25109.71-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.26%
GREEN value IS 113 (44.53% from 255) = 40.65%
BLUE value IS 92 (36.33% from 255) = 33.09%
R=26.26%
G=40.65%
B=33.09%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal73113920.3500.190.56148.521.5136.47
Hex49715C2301338941624
Octal11116113443023702242644
Binary1001001111000110111001000110100111110001001010010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49715C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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