Shades of Como #488665
Tints of Como #488665
RGB
CMYK
RGB Variations
Color information
#488665 (or 0x488665) is known color: Como. HEX triplet: 48, 86 and 65. RGB value is (72,134,101). Sum of RGB (Red+Green+Blue) = 72+134+101=307 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.45% from 307); Green value is 134 (52.73% from 255 or 43.65% from 307); Blue value is 101 (39.84% from 255 or 32.90% from 307); Max value from RGB is 134 - color contains mainly: green. Hex color #488665 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488665 is #B7799A. Grayscale: #6F6F6F. Windows color (decimal): -12024219 or 6653512. OLE color: 6653512.
HSL color Cylindrical-coordinate representation of color #488665: hue angle of 148.06º 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 #488665 is Cyan = 0.46, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 72 | 134 | 101 | - |
| CMYK | 0.46 | 0 | 0.25 | 0.47 |
| HSL | 148.06º | 0.3% | 0.4% | - |
| HSV(B) | 148.06º | 0.46% | 0.53% | - |
| XYZ | 13.55 | 19.37 | 15.34 | - |
| YUV | 111.7 | 121.96 | 99.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 134 | 101 | 0.46 | 0 | 0.25 | 0.47 | 148.06 | 0.3 | 0.4 |
| Hex | 48 | 86 | 65 | 2E | 0 | 19 | 2F | 94 | 1E | 28 |
| Octal | 110 | 206 | 145 | 56 | 0 | 31 | 57 | 224 | 36 | 50 |
| Binary | 1001000 | 10000110 | 1100101 | 101110 | 0 | 11001 | 101111 | 10010100 | 11110 | 101000 |
Color Harmonies of #488665
Complementary color
Monochromatic Colors of #488665
Black with #488665
Text Example
Text Example
White with #488665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488665; }
p { color: rgb(72,134,101); }
H1.HeaderClassName
{
color: #488665;
}
.AnyTagClassName
{
color: #488665;
}
</style>
background-color css
<style>
a { background-color: #488665; }
a { background-color: rgb(72,134,101); }
div.DivClassName
{
background-color: #488665;
}
.BgClassName
{
background-color: #488665;
}
</style>
border-color css
<style>
span { border-color: #488665; }
span { border-color: rgb(72,134,101); }
td.TdClassName
{
border-color: #488665;
}
.TagClassName
{
border-color: #488665;
}
</style>