Shades of Chateau Green #489963
Tints of Chateau Green #489963
RGB
CMYK
RGB Variations
Color information
#489963 (or 0x489963) is known color: Chateau Green. HEX triplet: 48, 99 and 63. RGB value is (72,153,99). Sum of RGB (Red+Green+Blue) = 72+153+99=324 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.22% from 324); Green value is 153 (60.16% from 255 or 47.22% from 324); Blue value is 99 (39.06% from 255 or 30.56% from 324); Max value from RGB is 153 - color contains mainly: green. Hex color #489963 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489963 is #B7669C. Grayscale: #7A7A7A. Windows color (decimal): -12019357 or 6527304. OLE color: 6527304.
HSL color Cylindrical-coordinate representation of color #489963: hue angle of 140º 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 #489963 is Cyan = 0.53, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 72 | 153 | 99 | - |
| CMYK | 0.53 | 0 | 0.35 | 0.4 |
| HSL | 140º | 0.36% | 0.44% | - |
| HSV(B) | 140º | 0.53% | 0.6% | - |
| XYZ | 16.32 | 25.06 | 15.78 | - |
| YUV | 122.63 | 114.66 | 91.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 153 | 99 | 0.53 | 0 | 0.35 | 0.4 | 140 | 0.36 | 0.44 |
| Hex | 48 | 99 | 63 | 35 | 0 | 23 | 28 | 8C | 24 | 2C |
| Octal | 110 | 231 | 143 | 65 | 0 | 43 | 50 | 214 | 44 | 54 |
| Binary | 1001000 | 10011001 | 1100011 | 110101 | 0 | 100011 | 101000 | 10001100 | 100100 | 101100 |
Color Harmonies of #489963
Complementary color
Monochromatic Colors of #489963
Black with #489963
Text Example
Text Example
White with #489963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489963; }
p { color: rgb(72,153,99); }
H1.HeaderClassName
{
color: #489963;
}
.AnyTagClassName
{
color: #489963;
}
</style>
background-color css
<style>
a { background-color: #489963; }
a { background-color: rgb(72,153,99); }
div.DivClassName
{
background-color: #489963;
}
.BgClassName
{
background-color: #489963;
}
</style>
border-color css
<style>
span { border-color: #489963; }
span { border-color: rgb(72,153,99); }
td.TdClassName
{
border-color: #489963;
}
.TagClassName
{
border-color: #489963;
}
</style>