#48805A

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

Shades of Como #48805A

Tints of Como #48805A

Color information

#48805A (or 0x48805A) is unknown color: approx Como. HEX triplet: 48, 80 and 5A. RGB value is (72,128,90). Sum of RGB (Red+Green+Blue) = 72+128+90=290 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.83% from 290); Green value is 128 (50.39% from 255 or 44.14% from 290); Blue value is 90 (35.55% from 255 or 31.03% from 290); Max value from RGB is 128 - color contains mainly: green. Hex color #48805A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48805A is #B77FA5. Grayscale: #6B6B6B. Windows color (decimal): -12025766 or 5931080. OLE color: 5931080.

HSL color Cylindrical-coordinate representation of color #48805A: hue angle of 139.29º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #48805A is Cyan = 0.44, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.50.

Color convert

RGB7212890-
CMYK0.4400.300.50
HSL139.29º28%39.22%-
HSV(B)139.29º43.75%50.2%-
XYZ12.2417.5512.42-
YUV106.92118.45103.09-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.83%
GREEN value IS 128 (50.39% from 255) = 44.14%
BLUE value IS 90 (35.55% from 255) = 31.03%
R=24.83%
G=44.14%
B=31.03%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal72128900.4400.300.50139.292839.22
Hex48805A2C01E328b1c27
Octal11020013254036622133447
Binary10010001000000010110101011000111101100101000101111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48805A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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