Shades of Chateau Green #469D59
Tints of Chateau Green #469D59
RGB
CMYK
RGB Variations
Color information
#469D59 (or 0x469D59) is known color: Chateau Green. HEX triplet: 46, 9D and 59. RGB value is (70,157,89). Sum of RGB (Red+Green+Blue) = 70+157+89=316 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.15% from 316); Green value is 157 (61.72% from 255 or 49.68% from 316); Blue value is 89 (35.16% from 255 or 28.16% from 316); Max value from RGB is 157 - color contains mainly: green. Hex color #469D59 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469D59 is #B962A6. Grayscale: #7B7B7B. Windows color (decimal): -12149415 or 5872966. OLE color: 5872966.
HSL color Cylindrical-coordinate representation of color #469D59: hue angle of 133.1º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #469D59 is Cyan = 0.55, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 70 | 157 | 89 | - |
| CMYK | 0.55 | 0 | 0.43 | 0.38 |
| HSL | 133.1º | 0.38% | 0.45% | - |
| HSV(B) | 133.1º | 0.55% | 0.62% | - |
| XYZ | 16.39 | 26.14 | 13.63 | - |
| YUV | 123.24 | 108.68 | 90.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 157 | 89 | 0.55 | 0 | 0.43 | 0.38 | 133.1 | 0.38 | 0.45 |
| Hex | 46 | 9D | 59 | 37 | 0 | 2B | 26 | 85 | 26 | 2D |
| Octal | 106 | 235 | 131 | 67 | 0 | 53 | 46 | 205 | 46 | 55 |
| Binary | 1000110 | 10011101 | 1011001 | 110111 | 0 | 101011 | 100110 | 10000101 | 100110 | 101101 |
Color Harmonies of #469D59
Complementary color
Monochromatic Colors of #469D59
Black with #469D59
Text Example
Text Example
White with #469D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469D59; }
p { color: rgb(70,157,89); }
H1.HeaderClassName
{
color: #469D59;
}
.AnyTagClassName
{
color: #469D59;
}
</style>
background-color css
<style>
a { background-color: #469D59; }
a { background-color: rgb(70,157,89); }
div.DivClassName
{
background-color: #469D59;
}
.BgClassName
{
background-color: #469D59;
}
</style>
border-color css
<style>
span { border-color: #469D59; }
span { border-color: rgb(70,157,89); }
td.TdClassName
{
border-color: #469D59;
}
.TagClassName
{
border-color: #469D59;
}
</style>