Shades of Chateau Green #489065
Tints of Chateau Green #489065
RGB
CMYK
RGB Variations
Color information
#489065 (or 0x489065) is known color: Chateau Green. HEX triplet: 48, 90 and 65. RGB value is (72,144,101). Sum of RGB (Red+Green+Blue) = 72+144+101=317 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.71% from 317); Green value is 144 (56.64% from 255 or 45.43% from 317); Blue value is 101 (39.84% from 255 or 31.86% from 317); Max value from RGB is 144 - color contains mainly: green. Hex color #489065 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489065 is #B76F9A. Grayscale: #757575. Windows color (decimal): -12021659 or 6656072. OLE color: 6656072.
HSL color Cylindrical-coordinate representation of color #489065: hue angle of 144.17º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #489065 is Cyan = 0.50, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 72 | 144 | 101 | - |
| CMYK | 0.50 | 0 | 0.30 | 0.44 |
| HSL | 144.17º | 0.33% | 0.42% | - |
| HSV(B) | 144.17º | 0.5% | 0.56% | - |
| XYZ | 14.99 | 22.26 | 15.82 | - |
| YUV | 117.57 | 118.65 | 95.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 144 | 101 | 0.50 | 0 | 0.30 | 0.44 | 144.17 | 0.33 | 0.42 |
| Hex | 48 | 90 | 65 | 32 | 0 | 1E | 2C | 90 | 21 | 2A |
| Octal | 110 | 220 | 145 | 62 | 0 | 36 | 54 | 220 | 41 | 52 |
| Binary | 1001000 | 10010000 | 1100101 | 110010 | 0 | 11110 | 101100 | 10010000 | 100001 | 101010 |
Color Harmonies of #489065
Complementary color
Monochromatic Colors of #489065
Black with #489065
Text Example
Text Example
White with #489065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489065; }
p { color: rgb(72,144,101); }
H1.HeaderClassName
{
color: #489065;
}
.AnyTagClassName
{
color: #489065;
}
</style>
background-color css
<style>
a { background-color: #489065; }
a { background-color: rgb(72,144,101); }
div.DivClassName
{
background-color: #489065;
}
.BgClassName
{
background-color: #489065;
}
</style>
border-color css
<style>
span { border-color: #489065; }
span { border-color: rgb(72,144,101); }
td.TdClassName
{
border-color: #489065;
}
.TagClassName
{
border-color: #489065;
}
</style>