Shades of Chateau Green #46A85B
Tints of Chateau Green #46A85B
RGB
CMYK
RGB Variations
Color information
#46A85B (or 0x46A85B) is known color: Chateau Green. HEX triplet: 46, A8 and 5B. RGB value is (70,168,91). Sum of RGB (Red+Green+Blue) = 70+168+91=329 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.28% from 329); Green value is 168 (66.02% from 255 or 51.06% from 329); Blue value is 91 (35.94% from 255 or 27.66% from 329); Max value from RGB is 168 - color contains mainly: green. Hex color #46A85B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46A85B is #B957A4. Grayscale: #828282. Windows color (decimal): -12146597 or 6006854. OLE color: 6006854.
HSL color Cylindrical-coordinate representation of color #46A85B: hue angle of 132.86º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #46A85B is Cyan = 0.58, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 70 | 168 | 91 | - |
| CMYK | 0.58 | 0 | 0.46 | 0.34 |
| HSL | 132.86º | 0.41% | 0.47% | - |
| HSV(B) | 132.86º | 0.58% | 0.66% | - |
| XYZ | 18.42 | 30.06 | 14.73 | - |
| YUV | 129.92 | 106.03 | 85.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 168 | 91 | 0.58 | 0 | 0.46 | 0.34 | 132.86 | 0.41 | 0.47 |
| Hex | 46 | A8 | 5B | 3A | 0 | 2E | 22 | 85 | 29 | 2F |
| Octal | 106 | 250 | 133 | 72 | 0 | 56 | 42 | 205 | 51 | 57 |
| Binary | 1000110 | 10101000 | 1011011 | 111010 | 0 | 101110 | 100010 | 10000101 | 101001 | 101111 |
Color Harmonies of #46A85B
Complementary color
Monochromatic Colors of #46A85B
Black with #46A85B
Text Example
Text Example
White with #46A85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46A85B; }
p { color: rgb(70,168,91); }
H1.HeaderClassName
{
color: #46A85B;
}
.AnyTagClassName
{
color: #46A85B;
}
</style>
background-color css
<style>
a { background-color: #46A85B; }
a { background-color: rgb(70,168,91); }
div.DivClassName
{
background-color: #46A85B;
}
.BgClassName
{
background-color: #46A85B;
}
</style>
border-color css
<style>
span { border-color: #46A85B; }
span { border-color: rgb(70,168,91); }
td.TdClassName
{
border-color: #46A85B;
}
.TagClassName
{
border-color: #46A85B;
}
</style>