Shades of Chateau Green #449A55
Tints of Chateau Green #449A55
RGB
CMYK
RGB Variations
Color information
#449A55 (or 0x449A55) is known color: Chateau Green. HEX triplet: 44, 9A and 55. RGB value is (68,154,85). Sum of RGB (Red+Green+Blue) = 68+154+85=307 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.15% from 307); Green value is 154 (60.55% from 255 or 50.16% from 307); Blue value is 85 (33.59% from 255 or 27.69% from 307); Max value from RGB is 154 - color contains mainly: green. Hex color #449A55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449A55 is #BB65AA. Grayscale: #787878. Windows color (decimal): -12281259 or 5610052. OLE color: 5610052.
HSL color Cylindrical-coordinate representation of color #449A55: hue angle of 131.86º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #449A55 is Cyan = 0.56, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 68 | 154 | 85 | - |
| CMYK | 0.56 | 0 | 0.45 | 0.40 |
| HSL | 131.86º | 0.39% | 0.44% | - |
| HSV(B) | 131.86º | 0.56% | 0.6% | - |
| XYZ | 15.58 | 25 | 12.6 | - |
| YUV | 120.42 | 108.01 | 90.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 154 | 85 | 0.56 | 0 | 0.45 | 0.40 | 131.86 | 0.39 | 0.44 |
| Hex | 44 | 9A | 55 | 38 | 0 | 2D | 28 | 84 | 27 | 2C |
| Octal | 104 | 232 | 125 | 70 | 0 | 55 | 50 | 204 | 47 | 54 |
| Binary | 1000100 | 10011010 | 1010101 | 111000 | 0 | 101101 | 101000 | 10000100 | 100111 | 101100 |
Color Harmonies of #449A55
Complementary color
Monochromatic Colors of #449A55
Black with #449A55
Text Example
Text Example
White with #449A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449A55; }
p { color: rgb(68,154,85); }
H1.HeaderClassName
{
color: #449A55;
}
.AnyTagClassName
{
color: #449A55;
}
</style>
background-color css
<style>
a { background-color: #449A55; }
a { background-color: rgb(68,154,85); }
div.DivClassName
{
background-color: #449A55;
}
.BgClassName
{
background-color: #449A55;
}
</style>
border-color css
<style>
span { border-color: #449A55; }
span { border-color: rgb(68,154,85); }
td.TdClassName
{
border-color: #449A55;
}
.TagClassName
{
border-color: #449A55;
}
</style>