#488B5B

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

Shades of Como #488B5B

Tints of Como #488B5B

Color information

#488B5B (or 0x488B5B) is unknown color: approx Como. HEX triplet: 48, 8B and 5B. RGB value is (72,139,91). Sum of RGB (Red+Green+Blue) = 72+139+91=302 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.84% from 302); Green value is 139 (54.69% from 255 or 46.03% from 302); Blue value is 91 (35.94% from 255 or 30.13% from 302); Max value from RGB is 139 - color contains mainly: green. Hex color #488B5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488B5B is #B774A4. Grayscale: #717171. Windows color (decimal): -12022949 or 5999432. OLE color: 5999432.

HSL color Cylindrical-coordinate representation of color #488B5B: hue angle of 137.01º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #488B5B is Cyan = 0.48, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.45.

Color convert

RGB7213991-
CMYK0.4800.350.45
HSL137.01º31.75%41.37%-
HSV(B)137.01º48.2%54.51%-
XYZ13.7920.613.15-
YUV113.49115.398.4-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.84%
GREEN value IS 139 (54.69% from 255) = 46.03%
BLUE value IS 91 (35.94% from 255) = 30.13%
R=23.84%
G=46.03%
B=30.13%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal72139910.4800.350.45137.0131.7541.37
Hex488B5B300232D892029
Octal11021313360043552114051
Binary1001000100010111011011110000010001110110110001001100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488B5B; }

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

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

<style>
 a { background-color: #488B5B; }

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

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

<style>
 span { border-color: #488B5B; }

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

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