Shades of Chateau Green #499B5D
Tints of Chateau Green #499B5D
RGB
CMYK
RGB Variations
Color information
#499B5D (or 0x499B5D) is known color: Chateau Green. HEX triplet: 49, 9B and 5D. RGB value is (73,155,93). Sum of RGB (Red+Green+Blue) = 73+155+93=321 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.74% from 321); Green value is 155 (60.94% from 255 or 48.29% from 321); Blue value is 93 (36.72% from 255 or 28.97% from 321); Max value from RGB is 155 - color contains mainly: green. Hex color #499B5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499B5D is #B664A2. Grayscale: #7B7B7B. Windows color (decimal): -11953315 or 6134601. OLE color: 6134601.
HSL color Cylindrical-coordinate representation of color #499B5D: hue angle of 134.63º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #499B5D is Cyan = 0.53, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 73 | 155 | 93 | - |
| CMYK | 0.53 | 0 | 0.4 | 0.39 |
| HSL | 134.63º | 0.36% | 0.45% | - |
| HSV(B) | 134.63º | 0.53% | 0.61% | - |
| XYZ | 16.44 | 25.65 | 14.44 | - |
| YUV | 123.41 | 110.83 | 92.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 155 | 93 | 0.53 | 0 | 0.4 | 0.39 | 134.63 | 0.36 | 0.45 |
| Hex | 49 | 9B | 5D | 35 | 0 | 28 | 27 | 87 | 24 | 2D |
| Octal | 111 | 233 | 135 | 65 | 0 | 50 | 47 | 207 | 44 | 55 |
| Binary | 1001001 | 10011011 | 1011101 | 110101 | 0 | 101000 | 100111 | 10000111 | 100100 | 101101 |
Color Harmonies of #499B5D
Complementary color
Monochromatic Colors of #499B5D
Black with #499B5D
Text Example
Text Example
White with #499B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499B5D; }
p { color: rgb(73,155,93); }
H1.HeaderClassName
{
color: #499B5D;
}
.AnyTagClassName
{
color: #499B5D;
}
</style>
background-color css
<style>
a { background-color: #499B5D; }
a { background-color: rgb(73,155,93); }
div.DivClassName
{
background-color: #499B5D;
}
.BgClassName
{
background-color: #499B5D;
}
</style>
border-color css
<style>
span { border-color: #499B5D; }
span { border-color: rgb(73,155,93); }
td.TdClassName
{
border-color: #499B5D;
}
.TagClassName
{
border-color: #499B5D;
}
</style>