Shades of Chateau Green #46BA5E
Tints of Chateau Green #46BA5E
RGB
CMYK
RGB Variations
Color information
#46BA5E (or 0x46BA5E) is known color: Chateau Green. HEX triplet: 46, BA and 5E. RGB value is (70,186,94). Sum of RGB (Red+Green+Blue) = 70+186+94=350 (46% of max value = 765). Red value is 70 (27.73% from 255 or 20% from 350); Green value is 186 (73.05% from 255 or 53.14% from 350); Blue value is 94 (37.11% from 255 or 26.86% from 350); Max value from RGB is 186 - color contains mainly: green. Hex color #46BA5E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46BA5E is #B945A1. Grayscale: #8D8D8D. Windows color (decimal): -12141986 or 6208070. OLE color: 6208070.
HSL color Cylindrical-coordinate representation of color #46BA5E: hue angle of 132.41º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #46BA5E is Cyan = 0.62, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 70 | 186 | 94 | - |
| CMYK | 0.62 | 0 | 0.49 | 0.27 |
| HSL | 132.41º | 0.46% | 0.5% | - |
| HSV(B) | 132.41º | 0.62% | 0.73% | - |
| XYZ | 22.11 | 37.23 | 16.61 | - |
| YUV | 140.83 | 101.57 | 77.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 186 | 94 | 0.62 | 0 | 0.49 | 0.27 | 132.41 | 0.46 | 0.5 |
| Hex | 46 | BA | 5E | 3E | 0 | 31 | 1B | 84 | 2E | 32 |
| Octal | 106 | 272 | 136 | 76 | 0 | 61 | 33 | 204 | 56 | 62 |
| Binary | 1000110 | 10111010 | 1011110 | 111110 | 0 | 110001 | 11011 | 10000100 | 101110 | 110010 |
Color Harmonies of #46BA5E
Complementary color
Monochromatic Colors of #46BA5E
Black with #46BA5E
Text Example
Text Example
White with #46BA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46BA5E; }
p { color: rgb(70,186,94); }
H1.HeaderClassName
{
color: #46BA5E;
}
.AnyTagClassName
{
color: #46BA5E;
}
</style>
background-color css
<style>
a { background-color: #46BA5E; }
a { background-color: rgb(70,186,94); }
div.DivClassName
{
background-color: #46BA5E;
}
.BgClassName
{
background-color: #46BA5E;
}
</style>
border-color css
<style>
span { border-color: #46BA5E; }
span { border-color: rgb(70,186,94); }
td.TdClassName
{
border-color: #46BA5E;
}
.TagClassName
{
border-color: #46BA5E;
}
</style>