Shades of Chateau Green #49AD5F
Tints of Chateau Green #49AD5F
RGB
CMYK
RGB Variations
Color information
#49AD5F (or 0x49AD5F) is known color: Chateau Green. HEX triplet: 49, AD and 5F. RGB value is (73,173,95). Sum of RGB (Red+Green+Blue) = 73+173+95=341 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.41% from 341); Green value is 173 (67.97% from 255 or 50.73% from 341); Blue value is 95 (37.5% from 255 or 27.86% from 341); Max value from RGB is 173 - color contains mainly: green. Hex color #49AD5F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49AD5F is #B652A0. Grayscale: #868686. Windows color (decimal): -11948705 or 6270281. OLE color: 6270281.
HSL color Cylindrical-coordinate representation of color #49AD5F: hue angle of 133.2º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #49AD5F is Cyan = 0.58, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 73 | 173 | 95 | - |
| CMYK | 0.58 | 0 | 0.45 | 0.32 |
| HSL | 133.2º | 0.41% | 0.48% | - |
| HSV(B) | 133.2º | 0.58% | 0.68% | - |
| XYZ | 19.76 | 32.13 | 15.99 | - |
| YUV | 134.21 | 105.87 | 84.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 173 | 95 | 0.58 | 0 | 0.45 | 0.32 | 133.2 | 0.41 | 0.48 |
| Hex | 49 | AD | 5F | 3A | 0 | 2D | 20 | 85 | 29 | 30 |
| Octal | 111 | 255 | 137 | 72 | 0 | 55 | 40 | 205 | 51 | 60 |
| Binary | 1001001 | 10101101 | 1011111 | 111010 | 0 | 101101 | 100000 | 10000101 | 101001 | 110000 |
Color Harmonies of #49AD5F
Complementary color
Monochromatic Colors of #49AD5F
Black with #49AD5F
Text Example
Text Example
White with #49AD5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49AD5F; }
p { color: rgb(73,173,95); }
H1.HeaderClassName
{
color: #49AD5F;
}
.AnyTagClassName
{
color: #49AD5F;
}
</style>
background-color css
<style>
a { background-color: #49AD5F; }
a { background-color: rgb(73,173,95); }
div.DivClassName
{
background-color: #49AD5F;
}
.BgClassName
{
background-color: #49AD5F;
}
</style>
border-color css
<style>
span { border-color: #49AD5F; }
span { border-color: rgb(73,173,95); }
td.TdClassName
{
border-color: #49AD5F;
}
.TagClassName
{
border-color: #49AD5F;
}
</style>