#48855E

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

Shades of Como #48855E

Tints of Como #48855E

Color information

#48855E (or 0x48855E) is unknown color: approx Como. HEX triplet: 48, 85 and 5E. RGB value is (72,133,94). Sum of RGB (Red+Green+Blue) = 72+133+94=299 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.08% from 299); Green value is 133 (52.34% from 255 or 44.48% from 299); Blue value is 94 (37.11% from 255 or 31.44% from 299); Max value from RGB is 133 - color contains mainly: green. Hex color #48855E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48855E is #B77AA1. Grayscale: #6E6E6E. Windows color (decimal): -12024482 or 6194504. OLE color: 6194504.

HSL color Cylindrical-coordinate representation of color #48855E: hue angle of 141.64º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #48855E is Cyan = 0.46, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB7213394-
CMYK0.4600.290.48
HSL141.64º29.76%40.2%-
HSV(B)141.64º45.86%52.16%-
XYZ13.0818.9613.56-
YUV110.32118.79100.67-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.08%
GREEN value IS 133 (52.34% from 255) = 44.48%
BLUE value IS 94 (37.11% from 255) = 31.44%
R=24.08%
G=44.48%
B=31.44%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal72133940.4600.290.48141.6429.7640.2
Hex48855E2E01D308e1e28
Octal11020513656035602163650
Binary10010001000010110111101011100111011100001000111011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48855E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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