Shades of Chateau Green #489656
Tints of Chateau Green #489656
RGB
CMYK
RGB Variations
Color information
#489656 (or 0x489656) is known color: Chateau Green. HEX triplet: 48, 96 and 56. RGB value is (72,150,86). Sum of RGB (Red+Green+Blue) = 72+150+86=308 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.38% from 308); Green value is 150 (58.98% from 255 or 48.70% from 308); Blue value is 86 (33.98% from 255 or 27.92% from 308); Max value from RGB is 150 - color contains mainly: green. Hex color #489656 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489656 is #B769A9. Grayscale: #777777. Windows color (decimal): -12020138 or 5674568. OLE color: 5674568.
HSL color Cylindrical-coordinate representation of color #489656: hue angle of 130.77º 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 #489656 is Cyan = 0.52, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 72 | 150 | 86 | - |
| CMYK | 0.52 | 0 | 0.43 | 0.41 |
| HSL | 130.77º | 0.35% | 0.44% | - |
| HSV(B) | 130.77º | 0.52% | 0.59% | - |
| XYZ | 15.26 | 23.86 | 12.61 | - |
| YUV | 119.38 | 109.16 | 94.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 150 | 86 | 0.52 | 0 | 0.43 | 0.41 | 130.77 | 0.35 | 0.44 |
| Hex | 48 | 96 | 56 | 34 | 0 | 2B | 29 | 83 | 23 | 2C |
| Octal | 110 | 226 | 126 | 64 | 0 | 53 | 51 | 203 | 43 | 54 |
| Binary | 1001000 | 10010110 | 1010110 | 110100 | 0 | 101011 | 101001 | 10000011 | 100011 | 101100 |
Color Harmonies of #489656
Complementary color
Monochromatic Colors of #489656
Black with #489656
Text Example
Text Example
White with #489656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489656; }
p { color: rgb(72,150,86); }
H1.HeaderClassName
{
color: #489656;
}
.AnyTagClassName
{
color: #489656;
}
</style>
background-color css
<style>
a { background-color: #489656; }
a { background-color: rgb(72,150,86); }
div.DivClassName
{
background-color: #489656;
}
.BgClassName
{
background-color: #489656;
}
</style>
border-color css
<style>
span { border-color: #489656; }
span { border-color: rgb(72,150,86); }
td.TdClassName
{
border-color: #489656;
}
.TagClassName
{
border-color: #489656;
}
</style>