Shades of Chateau Green #498D5F
Tints of Chateau Green #498D5F
RGB
CMYK
RGB Variations
Color information
#498D5F (or 0x498D5F) is known color: Chateau Green. HEX triplet: 49, 8D and 5F. RGB value is (73,141,95). Sum of RGB (Red+Green+Blue) = 73+141+95=309 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.62% from 309); Green value is 141 (55.47% from 255 or 45.63% from 309); Blue value is 95 (37.5% from 255 or 30.74% from 309); Max value from RGB is 141 - color contains mainly: green. Hex color #498D5F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498D5F is #B672A0. Grayscale: #737373. Windows color (decimal): -11956897 or 6262089. OLE color: 6262089.
HSL color Cylindrical-coordinate representation of color #498D5F: hue angle of 139.41º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #498D5F is Cyan = 0.48, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 73 | 141 | 95 | - |
| CMYK | 0.48 | 0 | 0.33 | 0.45 |
| HSL | 139.41º | 0.32% | 0.42% | - |
| HSV(B) | 139.41º | 0.48% | 0.55% | - |
| XYZ | 14.34 | 21.29 | 14.18 | - |
| YUV | 115.42 | 116.47 | 97.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 141 | 95 | 0.48 | 0 | 0.33 | 0.45 | 139.41 | 0.32 | 0.42 |
| Hex | 49 | 8D | 5F | 30 | 0 | 21 | 2D | 8B | 20 | 2A |
| Octal | 111 | 215 | 137 | 60 | 0 | 41 | 55 | 213 | 40 | 52 |
| Binary | 1001001 | 10001101 | 1011111 | 110000 | 0 | 100001 | 101101 | 10001011 | 100000 | 101010 |
Color Harmonies of #498D5F
Complementary color
Monochromatic Colors of #498D5F
Black with #498D5F
Text Example
Text Example
White with #498D5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498D5F; }
p { color: rgb(73,141,95); }
H1.HeaderClassName
{
color: #498D5F;
}
.AnyTagClassName
{
color: #498D5F;
}
</style>
background-color css
<style>
a { background-color: #498D5F; }
a { background-color: rgb(73,141,95); }
div.DivClassName
{
background-color: #498D5F;
}
.BgClassName
{
background-color: #498D5F;
}
</style>
border-color css
<style>
span { border-color: #498D5F; }
span { border-color: rgb(73,141,95); }
td.TdClassName
{
border-color: #498D5F;
}
.TagClassName
{
border-color: #498D5F;
}
</style>