Shades of Chateau Green #489564
Tints of Chateau Green #489564
RGB
CMYK
RGB Variations
Color information
#489564 (or 0x489564) is known color: Chateau Green. HEX triplet: 48, 95 and 64. RGB value is (72,149,100). Sum of RGB (Red+Green+Blue) = 72+149+100=321 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.43% from 321); Green value is 149 (58.59% from 255 or 46.42% from 321); Blue value is 100 (39.45% from 255 or 31.15% from 321); Max value from RGB is 149 - color contains mainly: green. Hex color #489564 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489564 is #B76A9B. Grayscale: #787878. Windows color (decimal): -12020380 or 6591816. OLE color: 6591816.
HSL color Cylindrical-coordinate representation of color #489564: hue angle of 141.82º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #489564 is Cyan = 0.52, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 72 | 149 | 100 | - |
| CMYK | 0.52 | 0 | 0.33 | 0.42 |
| HSL | 141.82º | 0.35% | 0.43% | - |
| HSV(B) | 141.82º | 0.52% | 0.58% | - |
| XYZ | 15.72 | 23.79 | 15.82 | - |
| YUV | 120.39 | 116.49 | 93.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 149 | 100 | 0.52 | 0 | 0.33 | 0.42 | 141.82 | 0.35 | 0.43 |
| Hex | 48 | 95 | 64 | 34 | 0 | 21 | 2A | 8E | 23 | 2B |
| Octal | 110 | 225 | 144 | 64 | 0 | 41 | 52 | 216 | 43 | 53 |
| Binary | 1001000 | 10010101 | 1100100 | 110100 | 0 | 100001 | 101010 | 10001110 | 100011 | 101011 |
Color Harmonies of #489564
Complementary color
Monochromatic Colors of #489564
Black with #489564
Text Example
Text Example
White with #489564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489564; }
p { color: rgb(72,149,100); }
H1.HeaderClassName
{
color: #489564;
}
.AnyTagClassName
{
color: #489564;
}
</style>
background-color css
<style>
a { background-color: #489564; }
a { background-color: rgb(72,149,100); }
div.DivClassName
{
background-color: #489564;
}
.BgClassName
{
background-color: #489564;
}
</style>
border-color css
<style>
span { border-color: #489564; }
span { border-color: rgb(72,149,100); }
td.TdClassName
{
border-color: #489564;
}
.TagClassName
{
border-color: #489564;
}
</style>