Shades of Chateau Green #46AD5B
Tints of Chateau Green #46AD5B
RGB
CMYK
RGB Variations
Color information
#46AD5B (or 0x46AD5B) is known color: Chateau Green. HEX triplet: 46, AD and 5B. RGB value is (70,173,91). Sum of RGB (Red+Green+Blue) = 70+173+91=334 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.96% from 334); Green value is 173 (67.97% from 255 or 51.80% from 334); Blue value is 91 (35.94% from 255 or 27.25% from 334); Max value from RGB is 173 - color contains mainly: green. Hex color #46AD5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46AD5B is #B952A4. Grayscale: #858585. Windows color (decimal): -12145317 or 6008134. OLE color: 6008134.
HSL color Cylindrical-coordinate representation of color #46AD5B: hue angle of 132.23º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #46AD5B is Cyan = 0.60, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 70 | 173 | 91 | - |
| CMYK | 0.60 | 0 | 0.47 | 0.32 |
| HSL | 132.23º | 0.42% | 0.48% | - |
| HSV(B) | 132.23º | 0.6% | 0.68% | - |
| XYZ | 19.36 | 31.94 | 15.04 | - |
| YUV | 132.86 | 104.38 | 83.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 173 | 91 | 0.60 | 0 | 0.47 | 0.32 | 132.23 | 0.42 | 0.48 |
| Hex | 46 | AD | 5B | 3C | 0 | 2F | 20 | 84 | 2A | 30 |
| Octal | 106 | 255 | 133 | 74 | 0 | 57 | 40 | 204 | 52 | 60 |
| Binary | 1000110 | 10101101 | 1011011 | 111100 | 0 | 101111 | 100000 | 10000100 | 101010 | 110000 |
Color Harmonies of #46AD5B
Complementary color
Monochromatic Colors of #46AD5B
Black with #46AD5B
Text Example
Text Example
White with #46AD5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46AD5B; }
p { color: rgb(70,173,91); }
H1.HeaderClassName
{
color: #46AD5B;
}
.AnyTagClassName
{
color: #46AD5B;
}
</style>
background-color css
<style>
a { background-color: #46AD5B; }
a { background-color: rgb(70,173,91); }
div.DivClassName
{
background-color: #46AD5B;
}
.BgClassName
{
background-color: #46AD5B;
}
</style>
border-color css
<style>
span { border-color: #46AD5B; }
span { border-color: rgb(70,173,91); }
td.TdClassName
{
border-color: #46AD5B;
}
.TagClassName
{
border-color: #46AD5B;
}
</style>