#48855D

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

Shades of Como #48855D

Tints of Como #48855D

Color information

#48855D (or 0x48855D) is unknown color: approx Como. HEX triplet: 48, 85 and 5D. RGB value is (72,133,93). Sum of RGB (Red+Green+Blue) = 72+133+93=298 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.16% from 298); Green value is 133 (52.34% from 255 or 44.63% from 298); Blue value is 93 (36.72% from 255 or 31.21% from 298); Max value from RGB is 133 - color contains mainly: green. Hex color #48855D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48855D is #B77AA2. Grayscale: #6E6E6E. Windows color (decimal): -12024483 or 6128968. OLE color: 6128968.

HSL color Cylindrical-coordinate representation of color #48855D: hue angle of 140.66º 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 #48855D is Cyan = 0.46, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB7213393-
CMYK0.4600.300.48
HSL140.66º29.76%40.2%-
HSV(B)140.66º45.86%52.16%-
XYZ13.0418.9413.33-
YUV110.2118.29100.75-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.16%
GREEN value IS 133 (52.34% from 255) = 44.63%
BLUE value IS 93 (36.72% from 255) = 31.21%
R=24.16%
G=44.63%
B=31.21%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal72133930.4600.300.48140.6629.7640.2
Hex48855D2E01E308d1e28
Octal11020513556036602153650
Binary10010001000010110111011011100111101100001000110111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48855D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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