Shades of Chateau Green #468D52
Tints of Chateau Green #468D52
RGB
CMYK
RGB Variations
Color information
#468D52 (or 0x468D52) is known color: Chateau Green. HEX triplet: 46, 8D and 52. RGB value is (70,141,82). Sum of RGB (Red+Green+Blue) = 70+141+82=293 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.89% from 293); Green value is 141 (55.47% from 255 or 48.12% from 293); Blue value is 82 (32.42% from 255 or 27.99% from 293); Max value from RGB is 141 - color contains mainly: green. Hex color #468D52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468D52 is #B972AD. Grayscale: #717171. Windows color (decimal): -12153518 or 5410118. OLE color: 5410118.
HSL color Cylindrical-coordinate representation of color #468D52: hue angle of 130.14º 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 #468D52 is Cyan = 0.50, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 70 | 141 | 82 | - |
| CMYK | 0.50 | 0 | 0.42 | 0.45 |
| HSL | 130.14º | 0.34% | 0.41% | - |
| HSV(B) | 130.14º | 0.5% | 0.55% | - |
| XYZ | 13.57 | 20.96 | 11.31 | - |
| YUV | 113.05 | 110.48 | 97.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 141 | 82 | 0.50 | 0 | 0.42 | 0.45 | 130.14 | 0.34 | 0.41 |
| Hex | 46 | 8D | 52 | 32 | 0 | 2A | 2D | 82 | 22 | 29 |
| Octal | 106 | 215 | 122 | 62 | 0 | 52 | 55 | 202 | 42 | 51 |
| Binary | 1000110 | 10001101 | 1010010 | 110010 | 0 | 101010 | 101101 | 10000010 | 100010 | 101001 |
Color Harmonies of #468D52
Complementary color
Monochromatic Colors of #468D52
Black with #468D52
Text Example
Text Example
White with #468D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468D52; }
p { color: rgb(70,141,82); }
H1.HeaderClassName
{
color: #468D52;
}
.AnyTagClassName
{
color: #468D52;
}
</style>
background-color css
<style>
a { background-color: #468D52; }
a { background-color: rgb(70,141,82); }
div.DivClassName
{
background-color: #468D52;
}
.BgClassName
{
background-color: #468D52;
}
</style>
border-color css
<style>
span { border-color: #468D52; }
span { border-color: rgb(70,141,82); }
td.TdClassName
{
border-color: #468D52;
}
.TagClassName
{
border-color: #468D52;
}
</style>