Shades of Chateau Green #469C56
Tints of Chateau Green #469C56
RGB
CMYK
RGB Variations
Color information
#469C56 (or 0x469C56) is known color: Chateau Green. HEX triplet: 46, 9C and 56. RGB value is (70,156,86). Sum of RGB (Red+Green+Blue) = 70+156+86=312 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.44% from 312); Green value is 156 (61.33% from 255 or 50% from 312); Blue value is 86 (33.98% from 255 or 27.56% from 312); Max value from RGB is 156 - color contains mainly: green. Hex color #469C56 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469C56 is #B963A9. Grayscale: #7A7A7A. Windows color (decimal): -12149674 or 5676102. OLE color: 5676102.
HSL color Cylindrical-coordinate representation of color #469C56: hue angle of 131.16º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #469C56 is Cyan = 0.55, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 70 | 156 | 86 | - |
| CMYK | 0.55 | 0 | 0.45 | 0.39 |
| HSL | 131.16º | 0.38% | 0.44% | - |
| HSV(B) | 131.16º | 0.55% | 0.61% | - |
| XYZ | 16.09 | 25.75 | 12.93 | - |
| YUV | 122.31 | 107.51 | 90.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 156 | 86 | 0.55 | 0 | 0.45 | 0.39 | 131.16 | 0.38 | 0.44 |
| Hex | 46 | 9C | 56 | 37 | 0 | 2D | 27 | 83 | 26 | 2C |
| Octal | 106 | 234 | 126 | 67 | 0 | 55 | 47 | 203 | 46 | 54 |
| Binary | 1000110 | 10011100 | 1010110 | 110111 | 0 | 101101 | 100111 | 10000011 | 100110 | 101100 |
Color Harmonies of #469C56
Complementary color
Monochromatic Colors of #469C56
Black with #469C56
Text Example
Text Example
White with #469C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469C56; }
p { color: rgb(70,156,86); }
H1.HeaderClassName
{
color: #469C56;
}
.AnyTagClassName
{
color: #469C56;
}
</style>
background-color css
<style>
a { background-color: #469C56; }
a { background-color: rgb(70,156,86); }
div.DivClassName
{
background-color: #469C56;
}
.BgClassName
{
background-color: #469C56;
}
</style>
border-color css
<style>
span { border-color: #469C56; }
span { border-color: rgb(70,156,86); }
td.TdClassName
{
border-color: #469C56;
}
.TagClassName
{
border-color: #469C56;
}
</style>