Shades of Como #488B5C
Tints of Como #488B5C
RGB
CMYK
RGB Variations
Color information
#488B5C (or 0x488B5C) is known color: Como. HEX triplet: 48, 8B and 5C. RGB value is (72,139,92). Sum of RGB (Red+Green+Blue) = 72+139+92=303 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.76% from 303); Green value is 139 (54.69% from 255 or 45.87% from 303); Blue value is 92 (36.33% from 255 or 30.36% from 303); Max value from RGB is 139 - color contains mainly: green. Hex color #488B5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488B5C is #B774A3. Grayscale: #717171. Windows color (decimal): -12022948 or 6064968. OLE color: 6064968.
HSL color Cylindrical-coordinate representation of color #488B5C: hue angle of 137.91º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #488B5C is Cyan = 0.48, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 72 | 139 | 92 | - |
| CMYK | 0.48 | 0 | 0.34 | 0.45 |
| HSL | 137.91º | 0.32% | 0.41% | - |
| HSV(B) | 137.91º | 0.48% | 0.55% | - |
| XYZ | 13.84 | 20.62 | 13.38 | - |
| YUV | 113.61 | 115.8 | 98.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 139 | 92 | 0.48 | 0 | 0.34 | 0.45 | 137.91 | 0.32 | 0.41 |
| Hex | 48 | 8B | 5C | 30 | 0 | 22 | 2D | 8A | 20 | 29 |
| Octal | 110 | 213 | 134 | 60 | 0 | 42 | 55 | 212 | 40 | 51 |
| Binary | 1001000 | 10001011 | 1011100 | 110000 | 0 | 100010 | 101101 | 10001010 | 100000 | 101001 |
Color Harmonies of #488B5C
Complementary color
Monochromatic Colors of #488B5C
Black with #488B5C
Text Example
Text Example
White with #488B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488B5C; }
p { color: rgb(72,139,92); }
H1.HeaderClassName
{
color: #488B5C;
}
.AnyTagClassName
{
color: #488B5C;
}
</style>
background-color css
<style>
a { background-color: #488B5C; }
a { background-color: rgb(72,139,92); }
div.DivClassName
{
background-color: #488B5C;
}
.BgClassName
{
background-color: #488B5C;
}
</style>
border-color css
<style>
span { border-color: #488B5C; }
span { border-color: rgb(72,139,92); }
td.TdClassName
{
border-color: #488B5C;
}
.TagClassName
{
border-color: #488B5C;
}
</style>