Shades of Chateau Green #489A58
Tints of Chateau Green #489A58
RGB
CMYK
RGB Variations
Color information
#489A58 (or 0x489A58) is known color: Chateau Green. HEX triplet: 48, 9A and 58. RGB value is (72,154,88). Sum of RGB (Red+Green+Blue) = 72+154+88=314 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.93% from 314); Green value is 154 (60.55% from 255 or 49.04% from 314); Blue value is 88 (34.77% from 255 or 28.03% from 314); Max value from RGB is 154 - color contains mainly: green. Hex color #489A58 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489A58 is #B765A7. Grayscale: #7A7A7A. Windows color (decimal): -12019112 or 5806664. OLE color: 5806664.
HSL color Cylindrical-coordinate representation of color #489A58: hue angle of 131.71º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #489A58 is Cyan = 0.53, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 72 | 154 | 88 | - |
| CMYK | 0.53 | 0 | 0.43 | 0.40 |
| HSL | 131.71º | 0.36% | 0.44% | - |
| HSV(B) | 131.71º | 0.53% | 0.6% | - |
| XYZ | 15.99 | 25.19 | 13.25 | - |
| YUV | 121.96 | 108.83 | 92.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 154 | 88 | 0.53 | 0 | 0.43 | 0.40 | 131.71 | 0.36 | 0.44 |
| Hex | 48 | 9A | 58 | 35 | 0 | 2B | 28 | 84 | 24 | 2C |
| Octal | 110 | 232 | 130 | 65 | 0 | 53 | 50 | 204 | 44 | 54 |
| Binary | 1001000 | 10011010 | 1011000 | 110101 | 0 | 101011 | 101000 | 10000100 | 100100 | 101100 |
Color Harmonies of #489A58
Complementary color
Monochromatic Colors of #489A58
Black with #489A58
Text Example
Text Example
White with #489A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489A58; }
p { color: rgb(72,154,88); }
H1.HeaderClassName
{
color: #489A58;
}
.AnyTagClassName
{
color: #489A58;
}
</style>
background-color css
<style>
a { background-color: #489A58; }
a { background-color: rgb(72,154,88); }
div.DivClassName
{
background-color: #489A58;
}
.BgClassName
{
background-color: #489A58;
}
</style>
border-color css
<style>
span { border-color: #489A58; }
span { border-color: rgb(72,154,88); }
td.TdClassName
{
border-color: #489A58;
}
.TagClassName
{
border-color: #489A58;
}
</style>