Shades of Chateau Green #449161
Tints of Chateau Green #449161
RGB
CMYK
RGB Variations
Color information
#449161 (or 0x449161) is known color: Chateau Green. HEX triplet: 44, 91 and 61. RGB value is (68,145,97). Sum of RGB (Red+Green+Blue) = 68+145+97=310 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.94% from 310); Green value is 145 (57.03% from 255 or 46.77% from 310); Blue value is 97 (38.28% from 255 or 31.29% from 310); Max value from RGB is 145 - color contains mainly: green. Hex color #449161 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449161 is #BB6E9E. Grayscale: #747474. Windows color (decimal): -12283551 or 6394180. OLE color: 6394180.
HSL color Cylindrical-coordinate representation of color #449161: hue angle of 142.6º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #449161 is Cyan = 0.53, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 68 | 145 | 97 | - |
| CMYK | 0.53 | 0 | 0.33 | 0.43 |
| HSL | 142.6º | 0.36% | 0.42% | - |
| HSV(B) | 142.6º | 0.53% | 0.57% | - |
| XYZ | 14.67 | 22.34 | 14.85 | - |
| YUV | 116.51 | 116.99 | 93.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 145 | 97 | 0.53 | 0 | 0.33 | 0.43 | 142.6 | 0.36 | 0.42 |
| Hex | 44 | 91 | 61 | 35 | 0 | 21 | 2B | 8F | 24 | 2A |
| Octal | 104 | 221 | 141 | 65 | 0 | 41 | 53 | 217 | 44 | 52 |
| Binary | 1000100 | 10010001 | 1100001 | 110101 | 0 | 100001 | 101011 | 10001111 | 100100 | 101010 |
Color Harmonies of #449161
Complementary color
Monochromatic Colors of #449161
Black with #449161
Text Example
Text Example
White with #449161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449161; }
p { color: rgb(68,145,97); }
H1.HeaderClassName
{
color: #449161;
}
.AnyTagClassName
{
color: #449161;
}
</style>
background-color css
<style>
a { background-color: #449161; }
a { background-color: rgb(68,145,97); }
div.DivClassName
{
background-color: #449161;
}
.BgClassName
{
background-color: #449161;
}
</style>
border-color css
<style>
span { border-color: #449161; }
span { border-color: rgb(68,145,97); }
td.TdClassName
{
border-color: #449161;
}
.TagClassName
{
border-color: #449161;
}
</style>