Shades of Chateau Green #449F63
Tints of Chateau Green #449F63
RGB
CMYK
RGB Variations
Color information
#449F63 (or 0x449F63) is known color: Chateau Green. HEX triplet: 44, 9F and 63. RGB value is (68,159,99). Sum of RGB (Red+Green+Blue) = 68+159+99=326 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.86% from 326); Green value is 159 (62.5% from 255 or 48.77% from 326); Blue value is 99 (39.06% from 255 or 30.37% from 326); Max value from RGB is 159 - color contains mainly: green. Hex color #449F63 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449F63 is #BB609C. Grayscale: #7D7D7D. Windows color (decimal): -12279965 or 6528836. OLE color: 6528836.
HSL color Cylindrical-coordinate representation of color #449F63: hue angle of 140.44º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #449F63 is Cyan = 0.57, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 68 | 159 | 99 | - |
| CMYK | 0.57 | 0 | 0.38 | 0.38 |
| HSL | 140.44º | 0.4% | 0.45% | - |
| HSV(B) | 140.44º | 0.57% | 0.62% | - |
| XYZ | 17.03 | 26.93 | 16.1 | - |
| YUV | 124.95 | 113.35 | 87.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 159 | 99 | 0.57 | 0 | 0.38 | 0.38 | 140.44 | 0.4 | 0.45 |
| Hex | 44 | 9F | 63 | 39 | 0 | 26 | 26 | 8C | 28 | 2D |
| Octal | 104 | 237 | 143 | 71 | 0 | 46 | 46 | 214 | 50 | 55 |
| Binary | 1000100 | 10011111 | 1100011 | 111001 | 0 | 100110 | 100110 | 10001100 | 101000 | 101101 |
Color Harmonies of #449F63
Complementary color
Monochromatic Colors of #449F63
Black with #449F63
Text Example
Text Example
White with #449F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449F63; }
p { color: rgb(68,159,99); }
H1.HeaderClassName
{
color: #449F63;
}
.AnyTagClassName
{
color: #449F63;
}
</style>
background-color css
<style>
a { background-color: #449F63; }
a { background-color: rgb(68,159,99); }
div.DivClassName
{
background-color: #449F63;
}
.BgClassName
{
background-color: #449F63;
}
</style>
border-color css
<style>
span { border-color: #449F63; }
span { border-color: rgb(68,159,99); }
td.TdClassName
{
border-color: #449F63;
}
.TagClassName
{
border-color: #449F63;
}
</style>