Shades of Chateau Green #489655
Tints of Chateau Green #489655
RGB
CMYK
RGB Variations
Color information
#489655 (or 0x489655) is known color: Chateau Green. HEX triplet: 48, 96 and 55. RGB value is (72,150,85). Sum of RGB (Red+Green+Blue) = 72+150+85=307 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.45% from 307); Green value is 150 (58.98% from 255 or 48.86% from 307); Blue value is 85 (33.59% from 255 or 27.69% from 307); Max value from RGB is 150 - color contains mainly: green. Hex color #489655 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489655 is #B769AA. Grayscale: #777777. Windows color (decimal): -12020139 or 5609032. OLE color: 5609032.
HSL color Cylindrical-coordinate representation of color #489655: hue angle of 130º 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 #489655 is Cyan = 0.52, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 72 | 150 | 85 | - |
| CMYK | 0.52 | 0 | 0.43 | 0.41 |
| HSL | 130º | 0.35% | 0.44% | - |
| HSV(B) | 130º | 0.52% | 0.59% | - |
| XYZ | 15.22 | 23.85 | 12.4 | - |
| YUV | 119.27 | 108.66 | 94.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 150 | 85 | 0.52 | 0 | 0.43 | 0.41 | 130 | 0.35 | 0.44 |
| Hex | 48 | 96 | 55 | 34 | 0 | 2B | 29 | 82 | 23 | 2C |
| Octal | 110 | 226 | 125 | 64 | 0 | 53 | 51 | 202 | 43 | 54 |
| Binary | 1001000 | 10010110 | 1010101 | 110100 | 0 | 101011 | 101001 | 10000010 | 100011 | 101100 |
Color Harmonies of #489655
Complementary color
Monochromatic Colors of #489655
Black with #489655
Text Example
Text Example
White with #489655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489655; }
p { color: rgb(72,150,85); }
H1.HeaderClassName
{
color: #489655;
}
.AnyTagClassName
{
color: #489655;
}
</style>
background-color css
<style>
a { background-color: #489655; }
a { background-color: rgb(72,150,85); }
div.DivClassName
{
background-color: #489655;
}
.BgClassName
{
background-color: #489655;
}
</style>
border-color css
<style>
span { border-color: #489655; }
span { border-color: rgb(72,150,85); }
td.TdClassName
{
border-color: #489655;
}
.TagClassName
{
border-color: #489655;
}
</style>