Shades of Chateau Green #489358
Tints of Chateau Green #489358
RGB
CMYK
RGB Variations
Color information
#489358 (or 0x489358) is known color: Chateau Green. HEX triplet: 48, 93 and 58. RGB value is (72,147,88). Sum of RGB (Red+Green+Blue) = 72+147+88=307 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.45% from 307); Green value is 147 (57.81% from 255 or 47.88% from 307); Blue value is 88 (34.77% from 255 or 28.66% from 307); Max value from RGB is 147 - color contains mainly: green. Hex color #489358 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489358 is #B76CA7. Grayscale: #767676. Windows color (decimal): -12020904 or 5804872. OLE color: 5804872.
HSL color Cylindrical-coordinate representation of color #489358: hue angle of 132.8º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #489358 is Cyan = 0.51, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 72 | 147 | 88 | - |
| CMYK | 0.51 | 0 | 0.40 | 0.42 |
| HSL | 132.8º | 0.34% | 0.43% | - |
| HSV(B) | 132.8º | 0.51% | 0.58% | - |
| XYZ | 14.87 | 22.95 | 12.88 | - |
| YUV | 117.85 | 111.15 | 95.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 147 | 88 | 0.51 | 0 | 0.40 | 0.42 | 132.8 | 0.34 | 0.43 |
| Hex | 48 | 93 | 58 | 33 | 0 | 28 | 2A | 85 | 22 | 2B |
| Octal | 110 | 223 | 130 | 63 | 0 | 50 | 52 | 205 | 42 | 53 |
| Binary | 1001000 | 10010011 | 1011000 | 110011 | 0 | 101000 | 101010 | 10000101 | 100010 | 101011 |
Color Harmonies of #489358
Complementary color
Monochromatic Colors of #489358
Black with #489358
Text Example
Text Example
White with #489358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489358; }
p { color: rgb(72,147,88); }
H1.HeaderClassName
{
color: #489358;
}
.AnyTagClassName
{
color: #489358;
}
</style>
background-color css
<style>
a { background-color: #489358; }
a { background-color: rgb(72,147,88); }
div.DivClassName
{
background-color: #489358;
}
.BgClassName
{
background-color: #489358;
}
</style>
border-color css
<style>
span { border-color: #489358; }
span { border-color: rgb(72,147,88); }
td.TdClassName
{
border-color: #489358;
}
.TagClassName
{
border-color: #489358;
}
</style>