Shades of Chateau Green #468D5D
Tints of Chateau Green #468D5D
RGB
CMYK
RGB Variations
Color information
#468D5D (or 0x468D5D) is known color: Chateau Green. HEX triplet: 46, 8D and 5D. RGB value is (70,141,93). Sum of RGB (Red+Green+Blue) = 70+141+93=304 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.03% from 304); Green value is 141 (55.47% from 255 or 46.38% from 304); Blue value is 93 (36.72% from 255 or 30.59% from 304); Max value from RGB is 141 - color contains mainly: green. Hex color #468D5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468D5D is #B972A2. Grayscale: #727272. Windows color (decimal): -12153507 or 6131014. OLE color: 6131014.
HSL color Cylindrical-coordinate representation of color #468D5D: hue angle of 139.44º 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 #468D5D is Cyan = 0.50, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 70 | 141 | 93 | - |
| CMYK | 0.50 | 0 | 0.34 | 0.45 |
| HSL | 139.44º | 0.34% | 0.41% | - |
| HSV(B) | 139.44º | 0.5% | 0.55% | - |
| XYZ | 14.03 | 21.14 | 13.7 | - |
| YUV | 114.3 | 115.98 | 96.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 141 | 93 | 0.50 | 0 | 0.34 | 0.45 | 139.44 | 0.34 | 0.41 |
| Hex | 46 | 8D | 5D | 32 | 0 | 22 | 2D | 8B | 22 | 29 |
| Octal | 106 | 215 | 135 | 62 | 0 | 42 | 55 | 213 | 42 | 51 |
| Binary | 1000110 | 10001101 | 1011101 | 110010 | 0 | 100010 | 101101 | 10001011 | 100010 | 101001 |
Color Harmonies of #468D5D
Complementary color
Monochromatic Colors of #468D5D
Black with #468D5D
Text Example
Text Example
White with #468D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468D5D; }
p { color: rgb(70,141,93); }
H1.HeaderClassName
{
color: #468D5D;
}
.AnyTagClassName
{
color: #468D5D;
}
</style>
background-color css
<style>
a { background-color: #468D5D; }
a { background-color: rgb(70,141,93); }
div.DivClassName
{
background-color: #468D5D;
}
.BgClassName
{
background-color: #468D5D;
}
</style>
border-color css
<style>
span { border-color: #468D5D; }
span { border-color: rgb(70,141,93); }
td.TdClassName
{
border-color: #468D5D;
}
.TagClassName
{
border-color: #468D5D;
}
</style>