Shades of Chateau Green #49A85B
Tints of Chateau Green #49A85B
RGB
CMYK
RGB Variations
Color information
#49A85B (or 0x49A85B) is known color: Chateau Green. HEX triplet: 49, A8 and 5B. RGB value is (73,168,91). Sum of RGB (Red+Green+Blue) = 73+168+91=332 (43% of max value = 765). Red value is 73 (28.91% from 255 or 21.99% from 332); Green value is 168 (66.02% from 255 or 50.60% from 332); Blue value is 91 (35.94% from 255 or 27.41% from 332); Max value from RGB is 168 - color contains mainly: green. Hex color #49A85B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49A85B is #B657A4. Grayscale: #838383. Windows color (decimal): -11949989 or 6006857. OLE color: 6006857.
HSL color Cylindrical-coordinate representation of color #49A85B: hue angle of 131.37º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #49A85B is Cyan = 0.57, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 73 | 168 | 91 | - |
| CMYK | 0.57 | 0 | 0.46 | 0.34 |
| HSL | 131.37º | 0.39% | 0.47% | - |
| HSV(B) | 131.37º | 0.57% | 0.66% | - |
| XYZ | 18.64 | 30.18 | 14.74 | - |
| YUV | 130.82 | 105.53 | 86.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 168 | 91 | 0.57 | 0 | 0.46 | 0.34 | 131.37 | 0.39 | 0.47 |
| Hex | 49 | A8 | 5B | 39 | 0 | 2E | 22 | 83 | 27 | 2F |
| Octal | 111 | 250 | 133 | 71 | 0 | 56 | 42 | 203 | 47 | 57 |
| Binary | 1001001 | 10101000 | 1011011 | 111001 | 0 | 101110 | 100010 | 10000011 | 100111 | 101111 |
Color Harmonies of #49A85B
Complementary color
Monochromatic Colors of #49A85B
Black with #49A85B
Text Example
Text Example
White with #49A85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49A85B; }
p { color: rgb(73,168,91); }
H1.HeaderClassName
{
color: #49A85B;
}
.AnyTagClassName
{
color: #49A85B;
}
</style>
background-color css
<style>
a { background-color: #49A85B; }
a { background-color: rgb(73,168,91); }
div.DivClassName
{
background-color: #49A85B;
}
.BgClassName
{
background-color: #49A85B;
}
</style>
border-color css
<style>
span { border-color: #49A85B; }
span { border-color: rgb(73,168,91); }
td.TdClassName
{
border-color: #49A85B;
}
.TagClassName
{
border-color: #49A85B;
}
</style>