Shades of Chateau Green #489665
Tints of Chateau Green #489665
RGB
CMYK
RGB Variations
Color information
#489665 (or 0x489665) is known color: Chateau Green. HEX triplet: 48, 96 and 65. RGB value is (72,150,101). Sum of RGB (Red+Green+Blue) = 72+150+101=323 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.29% from 323); Green value is 150 (58.98% from 255 or 46.44% from 323); Blue value is 101 (39.84% from 255 or 31.27% from 323); Max value from RGB is 150 - color contains mainly: green. Hex color #489665 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489665 is #B7699A. Grayscale: #797979. Windows color (decimal): -12020123 or 6657608. OLE color: 6657608.
HSL color Cylindrical-coordinate representation of color #489665: hue angle of 142.31º 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 #489665 is Cyan = 0.52, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 72 | 150 | 101 | - |
| CMYK | 0.52 | 0 | 0.33 | 0.41 |
| HSL | 142.31º | 0.35% | 0.44% | - |
| HSV(B) | 142.31º | 0.52% | 0.59% | - |
| XYZ | 15.93 | 24.13 | 16.13 | - |
| YUV | 121.09 | 116.66 | 92.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 150 | 101 | 0.52 | 0 | 0.33 | 0.41 | 142.31 | 0.35 | 0.44 |
| Hex | 48 | 96 | 65 | 34 | 0 | 21 | 29 | 8E | 23 | 2C |
| Octal | 110 | 226 | 145 | 64 | 0 | 41 | 51 | 216 | 43 | 54 |
| Binary | 1001000 | 10010110 | 1100101 | 110100 | 0 | 100001 | 101001 | 10001110 | 100011 | 101100 |
Color Harmonies of #489665
Complementary color
Monochromatic Colors of #489665
Black with #489665
Text Example
Text Example
White with #489665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489665; }
p { color: rgb(72,150,101); }
H1.HeaderClassName
{
color: #489665;
}
.AnyTagClassName
{
color: #489665;
}
</style>
background-color css
<style>
a { background-color: #489665; }
a { background-color: rgb(72,150,101); }
div.DivClassName
{
background-color: #489665;
}
.BgClassName
{
background-color: #489665;
}
</style>
border-color css
<style>
span { border-color: #489665; }
span { border-color: rgb(72,150,101); }
td.TdClassName
{
border-color: #489665;
}
.TagClassName
{
border-color: #489665;
}
</style>