Shades of Chateau Green #488E5D
Tints of Chateau Green #488E5D
RGB
CMYK
RGB Variations
Color information
#488E5D (or 0x488E5D) is known color: Chateau Green. HEX triplet: 48, 8E and 5D. RGB value is (72,142,93). Sum of RGB (Red+Green+Blue) = 72+142+93=307 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.45% from 307); Green value is 142 (55.86% from 255 or 46.25% from 307); Blue value is 93 (36.72% from 255 or 30.29% from 307); Max value from RGB is 142 - color contains mainly: green. Hex color #488E5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488E5D is #B771A2. Grayscale: #737373. Windows color (decimal): -12022179 or 6131272. OLE color: 6131272.
HSL color Cylindrical-coordinate representation of color #488E5D: hue angle of 138º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #488E5D is Cyan = 0.49, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 72 | 142 | 93 | - |
| CMYK | 0.49 | 0 | 0.35 | 0.44 |
| HSL | 138º | 0.33% | 0.42% | - |
| HSV(B) | 138º | 0.49% | 0.56% | - |
| XYZ | 14.32 | 21.51 | 13.75 | - |
| YUV | 115.48 | 115.31 | 96.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 142 | 93 | 0.49 | 0 | 0.35 | 0.44 | 138 | 0.33 | 0.42 |
| Hex | 48 | 8E | 5D | 31 | 0 | 23 | 2C | 8A | 21 | 2A |
| Octal | 110 | 216 | 135 | 61 | 0 | 43 | 54 | 212 | 41 | 52 |
| Binary | 1001000 | 10001110 | 1011101 | 110001 | 0 | 100011 | 101100 | 10001010 | 100001 | 101010 |
Color Harmonies of #488E5D
Complementary color
Monochromatic Colors of #488E5D
Black with #488E5D
Text Example
Text Example
White with #488E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488E5D; }
p { color: rgb(72,142,93); }
H1.HeaderClassName
{
color: #488E5D;
}
.AnyTagClassName
{
color: #488E5D;
}
</style>
background-color css
<style>
a { background-color: #488E5D; }
a { background-color: rgb(72,142,93); }
div.DivClassName
{
background-color: #488E5D;
}
.BgClassName
{
background-color: #488E5D;
}
</style>
border-color css
<style>
span { border-color: #488E5D; }
span { border-color: rgb(72,142,93); }
td.TdClassName
{
border-color: #488E5D;
}
.TagClassName
{
border-color: #488E5D;
}
</style>