Shades of Chateau Green #469C59
Tints of Chateau Green #469C59
RGB
CMYK
RGB Variations
Color information
#469C59 (or 0x469C59) is known color: Chateau Green. HEX triplet: 46, 9C and 59. RGB value is (70,156,89). Sum of RGB (Red+Green+Blue) = 70+156+89=315 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.22% from 315); Green value is 156 (61.33% from 255 or 49.52% from 315); Blue value is 89 (35.16% from 255 or 28.25% from 315); Max value from RGB is 156 - color contains mainly: green. Hex color #469C59 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469C59 is #B963A6. Grayscale: #7A7A7A. Windows color (decimal): -12149671 or 5872710. OLE color: 5872710.
HSL color Cylindrical-coordinate representation of color #469C59: hue angle of 133.26º 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 #469C59 is Cyan = 0.55, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 70 | 156 | 89 | - |
| CMYK | 0.55 | 0 | 0.43 | 0.39 |
| HSL | 133.26º | 0.38% | 0.44% | - |
| HSV(B) | 133.26º | 0.55% | 0.61% | - |
| XYZ | 16.22 | 25.8 | 13.58 | - |
| YUV | 122.65 | 109.01 | 90.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 156 | 89 | 0.55 | 0 | 0.43 | 0.39 | 133.26 | 0.38 | 0.44 |
| Hex | 46 | 9C | 59 | 37 | 0 | 2B | 27 | 85 | 26 | 2C |
| Octal | 106 | 234 | 131 | 67 | 0 | 53 | 47 | 205 | 46 | 54 |
| Binary | 1000110 | 10011100 | 1011001 | 110111 | 0 | 101011 | 100111 | 10000101 | 100110 | 101100 |
Color Harmonies of #469C59
Complementary color
Monochromatic Colors of #469C59
Black with #469C59
Text Example
Text Example
White with #469C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469C59; }
p { color: rgb(70,156,89); }
H1.HeaderClassName
{
color: #469C59;
}
.AnyTagClassName
{
color: #469C59;
}
</style>
background-color css
<style>
a { background-color: #469C59; }
a { background-color: rgb(70,156,89); }
div.DivClassName
{
background-color: #469C59;
}
.BgClassName
{
background-color: #469C59;
}
</style>
border-color css
<style>
span { border-color: #469C59; }
span { border-color: rgb(70,156,89); }
td.TdClassName
{
border-color: #469C59;
}
.TagClassName
{
border-color: #469C59;
}
</style>