Shades of Chateau Green #49B762
Tints of Chateau Green #49B762
RGB
CMYK
RGB Variations
Color information
#49B762 (or 0x49B762) is known color: Chateau Green. HEX triplet: 49, B7 and 62. RGB value is (73,183,98). Sum of RGB (Red+Green+Blue) = 73+183+98=354 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.62% from 354); Green value is 183 (71.88% from 255 or 51.69% from 354); Blue value is 98 (38.67% from 255 or 27.68% from 354); Max value from RGB is 183 - color contains mainly: green. Hex color #49B762 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49B762 is #B6489D. Grayscale: #8C8C8C. Windows color (decimal): -11946142 or 6469449. OLE color: 6469449.
HSL color Cylindrical-coordinate representation of color #49B762: hue angle of 133.64º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #49B762 is Cyan = 0.60, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 73 | 183 | 98 | - |
| CMYK | 0.60 | 0 | 0.46 | 0.28 |
| HSL | 133.64º | 0.43% | 0.5% | - |
| HSV(B) | 133.64º | 0.6% | 0.72% | - |
| XYZ | 21.89 | 36.17 | 17.38 | - |
| YUV | 140.42 | 104.06 | 79.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 183 | 98 | 0.60 | 0 | 0.46 | 0.28 | 133.64 | 0.43 | 0.5 |
| Hex | 49 | B7 | 62 | 3C | 0 | 2E | 1C | 86 | 2B | 32 |
| Octal | 111 | 267 | 142 | 74 | 0 | 56 | 34 | 206 | 53 | 62 |
| Binary | 1001001 | 10110111 | 1100010 | 111100 | 0 | 101110 | 11100 | 10000110 | 101011 | 110010 |
Color Harmonies of #49B762
Complementary color
Monochromatic Colors of #49B762
Black with #49B762
Text Example
Text Example
White with #49B762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49B762; }
p { color: rgb(73,183,98); }
H1.HeaderClassName
{
color: #49B762;
}
.AnyTagClassName
{
color: #49B762;
}
</style>
background-color css
<style>
a { background-color: #49B762; }
a { background-color: rgb(73,183,98); }
div.DivClassName
{
background-color: #49B762;
}
.BgClassName
{
background-color: #49B762;
}
</style>
border-color css
<style>
span { border-color: #49B762; }
span { border-color: rgb(73,183,98); }
td.TdClassName
{
border-color: #49B762;
}
.TagClassName
{
border-color: #49B762;
}
</style>