Shades of Chateau Green #468D58
Tints of Chateau Green #468D58
RGB
CMYK
RGB Variations
Color information
#468D58 (or 0x468D58) is known color: Chateau Green. HEX triplet: 46, 8D and 58. RGB value is (70,141,88). Sum of RGB (Red+Green+Blue) = 70+141+88=299 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.41% from 299); Green value is 141 (55.47% from 255 or 47.16% from 299); Blue value is 88 (34.77% from 255 or 29.43% from 299); Max value from RGB is 141 - color contains mainly: green. Hex color #468D58 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468D58 is #B972A7. Grayscale: #717171. Windows color (decimal): -12153512 or 5803334. OLE color: 5803334.
HSL color Cylindrical-coordinate representation of color #468D58: hue angle of 135.21º 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 #468D58 is Cyan = 0.50, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 70 | 141 | 88 | - |
| CMYK | 0.50 | 0 | 0.38 | 0.45 |
| HSL | 135.21º | 0.34% | 0.41% | - |
| HSV(B) | 135.21º | 0.5% | 0.55% | - |
| XYZ | 13.81 | 21.06 | 12.57 | - |
| YUV | 113.73 | 113.48 | 96.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 141 | 88 | 0.50 | 0 | 0.38 | 0.45 | 135.21 | 0.34 | 0.41 |
| Hex | 46 | 8D | 58 | 32 | 0 | 26 | 2D | 87 | 22 | 29 |
| Octal | 106 | 215 | 130 | 62 | 0 | 46 | 55 | 207 | 42 | 51 |
| Binary | 1000110 | 10001101 | 1011000 | 110010 | 0 | 100110 | 101101 | 10000111 | 100010 | 101001 |
Color Harmonies of #468D58
Complementary color
Monochromatic Colors of #468D58
Black with #468D58
Text Example
Text Example
White with #468D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468D58; }
p { color: rgb(70,141,88); }
H1.HeaderClassName
{
color: #468D58;
}
.AnyTagClassName
{
color: #468D58;
}
</style>
background-color css
<style>
a { background-color: #468D58; }
a { background-color: rgb(70,141,88); }
div.DivClassName
{
background-color: #468D58;
}
.BgClassName
{
background-color: #468D58;
}
</style>
border-color css
<style>
span { border-color: #468D58; }
span { border-color: rgb(70,141,88); }
td.TdClassName
{
border-color: #468D58;
}
.TagClassName
{
border-color: #468D58;
}
</style>