Shades of Chateau Green #489059
Tints of Chateau Green #489059
RGB
CMYK
RGB Variations
Color information
#489059 (or 0x489059) is known color: Chateau Green. HEX triplet: 48, 90 and 59. RGB value is (72,144,89). Sum of RGB (Red+Green+Blue) = 72+144+89=305 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.61% from 305); Green value is 144 (56.64% from 255 or 47.21% from 305); Blue value is 89 (35.16% from 255 or 29.18% from 305); Max value from RGB is 144 - color contains mainly: green. Hex color #489059 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489059 is #B76FA6. Grayscale: #747474. Windows color (decimal): -12021671 or 5869640. OLE color: 5869640.
HSL color Cylindrical-coordinate representation of color #489059: hue angle of 134.17º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #489059 is Cyan = 0.50, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 72 | 144 | 89 | - |
| CMYK | 0.50 | 0 | 0.38 | 0.44 |
| HSL | 134.17º | 0.33% | 0.42% | - |
| HSV(B) | 134.17º | 0.5% | 0.56% | - |
| XYZ | 14.45 | 22.05 | 12.94 | - |
| YUV | 116.2 | 112.65 | 96.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 144 | 89 | 0.50 | 0 | 0.38 | 0.44 | 134.17 | 0.33 | 0.42 |
| Hex | 48 | 90 | 59 | 32 | 0 | 26 | 2C | 86 | 21 | 2A |
| Octal | 110 | 220 | 131 | 62 | 0 | 46 | 54 | 206 | 41 | 52 |
| Binary | 1001000 | 10010000 | 1011001 | 110010 | 0 | 100110 | 101100 | 10000110 | 100001 | 101010 |
Color Harmonies of #489059
Complementary color
Monochromatic Colors of #489059
Black with #489059
Text Example
Text Example
White with #489059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489059; }
p { color: rgb(72,144,89); }
H1.HeaderClassName
{
color: #489059;
}
.AnyTagClassName
{
color: #489059;
}
</style>
background-color css
<style>
a { background-color: #489059; }
a { background-color: rgb(72,144,89); }
div.DivClassName
{
background-color: #489059;
}
.BgClassName
{
background-color: #489059;
}
</style>
border-color css
<style>
span { border-color: #489059; }
span { border-color: rgb(72,144,89); }
td.TdClassName
{
border-color: #489059;
}
.TagClassName
{
border-color: #489059;
}
</style>