#48885B

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

Shades of Como #48885B

Tints of Como #48885B

Color information

#48885B (or 0x48885B) is unknown color: approx Como. HEX triplet: 48, 88 and 5B. RGB value is (72,136,91). Sum of RGB (Red+Green+Blue) = 72+136+91=299 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.08% from 299); Green value is 136 (53.52% from 255 or 45.48% from 299); Blue value is 91 (35.94% from 255 or 30.43% from 299); Max value from RGB is 136 - color contains mainly: green. Hex color #48885B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48885B is #B777A4. Grayscale: #6F6F6F. Windows color (decimal): -12023717 or 5998664. OLE color: 5998664.

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

Color convert

RGB7213691-
CMYK0.4700.330.47
HSL137.81º30.77%40.78%-
HSV(B)137.81º47.06%53.33%-
XYZ13.3619.7413-
YUV111.73116.399.66-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.08%
GREEN value IS 136 (53.52% from 255) = 45.48%
BLUE value IS 91 (35.94% from 255) = 30.43%
R=24.08%
G=45.48%
B=30.43%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal72136910.4700.330.47137.8130.7740.78
Hex48885B2F0212F8a1f29
Octal11021013357041572123751
Binary100100010001000101101110111101000011011111000101011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48885B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48885B; }

 p { color: rgb(72,136,91); }

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

<style>
 a { background-color: #48885B; }

 a { background-color: rgb(72,136,91); }

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

<style>
 span { border-color: #48885B; }

 span { border-color: rgb(72,136,91); }

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