Shades of Chateau Green #449656
Tints of Chateau Green #449656
RGB
CMYK
RGB Variations
Color information
#449656 (or 0x449656) is known color: Chateau Green. HEX triplet: 44, 96 and 56. RGB value is (68,150,86). Sum of RGB (Red+Green+Blue) = 68+150+86=304 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.37% from 304); Green value is 150 (58.98% from 255 or 49.34% from 304); Blue value is 86 (33.98% from 255 or 28.29% from 304); Max value from RGB is 150 - color contains mainly: green. Hex color #449656 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449656 is #BB69A9. Grayscale: #767676. Windows color (decimal): -12282282 or 5674564. OLE color: 5674564.
HSL color Cylindrical-coordinate representation of color #449656: hue angle of 133.17º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #449656 is Cyan = 0.55, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 68 | 150 | 86 | - |
| CMYK | 0.55 | 0 | 0.43 | 0.41 |
| HSL | 133.17º | 0.38% | 0.43% | - |
| HSV(B) | 133.17º | 0.55% | 0.59% | - |
| XYZ | 14.97 | 23.71 | 12.59 | - |
| YUV | 118.19 | 109.83 | 92.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 150 | 86 | 0.55 | 0 | 0.43 | 0.41 | 133.17 | 0.38 | 0.43 |
| Hex | 44 | 96 | 56 | 37 | 0 | 2B | 29 | 85 | 26 | 2B |
| Octal | 104 | 226 | 126 | 67 | 0 | 53 | 51 | 205 | 46 | 53 |
| Binary | 1000100 | 10010110 | 1010110 | 110111 | 0 | 101011 | 101001 | 10000101 | 100110 | 101011 |
Color Harmonies of #449656
Complementary color
Monochromatic Colors of #449656
Black with #449656
Text Example
Text Example
White with #449656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449656; }
p { color: rgb(68,150,86); }
H1.HeaderClassName
{
color: #449656;
}
.AnyTagClassName
{
color: #449656;
}
</style>
background-color css
<style>
a { background-color: #449656; }
a { background-color: rgb(68,150,86); }
div.DivClassName
{
background-color: #449656;
}
.BgClassName
{
background-color: #449656;
}
</style>
border-color css
<style>
span { border-color: #449656; }
span { border-color: rgb(68,150,86); }
td.TdClassName
{
border-color: #449656;
}
.TagClassName
{
border-color: #449656;
}
</style>