Shades of Chateau Green #488E55
Tints of Chateau Green #488E55
RGB
CMYK
RGB Variations
Color information
#488E55 (or 0x488E55) is known color: Chateau Green. HEX triplet: 48, 8E and 55. RGB value is (72,142,85). Sum of RGB (Red+Green+Blue) = 72+142+85=299 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.08% from 299); Green value is 142 (55.86% from 255 or 47.49% from 299); Blue value is 85 (33.59% from 255 or 28.43% from 299); Max value from RGB is 142 - color contains mainly: green. Hex color #488E55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488E55 is #B771AA. Grayscale: #727272. Windows color (decimal): -12022187 or 5606984. OLE color: 5606984.
HSL color Cylindrical-coordinate representation of color #488E55: hue angle of 131.14º 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 #488E55 is Cyan = 0.49, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 72 | 142 | 85 | - |
| CMYK | 0.49 | 0 | 0.40 | 0.44 |
| HSL | 131.14º | 0.33% | 0.42% | - |
| HSV(B) | 131.14º | 0.49% | 0.56% | - |
| XYZ | 13.99 | 21.38 | 11.98 | - |
| YUV | 114.57 | 111.31 | 97.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 142 | 85 | 0.49 | 0 | 0.40 | 0.44 | 131.14 | 0.33 | 0.42 |
| Hex | 48 | 8E | 55 | 31 | 0 | 28 | 2C | 83 | 21 | 2A |
| Octal | 110 | 216 | 125 | 61 | 0 | 50 | 54 | 203 | 41 | 52 |
| Binary | 1001000 | 10001110 | 1010101 | 110001 | 0 | 101000 | 101100 | 10000011 | 100001 | 101010 |
Color Harmonies of #488E55
Complementary color
Monochromatic Colors of #488E55
Black with #488E55
Text Example
Text Example
White with #488E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488E55; }
p { color: rgb(72,142,85); }
H1.HeaderClassName
{
color: #488E55;
}
.AnyTagClassName
{
color: #488E55;
}
</style>
background-color css
<style>
a { background-color: #488E55; }
a { background-color: rgb(72,142,85); }
div.DivClassName
{
background-color: #488E55;
}
.BgClassName
{
background-color: #488E55;
}
</style>
border-color css
<style>
span { border-color: #488E55; }
span { border-color: rgb(72,142,85); }
td.TdClassName
{
border-color: #488E55;
}
.TagClassName
{
border-color: #488E55;
}
</style>