Shades of Chateau Green #489265
Tints of Chateau Green #489265
RGB
CMYK
RGB Variations
Color information
#489265 (or 0x489265) is known color: Chateau Green. HEX triplet: 48, 92 and 65. RGB value is (72,146,101). Sum of RGB (Red+Green+Blue) = 72+146+101=319 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.57% from 319); Green value is 146 (57.42% from 255 or 45.77% from 319); Blue value is 101 (39.84% from 255 or 31.66% from 319); Max value from RGB is 146 - color contains mainly: green. Hex color #489265 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489265 is #B76D9A. Grayscale: #767676. Windows color (decimal): -12021147 or 6656584. OLE color: 6656584.
HSL color Cylindrical-coordinate representation of color #489265: hue angle of 143.51º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #489265 is Cyan = 0.51, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 72 | 146 | 101 | - |
| CMYK | 0.51 | 0 | 0.31 | 0.43 |
| HSL | 143.51º | 0.34% | 0.43% | - |
| HSV(B) | 143.51º | 0.51% | 0.57% | - |
| XYZ | 15.3 | 22.88 | 15.92 | - |
| YUV | 118.74 | 117.98 | 94.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 146 | 101 | 0.51 | 0 | 0.31 | 0.43 | 143.51 | 0.34 | 0.43 |
| Hex | 48 | 92 | 65 | 33 | 0 | 1F | 2B | 90 | 22 | 2B |
| Octal | 110 | 222 | 145 | 63 | 0 | 37 | 53 | 220 | 42 | 53 |
| Binary | 1001000 | 10010010 | 1100101 | 110011 | 0 | 11111 | 101011 | 10010000 | 100010 | 101011 |
Color Harmonies of #489265
Complementary color
Monochromatic Colors of #489265
Black with #489265
Text Example
Text Example
White with #489265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489265; }
p { color: rgb(72,146,101); }
H1.HeaderClassName
{
color: #489265;
}
.AnyTagClassName
{
color: #489265;
}
</style>
background-color css
<style>
a { background-color: #489265; }
a { background-color: rgb(72,146,101); }
div.DivClassName
{
background-color: #489265;
}
.BgClassName
{
background-color: #489265;
}
</style>
border-color css
<style>
span { border-color: #489265; }
span { border-color: rgb(72,146,101); }
td.TdClassName
{
border-color: #489265;
}
.TagClassName
{
border-color: #489265;
}
</style>