Shades of Chateau Green #488B58
Tints of Chateau Green #488B58
RGB
CMYK
RGB Variations
Color information
#488B58 (or 0x488B58) is known color: Chateau Green. HEX triplet: 48, 8B and 58. RGB value is (72,139,88). Sum of RGB (Red+Green+Blue) = 72+139+88=299 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.08% from 299); Green value is 139 (54.69% from 255 or 46.49% from 299); Blue value is 88 (34.77% from 255 or 29.43% from 299); Max value from RGB is 139 - color contains mainly: green. Hex color #488B58 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488B58 is #B774A7. Grayscale: #717171. Windows color (decimal): -12022952 or 5802824. OLE color: 5802824.
HSL color Cylindrical-coordinate representation of color #488B58: hue angle of 134.33º 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 #488B58 is Cyan = 0.48, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 72 | 139 | 88 | - |
| CMYK | 0.48 | 0 | 0.37 | 0.45 |
| HSL | 134.33º | 0.32% | 0.41% | - |
| HSV(B) | 134.33º | 0.48% | 0.55% | - |
| XYZ | 13.67 | 20.55 | 12.48 | - |
| YUV | 113.15 | 113.8 | 98.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 139 | 88 | 0.48 | 0 | 0.37 | 0.45 | 134.33 | 0.32 | 0.41 |
| Hex | 48 | 8B | 58 | 30 | 0 | 25 | 2D | 86 | 20 | 29 |
| Octal | 110 | 213 | 130 | 60 | 0 | 45 | 55 | 206 | 40 | 51 |
| Binary | 1001000 | 10001011 | 1011000 | 110000 | 0 | 100101 | 101101 | 10000110 | 100000 | 101001 |
Color Harmonies of #488B58
Complementary color
Monochromatic Colors of #488B58
Black with #488B58
Text Example
Text Example
White with #488B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488B58; }
p { color: rgb(72,139,88); }
H1.HeaderClassName
{
color: #488B58;
}
.AnyTagClassName
{
color: #488B58;
}
</style>
background-color css
<style>
a { background-color: #488B58; }
a { background-color: rgb(72,139,88); }
div.DivClassName
{
background-color: #488B58;
}
.BgClassName
{
background-color: #488B58;
}
</style>
border-color css
<style>
span { border-color: #488B58; }
span { border-color: rgb(72,139,88); }
td.TdClassName
{
border-color: #488B58;
}
.TagClassName
{
border-color: #488B58;
}
</style>