Shades of Chateau Green #489D5B
Tints of Chateau Green #489D5B
RGB
CMYK
RGB Variations
Color information
#489D5B (or 0x489D5B) is known color: Chateau Green. HEX triplet: 48, 9D and 5B. RGB value is (72,157,91). Sum of RGB (Red+Green+Blue) = 72+157+91=320 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.5% from 320); Green value is 157 (61.72% from 255 or 49.06% from 320); Blue value is 91 (35.94% from 255 or 28.44% from 320); Max value from RGB is 157 - color contains mainly: green. Hex color #489D5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489D5B is #B762A4. Grayscale: #7C7C7C. Windows color (decimal): -12018341 or 6004040. OLE color: 6004040.
HSL color Cylindrical-coordinate representation of color #489D5B: hue angle of 133.41º 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 #489D5B is Cyan = 0.54, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 72 | 157 | 91 | - |
| CMYK | 0.54 | 0 | 0.42 | 0.38 |
| HSL | 133.41º | 0.37% | 0.45% | - |
| HSV(B) | 133.41º | 0.54% | 0.62% | - |
| XYZ | 16.62 | 26.25 | 14.09 | - |
| YUV | 124.06 | 109.34 | 90.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 157 | 91 | 0.54 | 0 | 0.42 | 0.38 | 133.41 | 0.37 | 0.45 |
| Hex | 48 | 9D | 5B | 36 | 0 | 2A | 26 | 85 | 25 | 2D |
| Octal | 110 | 235 | 133 | 66 | 0 | 52 | 46 | 205 | 45 | 55 |
| Binary | 1001000 | 10011101 | 1011011 | 110110 | 0 | 101010 | 100110 | 10000101 | 100101 | 101101 |
Color Harmonies of #489D5B
Complementary color
Monochromatic Colors of #489D5B
Black with #489D5B
Text Example
Text Example
White with #489D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489D5B; }
p { color: rgb(72,157,91); }
H1.HeaderClassName
{
color: #489D5B;
}
.AnyTagClassName
{
color: #489D5B;
}
</style>
background-color css
<style>
a { background-color: #489D5B; }
a { background-color: rgb(72,157,91); }
div.DivClassName
{
background-color: #489D5B;
}
.BgClassName
{
background-color: #489D5B;
}
</style>
border-color css
<style>
span { border-color: #489D5B; }
span { border-color: rgb(72,157,91); }
td.TdClassName
{
border-color: #489D5B;
}
.TagClassName
{
border-color: #489D5B;
}
</style>