Shades of Chateau Green #469F56
Tints of Chateau Green #469F56
RGB
CMYK
RGB Variations
Color information
#469F56 (or 0x469F56) is known color: Chateau Green. HEX triplet: 46, 9F and 56. RGB value is (70,159,86). Sum of RGB (Red+Green+Blue) = 70+159+86=315 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.22% from 315); Green value is 159 (62.5% from 255 or 50.48% from 315); Blue value is 86 (33.98% from 255 or 27.30% from 315); Max value from RGB is 159 - color contains mainly: green. Hex color #469F56 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469F56 is #B960A9. Grayscale: #7C7C7C. Windows color (decimal): -12148906 or 5676870. OLE color: 5676870.
HSL color Cylindrical-coordinate representation of color #469F56: hue angle of 130.79º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #469F56 is Cyan = 0.56, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 70 | 159 | 86 | - |
| CMYK | 0.56 | 0 | 0.46 | 0.38 |
| HSL | 130.79º | 0.39% | 0.45% | - |
| HSV(B) | 130.79º | 0.56% | 0.62% | - |
| XYZ | 16.6 | 26.77 | 13.1 | - |
| YUV | 124.07 | 106.51 | 89.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 159 | 86 | 0.56 | 0 | 0.46 | 0.38 | 130.79 | 0.39 | 0.45 |
| Hex | 46 | 9F | 56 | 38 | 0 | 2E | 26 | 83 | 27 | 2D |
| Octal | 106 | 237 | 126 | 70 | 0 | 56 | 46 | 203 | 47 | 55 |
| Binary | 1000110 | 10011111 | 1010110 | 111000 | 0 | 101110 | 100110 | 10000011 | 100111 | 101101 |
Color Harmonies of #469F56
Complementary color
Monochromatic Colors of #469F56
Black with #469F56
Text Example
Text Example
White with #469F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469F56; }
p { color: rgb(70,159,86); }
H1.HeaderClassName
{
color: #469F56;
}
.AnyTagClassName
{
color: #469F56;
}
</style>
background-color css
<style>
a { background-color: #469F56; }
a { background-color: rgb(70,159,86); }
div.DivClassName
{
background-color: #469F56;
}
.BgClassName
{
background-color: #469F56;
}
</style>
border-color css
<style>
span { border-color: #469F56; }
span { border-color: rgb(70,159,86); }
td.TdClassName
{
border-color: #469F56;
}
.TagClassName
{
border-color: #469F56;
}
</style>