Shades of Como #488764
Tints of Como #488764
RGB
CMYK
RGB Variations
Color information
#488764 (or 0x488764) is known color: Como. HEX triplet: 48, 87 and 64. RGB value is (72,135,100). Sum of RGB (Red+Green+Blue) = 72+135+100=307 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.45% from 307); Green value is 135 (53.12% from 255 or 43.97% from 307); Blue value is 100 (39.45% from 255 or 32.57% from 307); Max value from RGB is 135 - color contains mainly: green. Hex color #488764 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488764 is #B7789B. Grayscale: #707070. Windows color (decimal): -12023964 or 6588232. OLE color: 6588232.
HSL color Cylindrical-coordinate representation of color #488764: hue angle of 146.67º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #488764 is Cyan = 0.47, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 72 | 135 | 100 | - |
| CMYK | 0.47 | 0 | 0.26 | 0.47 |
| HSL | 146.67º | 0.3% | 0.41% | - |
| HSV(B) | 146.67º | 0.47% | 0.53% | - |
| XYZ | 13.64 | 19.63 | 15.13 | - |
| YUV | 112.17 | 121.13 | 99.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 135 | 100 | 0.47 | 0 | 0.26 | 0.47 | 146.67 | 0.3 | 0.41 |
| Hex | 48 | 87 | 64 | 2F | 0 | 1A | 2F | 93 | 1E | 29 |
| Octal | 110 | 207 | 144 | 57 | 0 | 32 | 57 | 223 | 36 | 51 |
| Binary | 1001000 | 10000111 | 1100100 | 101111 | 0 | 11010 | 101111 | 10010011 | 11110 | 101001 |
Color Harmonies of #488764
Complementary color
Monochromatic Colors of #488764
Black with #488764
Text Example
Text Example
White with #488764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488764; }
p { color: rgb(72,135,100); }
H1.HeaderClassName
{
color: #488764;
}
.AnyTagClassName
{
color: #488764;
}
</style>
background-color css
<style>
a { background-color: #488764; }
a { background-color: rgb(72,135,100); }
div.DivClassName
{
background-color: #488764;
}
.BgClassName
{
background-color: #488764;
}
</style>
border-color css
<style>
span { border-color: #488764; }
span { border-color: rgb(72,135,100); }
td.TdClassName
{
border-color: #488764;
}
.TagClassName
{
border-color: #488764;
}
</style>