Shades of Chateau Green #468D54
Tints of Chateau Green #468D54
RGB
CMYK
RGB Variations
Color information
#468D54 (or 0x468D54) is known color: Chateau Green. HEX triplet: 46, 8D and 54. RGB value is (70,141,84). Sum of RGB (Red+Green+Blue) = 70+141+84=295 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.73% from 295); Green value is 141 (55.47% from 255 or 47.80% from 295); Blue value is 84 (33.20% from 255 or 28.47% from 295); Max value from RGB is 141 - color contains mainly: green. Hex color #468D54 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468D54 is #B972AB. Grayscale: #717171. Windows color (decimal): -12153516 or 5541190. OLE color: 5541190.
HSL color Cylindrical-coordinate representation of color #468D54: hue angle of 131.83º 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 #468D54 is Cyan = 0.50, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 70 | 141 | 84 | - |
| CMYK | 0.50 | 0 | 0.40 | 0.45 |
| HSL | 131.83º | 0.34% | 0.41% | - |
| HSV(B) | 131.83º | 0.5% | 0.55% | - |
| XYZ | 13.65 | 20.99 | 11.72 | - |
| YUV | 113.27 | 111.48 | 97.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 141 | 84 | 0.50 | 0 | 0.40 | 0.45 | 131.83 | 0.34 | 0.41 |
| Hex | 46 | 8D | 54 | 32 | 0 | 28 | 2D | 84 | 22 | 29 |
| Octal | 106 | 215 | 124 | 62 | 0 | 50 | 55 | 204 | 42 | 51 |
| Binary | 1000110 | 10001101 | 1010100 | 110010 | 0 | 101000 | 101101 | 10000100 | 100010 | 101001 |
Color Harmonies of #468D54
Complementary color
Monochromatic Colors of #468D54
Black with #468D54
Text Example
Text Example
White with #468D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468D54; }
p { color: rgb(70,141,84); }
H1.HeaderClassName
{
color: #468D54;
}
.AnyTagClassName
{
color: #468D54;
}
</style>
background-color css
<style>
a { background-color: #468D54; }
a { background-color: rgb(70,141,84); }
div.DivClassName
{
background-color: #468D54;
}
.BgClassName
{
background-color: #468D54;
}
</style>
border-color css
<style>
span { border-color: #468D54; }
span { border-color: rgb(70,141,84); }
td.TdClassName
{
border-color: #468D54;
}
.TagClassName
{
border-color: #468D54;
}
</style>