Shades of Chateau Green #488D5D
Tints of Chateau Green #488D5D
RGB
CMYK
RGB Variations
Color information
#488D5D (or 0x488D5D) is known color: Chateau Green. HEX triplet: 48, 8D and 5D. RGB value is (72,141,93). Sum of RGB (Red+Green+Blue) = 72+141+93=306 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.53% from 306); Green value is 141 (55.47% from 255 or 46.08% from 306); Blue value is 93 (36.72% from 255 or 30.39% from 306); Max value from RGB is 141 - color contains mainly: green. Hex color #488D5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488D5D is #B772A2. Grayscale: #737373. Windows color (decimal): -12022435 or 6131016. OLE color: 6131016.
HSL color Cylindrical-coordinate representation of color #488D5D: hue angle of 138.26º 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 #488D5D is Cyan = 0.49, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 72 | 141 | 93 | - |
| CMYK | 0.49 | 0 | 0.34 | 0.45 |
| HSL | 138.26º | 0.32% | 0.42% | - |
| HSV(B) | 138.26º | 0.49% | 0.55% | - |
| XYZ | 14.17 | 21.22 | 13.7 | - |
| YUV | 114.9 | 115.64 | 97.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 141 | 93 | 0.49 | 0 | 0.34 | 0.45 | 138.26 | 0.32 | 0.42 |
| Hex | 48 | 8D | 5D | 31 | 0 | 22 | 2D | 8A | 20 | 2A |
| Octal | 110 | 215 | 135 | 61 | 0 | 42 | 55 | 212 | 40 | 52 |
| Binary | 1001000 | 10001101 | 1011101 | 110001 | 0 | 100010 | 101101 | 10001010 | 100000 | 101010 |
Color Harmonies of #488D5D
Complementary color
Monochromatic Colors of #488D5D
Black with #488D5D
Text Example
Text Example
White with #488D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488D5D; }
p { color: rgb(72,141,93); }
H1.HeaderClassName
{
color: #488D5D;
}
.AnyTagClassName
{
color: #488D5D;
}
</style>
background-color css
<style>
a { background-color: #488D5D; }
a { background-color: rgb(72,141,93); }
div.DivClassName
{
background-color: #488D5D;
}
.BgClassName
{
background-color: #488D5D;
}
</style>
border-color css
<style>
span { border-color: #488D5D; }
span { border-color: rgb(72,141,93); }
td.TdClassName
{
border-color: #488D5D;
}
.TagClassName
{
border-color: #488D5D;
}
</style>