Shades of Chateau Green #498B57
Tints of Chateau Green #498B57
RGB
CMYK
RGB Variations
Color information
#498B57 (or 0x498B57) is known color: Chateau Green. HEX triplet: 49, 8B and 57. RGB value is (73,139,87). Sum of RGB (Red+Green+Blue) = 73+139+87=299 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.41% from 299); Green value is 139 (54.69% from 255 or 46.49% from 299); Blue value is 87 (34.38% from 255 or 29.10% from 299); Max value from RGB is 139 - color contains mainly: green. Hex color #498B57 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498B57 is #B674A8. Grayscale: #717171. Windows color (decimal): -11957417 or 5737289. OLE color: 5737289.
HSL color Cylindrical-coordinate representation of color #498B57: hue angle of 132.73º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #498B57 is Cyan = 0.47, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 73 | 139 | 87 | - |
| CMYK | 0.47 | 0 | 0.37 | 0.45 |
| HSL | 132.73º | 0.31% | 0.42% | - |
| HSV(B) | 132.73º | 0.47% | 0.55% | - |
| XYZ | 13.7 | 20.57 | 12.27 | - |
| YUV | 113.34 | 113.13 | 99.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 139 | 87 | 0.47 | 0 | 0.37 | 0.45 | 132.73 | 0.31 | 0.42 |
| Hex | 49 | 8B | 57 | 2F | 0 | 25 | 2D | 85 | 1F | 2A |
| Octal | 111 | 213 | 127 | 57 | 0 | 45 | 55 | 205 | 37 | 52 |
| Binary | 1001001 | 10001011 | 1010111 | 101111 | 0 | 100101 | 101101 | 10000101 | 11111 | 101010 |
Color Harmonies of #498B57
Complementary color
Monochromatic Colors of #498B57
Black with #498B57
Text Example
Text Example
White with #498B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498B57; }
p { color: rgb(73,139,87); }
H1.HeaderClassName
{
color: #498B57;
}
.AnyTagClassName
{
color: #498B57;
}
</style>
background-color css
<style>
a { background-color: #498B57; }
a { background-color: rgb(73,139,87); }
div.DivClassName
{
background-color: #498B57;
}
.BgClassName
{
background-color: #498B57;
}
</style>
border-color css
<style>
span { border-color: #498B57; }
span { border-color: rgb(73,139,87); }
td.TdClassName
{
border-color: #498B57;
}
.TagClassName
{
border-color: #498B57;
}
</style>