#48885D

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

Shades of Como #48885D

Tints of Como #48885D

Color information

#48885D (or 0x48885D) is unknown color: approx Como. HEX triplet: 48, 88 and 5D. RGB value is (72,136,93). Sum of RGB (Red+Green+Blue) = 72+136+93=301 (39% of max value = 765). Red value is 72 (28.52% from 255 or 23.92% from 301); Green value is 136 (53.52% from 255 or 45.18% from 301); Blue value is 93 (36.72% from 255 or 30.90% from 301); Max value from RGB is 136 - color contains mainly: green. Hex color #48885D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48885D is #B777A2. Grayscale: #707070. Windows color (decimal): -12023715 or 6129736. OLE color: 6129736.

HSL color Cylindrical-coordinate representation of color #48885D: hue angle of 139.69º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #48885D is Cyan = 0.47, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB7213693-
CMYK0.4700.320.47
HSL139.69º30.77%40.78%-
HSV(B)139.69º47.06%53.33%-
XYZ13.4519.7813.46-
YUV111.96117.399.5-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.92%
GREEN value IS 136 (53.52% from 255) = 45.18%
BLUE value IS 93 (36.72% from 255) = 30.90%
R=23.92%
G=45.18%
B=30.90%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal72136930.4700.320.47139.6930.7740.78
Hex48885D2F0202F8c1f29
Octal11021013557040572143751
Binary100100010001000101110110111101000001011111000110011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48885D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,136,93); }

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

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

 a { background-color: rgb(72,136,93); }

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

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

 span { border-color: rgb(72,136,93); }

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