Shades of Como #487256
Tints of Como #487256
RGB
CMYK
RGB Variations
Color information
#487256 (or 0x487256) is known color: Como. HEX triplet: 48, 72 and 56. RGB value is (72,114,86). Sum of RGB (Red+Green+Blue) = 72+114+86=272 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.47% from 272); Green value is 114 (44.92% from 255 or 41.91% from 272); Blue value is 86 (33.98% from 255 or 31.62% from 272); Max value from RGB is 114 - color contains mainly: green. Hex color #487256 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487256 is #B78DA9. Grayscale: #626262. Windows color (decimal): -12029354 or 5665352. OLE color: 5665352.
HSL color Cylindrical-coordinate representation of color #487256: hue angle of 140º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #487256 is Cyan = 0.37, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 72 | 114 | 86 | - |
| CMYK | 0.37 | 0 | 0.25 | 0.55 |
| HSL | 140º | 0.23% | 0.36% | - |
| HSV(B) | 140º | 0.37% | 0.45% | - |
| XYZ | 10.37 | 14.08 | 10.98 | - |
| YUV | 98.25 | 121.09 | 109.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 114 | 86 | 0.37 | 0 | 0.25 | 0.55 | 140 | 0.23 | 0.36 |
| Hex | 48 | 72 | 56 | 25 | 0 | 19 | 37 | 8C | 17 | 24 |
| Octal | 110 | 162 | 126 | 45 | 0 | 31 | 67 | 214 | 27 | 44 |
| Binary | 1001000 | 1110010 | 1010110 | 100101 | 0 | 11001 | 110111 | 10001100 | 10111 | 100100 |
Color Harmonies of #487256
Complementary color
Monochromatic Colors of #487256
Black with #487256
Text Example
Text Example
White with #487256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487256; }
p { color: rgb(72,114,86); }
H1.HeaderClassName
{
color: #487256;
}
.AnyTagClassName
{
color: #487256;
}
</style>
background-color css
<style>
a { background-color: #487256; }
a { background-color: rgb(72,114,86); }
div.DivClassName
{
background-color: #487256;
}
.BgClassName
{
background-color: #487256;
}
</style>
border-color css
<style>
span { border-color: #487256; }
span { border-color: rgb(72,114,86); }
td.TdClassName
{
border-color: #487256;
}
.TagClassName
{
border-color: #487256;
}
</style>