Shades of Chateau Green #46BC5E
Tints of Chateau Green #46BC5E
RGB
CMYK
RGB Variations
Color information
#46BC5E (or 0x46BC5E) is known color: Chateau Green. HEX triplet: 46, BC and 5E. RGB value is (70,188,94). Sum of RGB (Red+Green+Blue) = 70+188+94=352 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.89% from 352); Green value is 188 (73.83% from 255 or 53.41% from 352); Blue value is 94 (37.11% from 255 or 26.70% from 352); Max value from RGB is 188 - color contains mainly: green. Hex color #46BC5E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46BC5E is #B943A1. Grayscale: #8E8E8E. Windows color (decimal): -12141474 or 6208582. OLE color: 6208582.
HSL color Cylindrical-coordinate representation of color #46BC5E: hue angle of 132.2º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #46BC5E is Cyan = 0.63, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 70 | 188 | 94 | - |
| CMYK | 0.63 | 0 | 0.50 | 0.26 |
| HSL | 132.2º | 0.47% | 0.51% | - |
| HSV(B) | 132.2º | 0.63% | 0.74% | - |
| XYZ | 22.53 | 38.08 | 16.75 | - |
| YUV | 142 | 100.91 | 76.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 188 | 94 | 0.63 | 0 | 0.50 | 0.26 | 132.2 | 0.47 | 0.51 |
| Hex | 46 | BC | 5E | 3F | 0 | 32 | 1A | 84 | 2F | 33 |
| Octal | 106 | 274 | 136 | 77 | 0 | 62 | 32 | 204 | 57 | 63 |
| Binary | 1000110 | 10111100 | 1011110 | 111111 | 0 | 110010 | 11010 | 10000100 | 101111 | 110011 |
Color Harmonies of #46BC5E
Complementary color
Monochromatic Colors of #46BC5E
Black with #46BC5E
Text Example
Text Example
White with #46BC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46BC5E; }
p { color: rgb(70,188,94); }
H1.HeaderClassName
{
color: #46BC5E;
}
.AnyTagClassName
{
color: #46BC5E;
}
</style>
background-color css
<style>
a { background-color: #46BC5E; }
a { background-color: rgb(70,188,94); }
div.DivClassName
{
background-color: #46BC5E;
}
.BgClassName
{
background-color: #46BC5E;
}
</style>
border-color css
<style>
span { border-color: #46BC5E; }
span { border-color: rgb(70,188,94); }
td.TdClassName
{
border-color: #46BC5E;
}
.TagClassName
{
border-color: #46BC5E;
}
</style>