Shades of Chateau Green #489D64
Tints of Chateau Green #489D64
RGB
CMYK
RGB Variations
Color information
#489D64 (or 0x489D64) is known color: Chateau Green. HEX triplet: 48, 9D and 64. RGB value is (72,157,100). Sum of RGB (Red+Green+Blue) = 72+157+100=329 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.88% from 329); Green value is 157 (61.72% from 255 or 47.72% from 329); Blue value is 100 (39.45% from 255 or 30.40% from 329); Max value from RGB is 157 - color contains mainly: green. Hex color #489D64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489D64 is #B7629B. Grayscale: #7D7D7D. Windows color (decimal): -12018332 or 6593864. OLE color: 6593864.
HSL color Cylindrical-coordinate representation of color #489D64: hue angle of 139.76º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #489D64 is Cyan = 0.54, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 72 | 157 | 100 | - |
| CMYK | 0.54 | 0 | 0.36 | 0.38 |
| HSL | 139.76º | 0.37% | 0.45% | - |
| HSV(B) | 139.76º | 0.54% | 0.62% | - |
| XYZ | 17.03 | 26.41 | 16.26 | - |
| YUV | 125.09 | 113.84 | 90.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 157 | 100 | 0.54 | 0 | 0.36 | 0.38 | 139.76 | 0.37 | 0.45 |
| Hex | 48 | 9D | 64 | 36 | 0 | 24 | 26 | 8C | 25 | 2D |
| Octal | 110 | 235 | 144 | 66 | 0 | 44 | 46 | 214 | 45 | 55 |
| Binary | 1001000 | 10011101 | 1100100 | 110110 | 0 | 100100 | 100110 | 10001100 | 100101 | 101101 |
Color Harmonies of #489D64
Complementary color
Monochromatic Colors of #489D64
Black with #489D64
Text Example
Text Example
White with #489D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489D64; }
p { color: rgb(72,157,100); }
H1.HeaderClassName
{
color: #489D64;
}
.AnyTagClassName
{
color: #489D64;
}
</style>
background-color css
<style>
a { background-color: #489D64; }
a { background-color: rgb(72,157,100); }
div.DivClassName
{
background-color: #489D64;
}
.BgClassName
{
background-color: #489D64;
}
</style>
border-color css
<style>
span { border-color: #489D64; }
span { border-color: rgb(72,157,100); }
td.TdClassName
{
border-color: #489D64;
}
.TagClassName
{
border-color: #489D64;
}
</style>