Shades of Como #488658
Tints of Como #488658
RGB
CMYK
RGB Variations
Color information
#488658 (or 0x488658) is known color: Como. HEX triplet: 48, 86 and 58. RGB value is (72,134,88). Sum of RGB (Red+Green+Blue) = 72+134+88=294 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.49% from 294); Green value is 134 (52.73% from 255 or 45.58% from 294); Blue value is 88 (34.77% from 255 or 29.93% from 294); Max value from RGB is 134 - color contains mainly: green. Hex color #488658 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488658 is #B779A7. Grayscale: #6E6E6E. Windows color (decimal): -12024232 or 5801544. OLE color: 5801544.
HSL color Cylindrical-coordinate representation of color #488658: hue angle of 135.48º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #488658 is Cyan = 0.46, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 72 | 134 | 88 | - |
| CMYK | 0.46 | 0 | 0.34 | 0.47 |
| HSL | 135.48º | 0.3% | 0.4% | - |
| HSV(B) | 135.48º | 0.46% | 0.53% | - |
| XYZ | 12.96 | 19.13 | 12.24 | - |
| YUV | 110.22 | 115.46 | 100.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 134 | 88 | 0.46 | 0 | 0.34 | 0.47 | 135.48 | 0.3 | 0.4 |
| Hex | 48 | 86 | 58 | 2E | 0 | 22 | 2F | 87 | 1E | 28 |
| Octal | 110 | 206 | 130 | 56 | 0 | 42 | 57 | 207 | 36 | 50 |
| Binary | 1001000 | 10000110 | 1011000 | 101110 | 0 | 100010 | 101111 | 10000111 | 11110 | 101000 |
Color Harmonies of #488658
Complementary color
Monochromatic Colors of #488658
Black with #488658
Text Example
Text Example
White with #488658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488658; }
p { color: rgb(72,134,88); }
H1.HeaderClassName
{
color: #488658;
}
.AnyTagClassName
{
color: #488658;
}
</style>
background-color css
<style>
a { background-color: #488658; }
a { background-color: rgb(72,134,88); }
div.DivClassName
{
background-color: #488658;
}
.BgClassName
{
background-color: #488658;
}
</style>
border-color css
<style>
span { border-color: #488658; }
span { border-color: rgb(72,134,88); }
td.TdClassName
{
border-color: #488658;
}
.TagClassName
{
border-color: #488658;
}
</style>