Shades of Chateau Green #489666
Tints of Chateau Green #489666
RGB
CMYK
RGB Variations
Color information
#489666 (or 0x489666) is known color: Chateau Green. HEX triplet: 48, 96 and 66. RGB value is (72,150,102). Sum of RGB (Red+Green+Blue) = 72+150+102=324 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.22% from 324); Green value is 150 (58.98% from 255 or 46.30% from 324); Blue value is 102 (40.23% from 255 or 31.48% from 324); Max value from RGB is 150 - color contains mainly: green. Hex color #489666 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489666 is #B76999. Grayscale: #797979. Windows color (decimal): -12020122 or 6723144. OLE color: 6723144.
HSL color Cylindrical-coordinate representation of color #489666: hue angle of 143.08º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #489666 is Cyan = 0.52, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 72 | 150 | 102 | - |
| CMYK | 0.52 | 0 | 0.32 | 0.41 |
| HSL | 143.08º | 0.35% | 0.44% | - |
| HSV(B) | 143.08º | 0.52% | 0.59% | - |
| XYZ | 15.98 | 24.15 | 16.39 | - |
| YUV | 121.21 | 117.16 | 92.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 150 | 102 | 0.52 | 0 | 0.32 | 0.41 | 143.08 | 0.35 | 0.44 |
| Hex | 48 | 96 | 66 | 34 | 0 | 20 | 29 | 8F | 23 | 2C |
| Octal | 110 | 226 | 146 | 64 | 0 | 40 | 51 | 217 | 43 | 54 |
| Binary | 1001000 | 10010110 | 1100110 | 110100 | 0 | 100000 | 101001 | 10001111 | 100011 | 101100 |
Color Harmonies of #489666
Complementary color
Monochromatic Colors of #489666
Black with #489666
Text Example
Text Example
White with #489666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489666; }
p { color: rgb(72,150,102); }
H1.HeaderClassName
{
color: #489666;
}
.AnyTagClassName
{
color: #489666;
}
</style>
background-color css
<style>
a { background-color: #489666; }
a { background-color: rgb(72,150,102); }
div.DivClassName
{
background-color: #489666;
}
.BgClassName
{
background-color: #489666;
}
</style>
border-color css
<style>
span { border-color: #489666; }
span { border-color: rgb(72,150,102); }
td.TdClassName
{
border-color: #489666;
}
.TagClassName
{
border-color: #489666;
}
</style>