#48895A

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

Shades of Como #48895A

Tints of Como #48895A

Color information

#48895A (or 0x48895A) is unknown color: approx Como. HEX triplet: 48, 89 and 5A. RGB value is (72,137,90). Sum of RGB (Red+Green+Blue) = 72+137+90=299 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.08% from 299); Green value is 137 (53.91% from 255 or 45.82% from 299); Blue value is 90 (35.55% from 255 or 30.10% from 299); Max value from RGB is 137 - color contains mainly: green. Hex color #48895A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48895A is #B776A5. Grayscale: #707070. Windows color (decimal): -12023462 or 5933384. OLE color: 5933384.

HSL color Cylindrical-coordinate representation of color #48895A: hue angle of 136.62º 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 #48895A is Cyan = 0.47, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.46.

Color convert

RGB7213790-
CMYK0.4700.340.46
HSL136.62º31.1%40.98%-
HSV(B)136.62º47.45%53.73%-
XYZ13.4620.0112.83-
YUV112.21115.4799.32-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.08%
GREEN value IS 137 (53.91% from 255) = 45.82%
BLUE value IS 90 (35.55% from 255) = 30.10%
R=24.08%
G=45.82%
B=30.10%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal72137900.4700.340.46136.6231.140.98
Hex48895A2F0222E891f29
Octal11021113257042562113751
Binary100100010001001101101010111101000101011101000100111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48895A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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