#48895C

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

Shades of Como #48895C

Tints of Como #48895C

Color information

#48895C (or 0x48895C) is unknown color: approx Como. HEX triplet: 48, 89 and 5C. RGB value is (72,137,92). Sum of RGB (Red+Green+Blue) = 72+137+92=301 (39% of max value = 765). Red value is 72 (28.52% from 255 or 23.92% from 301); Green value is 137 (53.91% from 255 or 45.51% from 301); Blue value is 92 (36.33% from 255 or 30.56% from 301); Max value from RGB is 137 - color contains mainly: green. Hex color #48895C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48895C is #B776A3. Grayscale: #707070. Windows color (decimal): -12023460 or 6064456. OLE color: 6064456.

HSL color Cylindrical-coordinate representation of color #48895C: hue angle of 138.46º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #48895C is Cyan = 0.47, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.46.

Color convert

RGB7213792-
CMYK0.4700.330.46
HSL138.46º31.1%40.98%-
HSV(B)138.46º47.45%53.73%-
XYZ13.5520.0413.28-
YUV112.44116.4799.16-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.92%
GREEN value IS 137 (53.91% from 255) = 45.51%
BLUE value IS 92 (36.33% from 255) = 30.56%
R=23.92%
G=45.51%
B=30.56%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal72137920.4700.330.46138.4631.140.98
Hex48895C2F0212E8a1f29
Octal11021113457041562123751
Binary100100010001001101110010111101000011011101000101011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48895C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,137,92); }

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

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

 a { background-color: rgb(72,137,92); }

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

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

 span { border-color: rgb(72,137,92); }

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