Shades of Chateau Green #488D5C
Tints of Chateau Green #488D5C
RGB
CMYK
RGB Variations
Color information
#488D5C (or 0x488D5C) is known color: Chateau Green. HEX triplet: 48, 8D and 5C. RGB value is (72,141,92). Sum of RGB (Red+Green+Blue) = 72+141+92=305 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.61% from 305); Green value is 141 (55.47% from 255 or 46.23% from 305); Blue value is 92 (36.33% from 255 or 30.16% from 305); Max value from RGB is 141 - color contains mainly: green. Hex color #488D5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488D5C is #B772A3. Grayscale: #727272. Windows color (decimal): -12022436 or 6065480. OLE color: 6065480.
HSL color Cylindrical-coordinate representation of color #488D5C: hue angle of 137.39º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #488D5C is Cyan = 0.49, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 72 | 141 | 92 | - |
| CMYK | 0.49 | 0 | 0.35 | 0.45 |
| HSL | 137.39º | 0.32% | 0.42% | - |
| HSV(B) | 137.39º | 0.49% | 0.55% | - |
| XYZ | 14.13 | 21.2 | 13.47 | - |
| YUV | 114.78 | 115.14 | 97.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 141 | 92 | 0.49 | 0 | 0.35 | 0.45 | 137.39 | 0.32 | 0.42 |
| Hex | 48 | 8D | 5C | 31 | 0 | 23 | 2D | 89 | 20 | 2A |
| Octal | 110 | 215 | 134 | 61 | 0 | 43 | 55 | 211 | 40 | 52 |
| Binary | 1001000 | 10001101 | 1011100 | 110001 | 0 | 100011 | 101101 | 10001001 | 100000 | 101010 |
Color Harmonies of #488D5C
Complementary color
Monochromatic Colors of #488D5C
Black with #488D5C
Text Example
Text Example
White with #488D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488D5C; }
p { color: rgb(72,141,92); }
H1.HeaderClassName
{
color: #488D5C;
}
.AnyTagClassName
{
color: #488D5C;
}
</style>
background-color css
<style>
a { background-color: #488D5C; }
a { background-color: rgb(72,141,92); }
div.DivClassName
{
background-color: #488D5C;
}
.BgClassName
{
background-color: #488D5C;
}
</style>
border-color css
<style>
span { border-color: #488D5C; }
span { border-color: rgb(72,141,92); }
td.TdClassName
{
border-color: #488D5C;
}
.TagClassName
{
border-color: #488D5C;
}
</style>