Shades of Chateau Green #499D5D
Tints of Chateau Green #499D5D
RGB
CMYK
RGB Variations
Color information
#499D5D (or 0x499D5D) is known color: Chateau Green. HEX triplet: 49, 9D and 5D. RGB value is (73,157,93). Sum of RGB (Red+Green+Blue) = 73+157+93=323 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.60% from 323); Green value is 157 (61.72% from 255 or 48.61% from 323); Blue value is 93 (36.72% from 255 or 28.79% from 323); Max value from RGB is 157 - color contains mainly: green. Hex color #499D5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499D5D is #B662A2. Grayscale: #7C7C7C. Windows color (decimal): -11952803 or 6135113. OLE color: 6135113.
HSL color Cylindrical-coordinate representation of color #499D5D: hue angle of 134.29º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #499D5D is Cyan = 0.54, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 73 | 157 | 93 | - |
| CMYK | 0.54 | 0 | 0.41 | 0.38 |
| HSL | 134.29º | 0.37% | 0.45% | - |
| HSV(B) | 134.29º | 0.54% | 0.62% | - |
| XYZ | 16.78 | 26.32 | 14.55 | - |
| YUV | 124.59 | 110.17 | 91.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 157 | 93 | 0.54 | 0 | 0.41 | 0.38 | 134.29 | 0.37 | 0.45 |
| Hex | 49 | 9D | 5D | 36 | 0 | 29 | 26 | 86 | 25 | 2D |
| Octal | 111 | 235 | 135 | 66 | 0 | 51 | 46 | 206 | 45 | 55 |
| Binary | 1001001 | 10011101 | 1011101 | 110110 | 0 | 101001 | 100110 | 10000110 | 100101 | 101101 |
Color Harmonies of #499D5D
Complementary color
Monochromatic Colors of #499D5D
Black with #499D5D
Text Example
Text Example
White with #499D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499D5D; }
p { color: rgb(73,157,93); }
H1.HeaderClassName
{
color: #499D5D;
}
.AnyTagClassName
{
color: #499D5D;
}
</style>
background-color css
<style>
a { background-color: #499D5D; }
a { background-color: rgb(73,157,93); }
div.DivClassName
{
background-color: #499D5D;
}
.BgClassName
{
background-color: #499D5D;
}
</style>
border-color css
<style>
span { border-color: #499D5D; }
span { border-color: rgb(73,157,93); }
td.TdClassName
{
border-color: #499D5D;
}
.TagClassName
{
border-color: #499D5D;
}
</style>