Shades of Chateau Green #488E60
Tints of Chateau Green #488E60
RGB
CMYK
RGB Variations
Color information
#488E60 (or 0x488E60) is known color: Chateau Green. HEX triplet: 48, 8E and 60. RGB value is (72,142,96). Sum of RGB (Red+Green+Blue) = 72+142+96=310 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.23% from 310); Green value is 142 (55.86% from 255 or 45.81% from 310); Blue value is 96 (37.89% from 255 or 30.97% from 310); Max value from RGB is 142 - color contains mainly: green. Hex color #488E60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488E60 is #B7719F. Grayscale: #737373. Windows color (decimal): -12022176 or 6327880. OLE color: 6327880.
HSL color Cylindrical-coordinate representation of color #488E60: hue angle of 140.57º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #488E60 is Cyan = 0.49, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 72 | 142 | 96 | - |
| CMYK | 0.49 | 0 | 0.32 | 0.44 |
| HSL | 140.57º | 0.33% | 0.42% | - |
| HSV(B) | 140.57º | 0.49% | 0.56% | - |
| XYZ | 14.46 | 21.57 | 14.47 | - |
| YUV | 115.83 | 116.81 | 96.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 142 | 96 | 0.49 | 0 | 0.32 | 0.44 | 140.57 | 0.33 | 0.42 |
| Hex | 48 | 8E | 60 | 31 | 0 | 20 | 2C | 8D | 21 | 2A |
| Octal | 110 | 216 | 140 | 61 | 0 | 40 | 54 | 215 | 41 | 52 |
| Binary | 1001000 | 10001110 | 1100000 | 110001 | 0 | 100000 | 101100 | 10001101 | 100001 | 101010 |
Color Harmonies of #488E60
Complementary color
Monochromatic Colors of #488E60
Black with #488E60
Text Example
Text Example
White with #488E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488E60; }
p { color: rgb(72,142,96); }
H1.HeaderClassName
{
color: #488E60;
}
.AnyTagClassName
{
color: #488E60;
}
</style>
background-color css
<style>
a { background-color: #488E60; }
a { background-color: rgb(72,142,96); }
div.DivClassName
{
background-color: #488E60;
}
.BgClassName
{
background-color: #488E60;
}
</style>
border-color css
<style>
span { border-color: #488E60; }
span { border-color: rgb(72,142,96); }
td.TdClassName
{
border-color: #488E60;
}
.TagClassName
{
border-color: #488E60;
}
</style>