Shades of Chateau Green #44945A
Tints of Chateau Green #44945A
RGB
CMYK
RGB Variations
Color information
#44945A (or 0x44945A) is known color: Chateau Green. HEX triplet: 44, 94 and 5A. RGB value is (68,148,90). Sum of RGB (Red+Green+Blue) = 68+148+90=306 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.22% from 306); Green value is 148 (58.20% from 255 or 48.37% from 306); Blue value is 90 (35.55% from 255 or 29.41% from 306); Max value from RGB is 148 - color contains mainly: green. Hex color #44945A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44945A is #BB6BA5. Grayscale: #757575. Windows color (decimal): -12282790 or 5936196. OLE color: 5936196.
HSL color Cylindrical-coordinate representation of color #44945A: hue angle of 136.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 #44945A is Cyan = 0.54, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 68 | 148 | 90 | - |
| CMYK | 0.54 | 0 | 0.39 | 0.42 |
| HSL | 136.5º | 0.37% | 0.42% | - |
| HSV(B) | 136.5º | 0.54% | 0.58% | - |
| XYZ | 14.82 | 23.15 | 13.36 | - |
| YUV | 117.47 | 112.5 | 92.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 148 | 90 | 0.54 | 0 | 0.39 | 0.42 | 136.5 | 0.37 | 0.42 |
| Hex | 44 | 94 | 5A | 36 | 0 | 27 | 2A | 88 | 25 | 2A |
| Octal | 104 | 224 | 132 | 66 | 0 | 47 | 52 | 210 | 45 | 52 |
| Binary | 1000100 | 10010100 | 1011010 | 110110 | 0 | 100111 | 101010 | 10001000 | 100101 | 101010 |
Color Harmonies of #44945A
Complementary color
Monochromatic Colors of #44945A
Black with #44945A
Text Example
Text Example
White with #44945A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44945A; }
p { color: rgb(68,148,90); }
H1.HeaderClassName
{
color: #44945A;
}
.AnyTagClassName
{
color: #44945A;
}
</style>
background-color css
<style>
a { background-color: #44945A; }
a { background-color: rgb(68,148,90); }
div.DivClassName
{
background-color: #44945A;
}
.BgClassName
{
background-color: #44945A;
}
</style>
border-color css
<style>
span { border-color: #44945A; }
span { border-color: rgb(68,148,90); }
td.TdClassName
{
border-color: #44945A;
}
.TagClassName
{
border-color: #44945A;
}
</style>