Shades of Chateau Green #449D56
Tints of Chateau Green #449D56
RGB
CMYK
RGB Variations
Color information
#449D56 (or 0x449D56) is known color: Chateau Green. HEX triplet: 44, 9D and 56. RGB value is (68,157,86). Sum of RGB (Red+Green+Blue) = 68+157+86=311 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.86% from 311); Green value is 157 (61.72% from 255 or 50.48% from 311); Blue value is 86 (33.98% from 255 or 27.65% from 311); Max value from RGB is 157 - color contains mainly: green. Hex color #449D56 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449D56 is #BB62A9. Grayscale: #7A7A7A. Windows color (decimal): -12280490 or 5676356. OLE color: 5676356.
HSL color Cylindrical-coordinate representation of color #449D56: hue angle of 132.13º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #449D56 is Cyan = 0.57, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 68 | 157 | 86 | - |
| CMYK | 0.57 | 0 | 0.45 | 0.38 |
| HSL | 132.13º | 0.4% | 0.44% | - |
| HSV(B) | 132.13º | 0.57% | 0.62% | - |
| XYZ | 16.12 | 26.01 | 12.98 | - |
| YUV | 122.3 | 107.51 | 89.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 157 | 86 | 0.57 | 0 | 0.45 | 0.38 | 132.13 | 0.4 | 0.44 |
| Hex | 44 | 9D | 56 | 39 | 0 | 2D | 26 | 84 | 28 | 2C |
| Octal | 104 | 235 | 126 | 71 | 0 | 55 | 46 | 204 | 50 | 54 |
| Binary | 1000100 | 10011101 | 1010110 | 111001 | 0 | 101101 | 100110 | 10000100 | 101000 | 101100 |
Color Harmonies of #449D56
Complementary color
Monochromatic Colors of #449D56
Black with #449D56
Text Example
Text Example
White with #449D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449D56; }
p { color: rgb(68,157,86); }
H1.HeaderClassName
{
color: #449D56;
}
.AnyTagClassName
{
color: #449D56;
}
</style>
background-color css
<style>
a { background-color: #449D56; }
a { background-color: rgb(68,157,86); }
div.DivClassName
{
background-color: #449D56;
}
.BgClassName
{
background-color: #449D56;
}
</style>
border-color css
<style>
span { border-color: #449D56; }
span { border-color: rgb(68,157,86); }
td.TdClassName
{
border-color: #449D56;
}
.TagClassName
{
border-color: #449D56;
}
</style>