Shades of Chateau Green #498F59
Tints of Chateau Green #498F59
RGB
CMYK
RGB Variations
Color information
#498F59 (or 0x498F59) is known color: Chateau Green. HEX triplet: 49, 8F and 59. RGB value is (73,143,89). Sum of RGB (Red+Green+Blue) = 73+143+89=305 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.93% from 305); Green value is 143 (56.25% from 255 or 46.89% from 305); Blue value is 89 (35.16% from 255 or 29.18% from 305); Max value from RGB is 143 - color contains mainly: green. Hex color #498F59 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498F59 is #B670A6. Grayscale: #747474. Windows color (decimal): -11956391 or 5869385. OLE color: 5869385.
HSL color Cylindrical-coordinate representation of color #498F59: hue angle of 133.71º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #498F59 is Cyan = 0.49, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 73 | 143 | 89 | - |
| CMYK | 0.49 | 0 | 0.38 | 0.44 |
| HSL | 133.71º | 0.32% | 0.42% | - |
| HSV(B) | 133.71º | 0.49% | 0.56% | - |
| XYZ | 14.37 | 21.78 | 12.9 | - |
| YUV | 115.91 | 112.81 | 97.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 143 | 89 | 0.49 | 0 | 0.38 | 0.44 | 133.71 | 0.32 | 0.42 |
| Hex | 49 | 8F | 59 | 31 | 0 | 26 | 2C | 86 | 20 | 2A |
| Octal | 111 | 217 | 131 | 61 | 0 | 46 | 54 | 206 | 40 | 52 |
| Binary | 1001001 | 10001111 | 1011001 | 110001 | 0 | 100110 | 101100 | 10000110 | 100000 | 101010 |
Color Harmonies of #498F59
Complementary color
Monochromatic Colors of #498F59
Black with #498F59
Text Example
Text Example
White with #498F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498F59; }
p { color: rgb(73,143,89); }
H1.HeaderClassName
{
color: #498F59;
}
.AnyTagClassName
{
color: #498F59;
}
</style>
background-color css
<style>
a { background-color: #498F59; }
a { background-color: rgb(73,143,89); }
div.DivClassName
{
background-color: #498F59;
}
.BgClassName
{
background-color: #498F59;
}
</style>
border-color css
<style>
span { border-color: #498F59; }
span { border-color: rgb(73,143,89); }
td.TdClassName
{
border-color: #498F59;
}
.TagClassName
{
border-color: #498F59;
}
</style>