Shades of Como #488965
Tints of Como #488965
RGB
CMYK
RGB Variations
Color information
#488965 (or 0x488965) is known color: Como. HEX triplet: 48, 89 and 65. RGB value is (72,137,101). Sum of RGB (Red+Green+Blue) = 72+137+101=310 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.23% from 310); Green value is 137 (53.91% from 255 or 44.19% from 310); Blue value is 101 (39.84% from 255 or 32.58% from 310); Max value from RGB is 137 - color contains mainly: green. Hex color #488965 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488965 is #B7769A. Grayscale: #717171. Windows color (decimal): -12023451 or 6654280. OLE color: 6654280.
HSL color Cylindrical-coordinate representation of color #488965: hue angle of 146.77º 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 #488965 is Cyan = 0.47, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 72 | 137 | 101 | - |
| CMYK | 0.47 | 0 | 0.26 | 0.46 |
| HSL | 146.77º | 0.31% | 0.41% | - |
| HSV(B) | 146.77º | 0.47% | 0.54% | - |
| XYZ | 13.97 | 20.21 | 15.48 | - |
| YUV | 113.46 | 120.97 | 98.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 137 | 101 | 0.47 | 0 | 0.26 | 0.46 | 146.77 | 0.31 | 0.41 |
| Hex | 48 | 89 | 65 | 2F | 0 | 1A | 2E | 93 | 1F | 29 |
| Octal | 110 | 211 | 145 | 57 | 0 | 32 | 56 | 223 | 37 | 51 |
| Binary | 1001000 | 10001001 | 1100101 | 101111 | 0 | 11010 | 101110 | 10010011 | 11111 | 101001 |
Color Harmonies of #488965
Complementary color
Monochromatic Colors of #488965
Black with #488965
Text Example
Text Example
White with #488965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488965; }
p { color: rgb(72,137,101); }
H1.HeaderClassName
{
color: #488965;
}
.AnyTagClassName
{
color: #488965;
}
</style>
background-color css
<style>
a { background-color: #488965; }
a { background-color: rgb(72,137,101); }
div.DivClassName
{
background-color: #488965;
}
.BgClassName
{
background-color: #488965;
}
</style>
border-color css
<style>
span { border-color: #488965; }
span { border-color: rgb(72,137,101); }
td.TdClassName
{
border-color: #488965;
}
.TagClassName
{
border-color: #488965;
}
</style>