#488558

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

Shades of Como #488558

Tints of Como #488558

Color information

#488558 (or 0x488558) is unknown color: approx Como. HEX triplet: 48, 85 and 58. RGB value is (72,133,88). Sum of RGB (Red+Green+Blue) = 72+133+88=293 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.57% from 293); Green value is 133 (52.34% from 255 or 45.39% from 293); Blue value is 88 (34.77% from 255 or 30.03% from 293); Max value from RGB is 133 - color contains mainly: green. Hex color #488558 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488558 is #B77AA7. Grayscale: #6D6D6D. Windows color (decimal): -12024488 or 5801288. OLE color: 5801288.

HSL color Cylindrical-coordinate representation of color #488558: hue angle of 135.74º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #488558 is Cyan = 0.46, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.48.

Color convert

RGB7213388-
CMYK0.4600.340.48
HSL135.74º29.76%40.2%-
HSV(B)135.74º45.86%52.16%-
XYZ12.8218.8612.2-
YUV109.63115.79101.16-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.57%
GREEN value IS 133 (52.34% from 255) = 45.39%
BLUE value IS 88 (34.77% from 255) = 30.03%
R=24.57%
G=45.39%
B=30.03%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal72133880.4600.340.48135.7429.7640.2
Hex4885582E02230881e28
Octal11020513056042602103650
Binary100100010000101101100010111001000101100001000100011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488558; }

 p { color: rgb(72,133,88); }

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

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

 a { background-color: rgb(72,133,88); }

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

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

 span { border-color: rgb(72,133,88); }

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