Shades of Chateau Green #48A659
Tints of Chateau Green #48A659
RGB
CMYK
RGB Variations
Color information
#48A659 (or 0x48A659) is known color: Chateau Green. HEX triplet: 48, A6 and 59. RGB value is (72,166,89). Sum of RGB (Red+Green+Blue) = 72+166+89=327 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.02% from 327); Green value is 166 (65.23% from 255 or 50.76% from 327); Blue value is 89 (35.16% from 255 or 27.22% from 327); Max value from RGB is 166 - color contains mainly: green. Hex color #48A659 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48A659 is #B759A6. Grayscale: #818181. Windows color (decimal): -12016039 or 5875272. OLE color: 5875272.
HSL color Cylindrical-coordinate representation of color #48A659: hue angle of 130.85º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #48A659 is Cyan = 0.57, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 72 | 166 | 89 | - |
| CMYK | 0.57 | 0 | 0.46 | 0.35 |
| HSL | 130.85º | 0.39% | 0.47% | - |
| HSV(B) | 130.85º | 0.57% | 0.65% | - |
| XYZ | 18.11 | 29.37 | 14.17 | - |
| YUV | 129.12 | 105.36 | 87.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 166 | 89 | 0.57 | 0 | 0.46 | 0.35 | 130.85 | 0.39 | 0.47 |
| Hex | 48 | A6 | 59 | 39 | 0 | 2E | 23 | 83 | 27 | 2F |
| Octal | 110 | 246 | 131 | 71 | 0 | 56 | 43 | 203 | 47 | 57 |
| Binary | 1001000 | 10100110 | 1011001 | 111001 | 0 | 101110 | 100011 | 10000011 | 100111 | 101111 |
Color Harmonies of #48A659
Complementary color
Monochromatic Colors of #48A659
Black with #48A659
Text Example
Text Example
White with #48A659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48A659; }
p { color: rgb(72,166,89); }
H1.HeaderClassName
{
color: #48A659;
}
.AnyTagClassName
{
color: #48A659;
}
</style>
background-color css
<style>
a { background-color: #48A659; }
a { background-color: rgb(72,166,89); }
div.DivClassName
{
background-color: #48A659;
}
.BgClassName
{
background-color: #48A659;
}
</style>
border-color css
<style>
span { border-color: #48A659; }
span { border-color: rgb(72,166,89); }
td.TdClassName
{
border-color: #48A659;
}
.TagClassName
{
border-color: #48A659;
}
</style>