Shades of Chateau Green #488F55
Tints of Chateau Green #488F55
RGB
CMYK
RGB Variations
Color information
#488F55 (or 0x488F55) is known color: Chateau Green. HEX triplet: 48, 8F and 55. RGB value is (72,143,85). Sum of RGB (Red+Green+Blue) = 72+143+85=300 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24% from 300); Green value is 143 (56.25% from 255 or 47.67% from 300); Blue value is 85 (33.59% from 255 or 28.33% from 300); Max value from RGB is 143 - color contains mainly: green. Hex color #488F55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488F55 is #B770AA. Grayscale: #737373. Windows color (decimal): -12021931 or 5607240. OLE color: 5607240.
HSL color Cylindrical-coordinate representation of color #488F55: hue angle of 130.99º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #488F55 is Cyan = 0.50, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 72 | 143 | 85 | - |
| CMYK | 0.50 | 0 | 0.41 | 0.44 |
| HSL | 130.99º | 0.33% | 0.42% | - |
| HSV(B) | 130.99º | 0.5% | 0.56% | - |
| XYZ | 14.13 | 21.68 | 12.03 | - |
| YUV | 115.16 | 110.98 | 97.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 143 | 85 | 0.50 | 0 | 0.41 | 0.44 | 130.99 | 0.33 | 0.42 |
| Hex | 48 | 8F | 55 | 32 | 0 | 29 | 2C | 83 | 21 | 2A |
| Octal | 110 | 217 | 125 | 62 | 0 | 51 | 54 | 203 | 41 | 52 |
| Binary | 1001000 | 10001111 | 1010101 | 110010 | 0 | 101001 | 101100 | 10000011 | 100001 | 101010 |
Color Harmonies of #488F55
Complementary color
Monochromatic Colors of #488F55
Black with #488F55
Text Example
Text Example
White with #488F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488F55; }
p { color: rgb(72,143,85); }
H1.HeaderClassName
{
color: #488F55;
}
.AnyTagClassName
{
color: #488F55;
}
</style>
background-color css
<style>
a { background-color: #488F55; }
a { background-color: rgb(72,143,85); }
div.DivClassName
{
background-color: #488F55;
}
.BgClassName
{
background-color: #488F55;
}
</style>
border-color css
<style>
span { border-color: #488F55; }
span { border-color: rgb(72,143,85); }
td.TdClassName
{
border-color: #488F55;
}
.TagClassName
{
border-color: #488F55;
}
</style>