Shades of Chateau Green #49995C
Tints of Chateau Green #49995C
RGB
CMYK
RGB Variations
Color information
#49995C (or 0x49995C) is known color: Chateau Green. HEX triplet: 49, 99 and 5C. RGB value is (73,153,92). Sum of RGB (Red+Green+Blue) = 73+153+92=318 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.96% from 318); Green value is 153 (60.16% from 255 or 48.11% from 318); Blue value is 92 (36.33% from 255 or 28.93% from 318); Max value from RGB is 153 - color contains mainly: green. Hex color #49995C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49995C is #B666A3. Grayscale: #7A7A7A. Windows color (decimal): -11953828 or 6068553. OLE color: 6068553.
HSL color Cylindrical-coordinate representation of color #49995C: hue angle of 134.25º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #49995C is Cyan = 0.52, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 73 | 153 | 92 | - |
| CMYK | 0.52 | 0 | 0.40 | 0.4 |
| HSL | 134.25º | 0.35% | 0.44% | - |
| HSV(B) | 134.25º | 0.52% | 0.6% | - |
| XYZ | 16.07 | 24.97 | 14.1 | - |
| YUV | 122.13 | 111 | 92.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 153 | 92 | 0.52 | 0 | 0.40 | 0.4 | 134.25 | 0.35 | 0.44 |
| Hex | 49 | 99 | 5C | 34 | 0 | 28 | 28 | 86 | 23 | 2C |
| Octal | 111 | 231 | 134 | 64 | 0 | 50 | 50 | 206 | 43 | 54 |
| Binary | 1001001 | 10011001 | 1011100 | 110100 | 0 | 101000 | 101000 | 10000110 | 100011 | 101100 |
Color Harmonies of #49995C
Complementary color
Monochromatic Colors of #49995C
Black with #49995C
Text Example
Text Example
White with #49995C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49995C; }
p { color: rgb(73,153,92); }
H1.HeaderClassName
{
color: #49995C;
}
.AnyTagClassName
{
color: #49995C;
}
</style>
background-color css
<style>
a { background-color: #49995C; }
a { background-color: rgb(73,153,92); }
div.DivClassName
{
background-color: #49995C;
}
.BgClassName
{
background-color: #49995C;
}
</style>
border-color css
<style>
span { border-color: #49995C; }
span { border-color: rgb(73,153,92); }
td.TdClassName
{
border-color: #49995C;
}
.TagClassName
{
border-color: #49995C;
}
</style>