Shades of Chateau Green #449355
Tints of Chateau Green #449355
RGB
CMYK
RGB Variations
Color information
#449355 (or 0x449355) is known color: Chateau Green. HEX triplet: 44, 93 and 55. RGB value is (68,147,85). Sum of RGB (Red+Green+Blue) = 68+147+85=300 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.67% from 300); Green value is 147 (57.81% from 255 or 49% from 300); Blue value is 85 (33.59% from 255 or 28.33% from 300); Max value from RGB is 147 - color contains mainly: green. Hex color #449355 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449355 is #BB6CAA. Grayscale: #747474. Windows color (decimal): -12283051 or 5608260. OLE color: 5608260.
HSL color Cylindrical-coordinate representation of color #449355: hue angle of 132.91º 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 #449355 is Cyan = 0.54, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 68 | 147 | 85 | - |
| CMYK | 0.54 | 0 | 0.42 | 0.42 |
| HSL | 132.91º | 0.37% | 0.42% | - |
| HSV(B) | 132.91º | 0.54% | 0.58% | - |
| XYZ | 14.46 | 22.75 | 12.22 | - |
| YUV | 116.31 | 110.33 | 93.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 147 | 85 | 0.54 | 0 | 0.42 | 0.42 | 132.91 | 0.37 | 0.42 |
| Hex | 44 | 93 | 55 | 36 | 0 | 2A | 2A | 85 | 25 | 2A |
| Octal | 104 | 223 | 125 | 66 | 0 | 52 | 52 | 205 | 45 | 52 |
| Binary | 1000100 | 10010011 | 1010101 | 110110 | 0 | 101010 | 101010 | 10000101 | 100101 | 101010 |
Color Harmonies of #449355
Complementary color
Monochromatic Colors of #449355
Black with #449355
Text Example
Text Example
White with #449355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449355; }
p { color: rgb(68,147,85); }
H1.HeaderClassName
{
color: #449355;
}
.AnyTagClassName
{
color: #449355;
}
</style>
background-color css
<style>
a { background-color: #449355; }
a { background-color: rgb(68,147,85); }
div.DivClassName
{
background-color: #449355;
}
.BgClassName
{
background-color: #449355;
}
</style>
border-color css
<style>
span { border-color: #449355; }
span { border-color: rgb(68,147,85); }
td.TdClassName
{
border-color: #449355;
}
.TagClassName
{
border-color: #449355;
}
</style>