Shades of Chateau Green #489D5C
Tints of Chateau Green #489D5C
RGB
CMYK
RGB Variations
Color information
#489D5C (or 0x489D5C) is known color: Chateau Green. HEX triplet: 48, 9D and 5C. RGB value is (72,157,92). Sum of RGB (Red+Green+Blue) = 72+157+92=321 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.43% from 321); Green value is 157 (61.72% from 255 or 48.91% from 321); Blue value is 92 (36.33% from 255 or 28.66% from 321); Max value from RGB is 157 - color contains mainly: green. Hex color #489D5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489D5C is #B762A3. Grayscale: #7C7C7C. Windows color (decimal): -12018340 or 6069576. OLE color: 6069576.
HSL color Cylindrical-coordinate representation of color #489D5C: hue angle of 134.12º 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 #489D5C is Cyan = 0.54, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 72 | 157 | 92 | - |
| CMYK | 0.54 | 0 | 0.41 | 0.38 |
| HSL | 134.12º | 0.37% | 0.45% | - |
| HSV(B) | 134.12º | 0.54% | 0.62% | - |
| XYZ | 16.66 | 26.26 | 14.32 | - |
| YUV | 124.18 | 109.84 | 90.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 157 | 92 | 0.54 | 0 | 0.41 | 0.38 | 134.12 | 0.37 | 0.45 |
| Hex | 48 | 9D | 5C | 36 | 0 | 29 | 26 | 86 | 25 | 2D |
| Octal | 110 | 235 | 134 | 66 | 0 | 51 | 46 | 206 | 45 | 55 |
| Binary | 1001000 | 10011101 | 1011100 | 110110 | 0 | 101001 | 100110 | 10000110 | 100101 | 101101 |
Color Harmonies of #489D5C
Complementary color
Monochromatic Colors of #489D5C
Black with #489D5C
Text Example
Text Example
White with #489D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489D5C; }
p { color: rgb(72,157,92); }
H1.HeaderClassName
{
color: #489D5C;
}
.AnyTagClassName
{
color: #489D5C;
}
</style>
background-color css
<style>
a { background-color: #489D5C; }
a { background-color: rgb(72,157,92); }
div.DivClassName
{
background-color: #489D5C;
}
.BgClassName
{
background-color: #489D5C;
}
</style>
border-color css
<style>
span { border-color: #489D5C; }
span { border-color: rgb(72,157,92); }
td.TdClassName
{
border-color: #489D5C;
}
.TagClassName
{
border-color: #489D5C;
}
</style>