Shades of Chateau Green #499362
Tints of Chateau Green #499362
RGB
CMYK
RGB Variations
Color information
#499362 (or 0x499362) is known color: Chateau Green. HEX triplet: 49, 93 and 62. RGB value is (73,147,98). Sum of RGB (Red+Green+Blue) = 73+147+98=318 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.96% from 318); Green value is 147 (57.81% from 255 or 46.23% from 318); Blue value is 98 (38.67% from 255 or 30.82% from 318); Max value from RGB is 147 - color contains mainly: green. Hex color #499362 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499362 is #B66C9D. Grayscale: #777777. Windows color (decimal): -11955358 or 6460233. OLE color: 6460233.
HSL color Cylindrical-coordinate representation of color #499362: hue angle of 140.27º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #499362 is Cyan = 0.50, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 73 | 147 | 98 | - |
| CMYK | 0.50 | 0 | 0.33 | 0.42 |
| HSL | 140.27º | 0.34% | 0.43% | - |
| HSV(B) | 140.27º | 0.5% | 0.58% | - |
| XYZ | 15.39 | 23.17 | 15.22 | - |
| YUV | 119.29 | 115.98 | 94.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 147 | 98 | 0.50 | 0 | 0.33 | 0.42 | 140.27 | 0.34 | 0.43 |
| Hex | 49 | 93 | 62 | 32 | 0 | 21 | 2A | 8C | 22 | 2B |
| Octal | 111 | 223 | 142 | 62 | 0 | 41 | 52 | 214 | 42 | 53 |
| Binary | 1001001 | 10010011 | 1100010 | 110010 | 0 | 100001 | 101010 | 10001100 | 100010 | 101011 |
Color Harmonies of #499362
Complementary color
Monochromatic Colors of #499362
Black with #499362
Text Example
Text Example
White with #499362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499362; }
p { color: rgb(73,147,98); }
H1.HeaderClassName
{
color: #499362;
}
.AnyTagClassName
{
color: #499362;
}
</style>
background-color css
<style>
a { background-color: #499362; }
a { background-color: rgb(73,147,98); }
div.DivClassName
{
background-color: #499362;
}
.BgClassName
{
background-color: #499362;
}
</style>
border-color css
<style>
span { border-color: #499362; }
span { border-color: rgb(73,147,98); }
td.TdClassName
{
border-color: #499362;
}
.TagClassName
{
border-color: #499362;
}
</style>