Shades of Chateau Green #488B56
Tints of Chateau Green #488B56
RGB
CMYK
RGB Variations
Color information
#488B56 (or 0x488B56) is known color: Chateau Green. HEX triplet: 48, 8B and 56. RGB value is (72,139,86). Sum of RGB (Red+Green+Blue) = 72+139+86=297 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.24% from 297); Green value is 139 (54.69% from 255 or 46.80% from 297); Blue value is 86 (33.98% from 255 or 28.96% from 297); Max value from RGB is 139 - color contains mainly: green. Hex color #488B56 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488B56 is #B774A9. Grayscale: #717171. Windows color (decimal): -12022954 or 5671752. OLE color: 5671752.
HSL color Cylindrical-coordinate representation of color #488B56: hue angle of 132.54º 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 #488B56 is Cyan = 0.48, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 72 | 139 | 86 | - |
| CMYK | 0.48 | 0 | 0.38 | 0.45 |
| HSL | 132.54º | 0.32% | 0.41% | - |
| HSV(B) | 132.54º | 0.48% | 0.55% | - |
| XYZ | 13.58 | 20.51 | 12.05 | - |
| YUV | 112.93 | 112.8 | 98.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 139 | 86 | 0.48 | 0 | 0.38 | 0.45 | 132.54 | 0.32 | 0.41 |
| Hex | 48 | 8B | 56 | 30 | 0 | 26 | 2D | 85 | 20 | 29 |
| Octal | 110 | 213 | 126 | 60 | 0 | 46 | 55 | 205 | 40 | 51 |
| Binary | 1001000 | 10001011 | 1010110 | 110000 | 0 | 100110 | 101101 | 10000101 | 100000 | 101001 |
Color Harmonies of #488B56
Complementary color
Monochromatic Colors of #488B56
Black with #488B56
Text Example
Text Example
White with #488B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488B56; }
p { color: rgb(72,139,86); }
H1.HeaderClassName
{
color: #488B56;
}
.AnyTagClassName
{
color: #488B56;
}
</style>
background-color css
<style>
a { background-color: #488B56; }
a { background-color: rgb(72,139,86); }
div.DivClassName
{
background-color: #488B56;
}
.BgClassName
{
background-color: #488B56;
}
</style>
border-color css
<style>
span { border-color: #488B56; }
span { border-color: rgb(72,139,86); }
td.TdClassName
{
border-color: #488B56;
}
.TagClassName
{
border-color: #488B56;
}
</style>