Shades of Chateau Green #49965C
Tints of Chateau Green #49965C
RGB
CMYK
RGB Variations
Color information
#49965C (or 0x49965C) is known color: Chateau Green. HEX triplet: 49, 96 and 5C. RGB value is (73,150,92). Sum of RGB (Red+Green+Blue) = 73+150+92=315 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.17% from 315); Green value is 150 (58.98% from 255 or 47.62% from 315); Blue value is 92 (36.33% from 255 or 29.21% from 315); Max value from RGB is 150 - color contains mainly: green. Hex color #49965C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49965C is #B669A3. Grayscale: #787878. Windows color (decimal): -11954596 or 6067785. OLE color: 6067785.
HSL color Cylindrical-coordinate representation of color #49965C: hue angle of 134.81º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #49965C is Cyan = 0.51, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 73 | 150 | 92 | - |
| CMYK | 0.51 | 0 | 0.39 | 0.41 |
| HSL | 134.81º | 0.35% | 0.44% | - |
| HSV(B) | 134.81º | 0.51% | 0.59% | - |
| XYZ | 15.59 | 24 | 13.94 | - |
| YUV | 120.37 | 111.99 | 94.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 150 | 92 | 0.51 | 0 | 0.39 | 0.41 | 134.81 | 0.35 | 0.44 |
| Hex | 49 | 96 | 5C | 33 | 0 | 27 | 29 | 87 | 23 | 2C |
| Octal | 111 | 226 | 134 | 63 | 0 | 47 | 51 | 207 | 43 | 54 |
| Binary | 1001001 | 10010110 | 1011100 | 110011 | 0 | 100111 | 101001 | 10000111 | 100011 | 101100 |
Color Harmonies of #49965C
Complementary color
Monochromatic Colors of #49965C
Black with #49965C
Text Example
Text Example
White with #49965C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49965C; }
p { color: rgb(73,150,92); }
H1.HeaderClassName
{
color: #49965C;
}
.AnyTagClassName
{
color: #49965C;
}
</style>
background-color css
<style>
a { background-color: #49965C; }
a { background-color: rgb(73,150,92); }
div.DivClassName
{
background-color: #49965C;
}
.BgClassName
{
background-color: #49965C;
}
</style>
border-color css
<style>
span { border-color: #49965C; }
span { border-color: rgb(73,150,92); }
td.TdClassName
{
border-color: #49965C;
}
.TagClassName
{
border-color: #49965C;
}
</style>