Shades of Chateau Green #488D57
Tints of Chateau Green #488D57
RGB
CMYK
RGB Variations
Color information
#488D57 (or 0x488D57) is known color: Chateau Green. HEX triplet: 48, 8D and 57. RGB value is (72,141,87). Sum of RGB (Red+Green+Blue) = 72+141+87=300 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24% from 300); Green value is 141 (55.47% from 255 or 47% from 300); Blue value is 87 (34.38% from 255 or 29% from 300); Max value from RGB is 141 - color contains mainly: green. Hex color #488D57 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488D57 is #B772A8. Grayscale: #727272. Windows color (decimal): -12022441 or 5737800. OLE color: 5737800.
HSL color Cylindrical-coordinate representation of color #488D57: hue angle of 133.04º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #488D57 is Cyan = 0.49, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 72 | 141 | 87 | - |
| CMYK | 0.49 | 0 | 0.38 | 0.45 |
| HSL | 133.04º | 0.32% | 0.42% | - |
| HSV(B) | 133.04º | 0.49% | 0.55% | - |
| XYZ | 13.92 | 21.12 | 12.36 | - |
| YUV | 114.21 | 112.64 | 97.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 141 | 87 | 0.49 | 0 | 0.38 | 0.45 | 133.04 | 0.32 | 0.42 |
| Hex | 48 | 8D | 57 | 31 | 0 | 26 | 2D | 85 | 20 | 2A |
| Octal | 110 | 215 | 127 | 61 | 0 | 46 | 55 | 205 | 40 | 52 |
| Binary | 1001000 | 10001101 | 1010111 | 110001 | 0 | 100110 | 101101 | 10000101 | 100000 | 101010 |
Color Harmonies of #488D57
Complementary color
Monochromatic Colors of #488D57
Black with #488D57
Text Example
Text Example
White with #488D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488D57; }
p { color: rgb(72,141,87); }
H1.HeaderClassName
{
color: #488D57;
}
.AnyTagClassName
{
color: #488D57;
}
</style>
background-color css
<style>
a { background-color: #488D57; }
a { background-color: rgb(72,141,87); }
div.DivClassName
{
background-color: #488D57;
}
.BgClassName
{
background-color: #488D57;
}
</style>
border-color css
<style>
span { border-color: #488D57; }
span { border-color: rgb(72,141,87); }
td.TdClassName
{
border-color: #488D57;
}
.TagClassName
{
border-color: #488D57;
}
</style>