#48875E

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

Shades of Como #48875E

Tints of Como #48875E

Color information

#48875E (or 0x48875E) is unknown color: approx Como. HEX triplet: 48, 87 and 5E. RGB value is (72,135,94). Sum of RGB (Red+Green+Blue) = 72+135+94=301 (39% of max value = 765). Red value is 72 (28.52% from 255 or 23.92% from 301); Green value is 135 (53.12% from 255 or 44.85% from 301); Blue value is 94 (37.11% from 255 or 31.23% from 301); Max value from RGB is 135 - color contains mainly: green. Hex color #48875E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48875E is #B778A1. Grayscale: #6F6F6F. Windows color (decimal): -12023970 or 6195016. OLE color: 6195016.

HSL color Cylindrical-coordinate representation of color #48875E: hue angle of 140.95º degrees, saturation: 0.3, 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 #48875E is Cyan = 0.47, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB7213594-
CMYK0.4700.300.47
HSL140.95º30.43%40.59%-
HSV(B)140.95º46.67%52.94%-
XYZ13.3619.5113.65-
YUV111.49118.1399.83-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.92%
GREEN value IS 135 (53.12% from 255) = 44.85%
BLUE value IS 94 (37.11% from 255) = 31.23%
R=23.92%
G=44.85%
B=31.23%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal72135940.4700.300.47140.9530.4340.59
Hex48875E2F01E2F8d1e29
Octal11020713657036572153651
Binary10010001000011110111101011110111101011111000110111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48875E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48875E; }

 p { color: rgb(72,135,94); }

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

<style>
 a { background-color: #48875E; }

 a { background-color: rgb(72,135,94); }

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

<style>
 span { border-color: #48875E; }

 span { border-color: rgb(72,135,94); }

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