Shades of Chateau Green #44945E
Tints of Chateau Green #44945E
RGB
CMYK
RGB Variations
Color information
#44945E (or 0x44945E) is known color: Chateau Green. HEX triplet: 44, 94 and 5E. RGB value is (68,148,94). Sum of RGB (Red+Green+Blue) = 68+148+94=310 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.94% from 310); Green value is 148 (58.20% from 255 or 47.74% from 310); Blue value is 94 (37.11% from 255 or 30.32% from 310); Max value from RGB is 148 - color contains mainly: green. Hex color #44945E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44945E is #BB6BA1. Grayscale: #767676. Windows color (decimal): -12282786 or 6198340. OLE color: 6198340.
HSL color Cylindrical-coordinate representation of color #44945E: hue angle of 139.5º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #44945E is Cyan = 0.54, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 68 | 148 | 94 | - |
| CMYK | 0.54 | 0 | 0.36 | 0.42 |
| HSL | 139.5º | 0.37% | 0.42% | - |
| HSV(B) | 139.5º | 0.54% | 0.58% | - |
| XYZ | 14.99 | 23.22 | 14.28 | - |
| YUV | 117.92 | 114.5 | 92.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 148 | 94 | 0.54 | 0 | 0.36 | 0.42 | 139.5 | 0.37 | 0.42 |
| Hex | 44 | 94 | 5E | 36 | 0 | 24 | 2A | 8C | 25 | 2A |
| Octal | 104 | 224 | 136 | 66 | 0 | 44 | 52 | 214 | 45 | 52 |
| Binary | 1000100 | 10010100 | 1011110 | 110110 | 0 | 100100 | 101010 | 10001100 | 100101 | 101010 |
Color Harmonies of #44945E
Complementary color
Monochromatic Colors of #44945E
Black with #44945E
Text Example
Text Example
White with #44945E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44945E; }
p { color: rgb(68,148,94); }
H1.HeaderClassName
{
color: #44945E;
}
.AnyTagClassName
{
color: #44945E;
}
</style>
background-color css
<style>
a { background-color: #44945E; }
a { background-color: rgb(68,148,94); }
div.DivClassName
{
background-color: #44945E;
}
.BgClassName
{
background-color: #44945E;
}
</style>
border-color css
<style>
span { border-color: #44945E; }
span { border-color: rgb(68,148,94); }
td.TdClassName
{
border-color: #44945E;
}
.TagClassName
{
border-color: #44945E;
}
</style>