Shades of Chateau Green #488B57
Tints of Chateau Green #488B57
RGB
CMYK
RGB Variations
Color information
#488B57 (or 0x488B57) is known color: Chateau Green. HEX triplet: 48, 8B and 57. RGB value is (72,139,87). Sum of RGB (Red+Green+Blue) = 72+139+87=298 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.16% from 298); Green value is 139 (54.69% from 255 or 46.64% from 298); Blue value is 87 (34.38% from 255 or 29.19% from 298); Max value from RGB is 139 - color contains mainly: green. Hex color #488B57 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488B57 is #B774A8. Grayscale: #717171. Windows color (decimal): -12022953 or 5737288. OLE color: 5737288.
HSL color Cylindrical-coordinate representation of color #488B57: hue angle of 133.43º 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 #488B57 is Cyan = 0.48, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 72 | 139 | 87 | - |
| CMYK | 0.48 | 0 | 0.37 | 0.45 |
| HSL | 133.43º | 0.32% | 0.41% | - |
| HSV(B) | 133.43º | 0.48% | 0.55% | - |
| XYZ | 13.63 | 20.53 | 12.26 | - |
| YUV | 113.04 | 113.3 | 98.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 139 | 87 | 0.48 | 0 | 0.37 | 0.45 | 133.43 | 0.32 | 0.41 |
| Hex | 48 | 8B | 57 | 30 | 0 | 25 | 2D | 85 | 20 | 29 |
| Octal | 110 | 213 | 127 | 60 | 0 | 45 | 55 | 205 | 40 | 51 |
| Binary | 1001000 | 10001011 | 1010111 | 110000 | 0 | 100101 | 101101 | 10000101 | 100000 | 101001 |
Color Harmonies of #488B57
Complementary color
Monochromatic Colors of #488B57
Black with #488B57
Text Example
Text Example
White with #488B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488B57; }
p { color: rgb(72,139,87); }
H1.HeaderClassName
{
color: #488B57;
}
.AnyTagClassName
{
color: #488B57;
}
</style>
background-color css
<style>
a { background-color: #488B57; }
a { background-color: rgb(72,139,87); }
div.DivClassName
{
background-color: #488B57;
}
.BgClassName
{
background-color: #488B57;
}
</style>
border-color css
<style>
span { border-color: #488B57; }
span { border-color: rgb(72,139,87); }
td.TdClassName
{
border-color: #488B57;
}
.TagClassName
{
border-color: #488B57;
}
</style>