Shades of Chateau Green #49955B
Tints of Chateau Green #49955B
RGB
CMYK
RGB Variations
Color information
#49955B (or 0x49955B) is known color: Chateau Green. HEX triplet: 49, 95 and 5B. RGB value is (73,149,91). Sum of RGB (Red+Green+Blue) = 73+149+91=313 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.32% from 313); Green value is 149 (58.59% from 255 or 47.60% from 313); Blue value is 91 (35.94% from 255 or 29.07% from 313); Max value from RGB is 149 - color contains mainly: green. Hex color #49955B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49955B is #B66AA4. Grayscale: #777777. Windows color (decimal): -11954853 or 6001993. OLE color: 6001993.
HSL color Cylindrical-coordinate representation of color #49955B: hue angle of 134.21º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #49955B is Cyan = 0.51, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 73 | 149 | 91 | - |
| CMYK | 0.51 | 0 | 0.39 | 0.42 |
| HSL | 134.21º | 0.34% | 0.44% | - |
| HSV(B) | 134.21º | 0.51% | 0.58% | - |
| XYZ | 15.38 | 23.67 | 13.65 | - |
| YUV | 119.66 | 111.82 | 94.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 149 | 91 | 0.51 | 0 | 0.39 | 0.42 | 134.21 | 0.34 | 0.44 |
| Hex | 49 | 95 | 5B | 33 | 0 | 27 | 2A | 86 | 22 | 2C |
| Octal | 111 | 225 | 133 | 63 | 0 | 47 | 52 | 206 | 42 | 54 |
| Binary | 1001001 | 10010101 | 1011011 | 110011 | 0 | 100111 | 101010 | 10000110 | 100010 | 101100 |
Color Harmonies of #49955B
Complementary color
Monochromatic Colors of #49955B
Black with #49955B
Text Example
Text Example
White with #49955B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49955B; }
p { color: rgb(73,149,91); }
H1.HeaderClassName
{
color: #49955B;
}
.AnyTagClassName
{
color: #49955B;
}
</style>
background-color css
<style>
a { background-color: #49955B; }
a { background-color: rgb(73,149,91); }
div.DivClassName
{
background-color: #49955B;
}
.BgClassName
{
background-color: #49955B;
}
</style>
border-color css
<style>
span { border-color: #49955B; }
span { border-color: rgb(73,149,91); }
td.TdClassName
{
border-color: #49955B;
}
.TagClassName
{
border-color: #49955B;
}
</style>