Shades of Como #488962
Tints of Como #488962
RGB
CMYK
RGB Variations
Color information
#488962 (or 0x488962) is known color: Como. HEX triplet: 48, 89 and 62. RGB value is (72,137,98). Sum of RGB (Red+Green+Blue) = 72+137+98=307 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.45% from 307); Green value is 137 (53.91% from 255 or 44.63% from 307); Blue value is 98 (38.67% from 255 or 31.92% from 307); Max value from RGB is 137 - color contains mainly: green. Hex color #488962 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488962 is #B7769D. Grayscale: #717171. Windows color (decimal): -12023454 or 6457672. OLE color: 6457672.
HSL color Cylindrical-coordinate representation of color #488962: hue angle of 144º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #488962 is Cyan = 0.47, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 72 | 137 | 98 | - |
| CMYK | 0.47 | 0 | 0.28 | 0.46 |
| HSL | 144º | 0.31% | 0.41% | - |
| HSV(B) | 144º | 0.47% | 0.54% | - |
| XYZ | 13.82 | 20.15 | 14.72 | - |
| YUV | 113.12 | 119.47 | 98.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 137 | 98 | 0.47 | 0 | 0.28 | 0.46 | 144 | 0.31 | 0.41 |
| Hex | 48 | 89 | 62 | 2F | 0 | 1C | 2E | 90 | 1F | 29 |
| Octal | 110 | 211 | 142 | 57 | 0 | 34 | 56 | 220 | 37 | 51 |
| Binary | 1001000 | 10001001 | 1100010 | 101111 | 0 | 11100 | 101110 | 10010000 | 11111 | 101001 |
Color Harmonies of #488962
Complementary color
Monochromatic Colors of #488962
Black with #488962
Text Example
Text Example
White with #488962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488962; }
p { color: rgb(72,137,98); }
H1.HeaderClassName
{
color: #488962;
}
.AnyTagClassName
{
color: #488962;
}
</style>
background-color css
<style>
a { background-color: #488962; }
a { background-color: rgb(72,137,98); }
div.DivClassName
{
background-color: #488962;
}
.BgClassName
{
background-color: #488962;
}
</style>
border-color css
<style>
span { border-color: #488962; }
span { border-color: rgb(72,137,98); }
td.TdClassName
{
border-color: #488962;
}
.TagClassName
{
border-color: #488962;
}
</style>