Shades of Como #488161
Tints of Como #488161
RGB
CMYK
RGB Variations
Color information
#488161 (or 0x488161) is known color: Como. HEX triplet: 48, 81 and 61. RGB value is (72,129,97). Sum of RGB (Red+Green+Blue) = 72+129+97=298 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.16% from 298); Green value is 129 (50.78% from 255 or 43.29% from 298); Blue value is 97 (38.28% from 255 or 32.55% from 298); Max value from RGB is 129 - color contains mainly: green. Hex color #488161 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488161 is #B77E9E. Grayscale: #6C6C6C. Windows color (decimal): -12025503 or 6390088. OLE color: 6390088.
HSL color Cylindrical-coordinate representation of color #488161: hue angle of 146.32º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #488161 is Cyan = 0.44, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 72 | 129 | 97 | - |
| CMYK | 0.44 | 0 | 0.25 | 0.49 |
| HSL | 146.32º | 0.28% | 0.39% | - |
| HSV(B) | 146.32º | 0.44% | 0.51% | - |
| XYZ | 12.68 | 17.94 | 14.1 | - |
| YUV | 108.31 | 121.62 | 102.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 129 | 97 | 0.44 | 0 | 0.25 | 0.49 | 146.32 | 0.28 | 0.39 |
| Hex | 48 | 81 | 61 | 2C | 0 | 19 | 31 | 92 | 1C | 27 |
| Octal | 110 | 201 | 141 | 54 | 0 | 31 | 61 | 222 | 34 | 47 |
| Binary | 1001000 | 10000001 | 1100001 | 101100 | 0 | 11001 | 110001 | 10010010 | 11100 | 100111 |
Color Harmonies of #488161
Complementary color
Monochromatic Colors of #488161
Black with #488161
Text Example
Text Example
White with #488161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488161; }
p { color: rgb(72,129,97); }
H1.HeaderClassName
{
color: #488161;
}
.AnyTagClassName
{
color: #488161;
}
</style>
background-color css
<style>
a { background-color: #488161; }
a { background-color: rgb(72,129,97); }
div.DivClassName
{
background-color: #488161;
}
.BgClassName
{
background-color: #488161;
}
</style>
border-color css
<style>
span { border-color: #488161; }
span { border-color: rgb(72,129,97); }
td.TdClassName
{
border-color: #488161;
}
.TagClassName
{
border-color: #488161;
}
</style>