Shades of Chateau Green #468D60
Tints of Chateau Green #468D60
RGB
CMYK
RGB Variations
Color information
#468D60 (or 0x468D60) is known color: Chateau Green. HEX triplet: 46, 8D and 60. RGB value is (70,141,96). Sum of RGB (Red+Green+Blue) = 70+141+96=307 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.80% from 307); Green value is 141 (55.47% from 255 or 45.93% from 307); Blue value is 96 (37.89% from 255 or 31.27% from 307); Max value from RGB is 141 - color contains mainly: green. Hex color #468D60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468D60 is #B9729F. Grayscale: #727272. Windows color (decimal): -12153504 or 6327622. OLE color: 6327622.
HSL color Cylindrical-coordinate representation of color #468D60: hue angle of 141.97º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #468D60 is Cyan = 0.50, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 70 | 141 | 96 | - |
| CMYK | 0.50 | 0 | 0.32 | 0.45 |
| HSL | 141.97º | 0.34% | 0.41% | - |
| HSV(B) | 141.97º | 0.5% | 0.55% | - |
| XYZ | 14.16 | 21.2 | 14.41 | - |
| YUV | 114.64 | 117.48 | 96.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 141 | 96 | 0.50 | 0 | 0.32 | 0.45 | 141.97 | 0.34 | 0.41 |
| Hex | 46 | 8D | 60 | 32 | 0 | 20 | 2D | 8E | 22 | 29 |
| Octal | 106 | 215 | 140 | 62 | 0 | 40 | 55 | 216 | 42 | 51 |
| Binary | 1000110 | 10001101 | 1100000 | 110010 | 0 | 100000 | 101101 | 10001110 | 100010 | 101001 |
Color Harmonies of #468D60
Complementary color
Monochromatic Colors of #468D60
Black with #468D60
Text Example
Text Example
White with #468D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468D60; }
p { color: rgb(70,141,96); }
H1.HeaderClassName
{
color: #468D60;
}
.AnyTagClassName
{
color: #468D60;
}
</style>
background-color css
<style>
a { background-color: #468D60; }
a { background-color: rgb(70,141,96); }
div.DivClassName
{
background-color: #468D60;
}
.BgClassName
{
background-color: #468D60;
}
</style>
border-color css
<style>
span { border-color: #468D60; }
span { border-color: rgb(70,141,96); }
td.TdClassName
{
border-color: #468D60;
}
.TagClassName
{
border-color: #468D60;
}
</style>