Shades of Chateau Green #449F64
Tints of Chateau Green #449F64
RGB
CMYK
RGB Variations
Color information
#449F64 (or 0x449F64) is known color: Chateau Green. HEX triplet: 44, 9F and 64. RGB value is (68,159,100). Sum of RGB (Red+Green+Blue) = 68+159+100=327 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.80% from 327); Green value is 159 (62.5% from 255 or 48.62% from 327); Blue value is 100 (39.45% from 255 or 30.58% from 327); Max value from RGB is 159 - color contains mainly: green. Hex color #449F64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449F64 is #BB609B. Grayscale: #7D7D7D. Windows color (decimal): -12279964 or 6594372. OLE color: 6594372.
HSL color Cylindrical-coordinate representation of color #449F64: hue angle of 141.1º 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 #449F64 is Cyan = 0.57, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 68 | 159 | 100 | - |
| CMYK | 0.57 | 0 | 0.37 | 0.38 |
| HSL | 141.1º | 0.4% | 0.45% | - |
| HSV(B) | 141.1º | 0.57% | 0.62% | - |
| XYZ | 17.08 | 26.95 | 16.36 | - |
| YUV | 125.07 | 113.85 | 87.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 159 | 100 | 0.57 | 0 | 0.37 | 0.38 | 141.1 | 0.4 | 0.45 |
| Hex | 44 | 9F | 64 | 39 | 0 | 25 | 26 | 8D | 28 | 2D |
| Octal | 104 | 237 | 144 | 71 | 0 | 45 | 46 | 215 | 50 | 55 |
| Binary | 1000100 | 10011111 | 1100100 | 111001 | 0 | 100101 | 100110 | 10001101 | 101000 | 101101 |
Color Harmonies of #449F64
Complementary color
Monochromatic Colors of #449F64
Black with #449F64
Text Example
Text Example
White with #449F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449F64; }
p { color: rgb(68,159,100); }
H1.HeaderClassName
{
color: #449F64;
}
.AnyTagClassName
{
color: #449F64;
}
</style>
background-color css
<style>
a { background-color: #449F64; }
a { background-color: rgb(68,159,100); }
div.DivClassName
{
background-color: #449F64;
}
.BgClassName
{
background-color: #449F64;
}
</style>
border-color css
<style>
span { border-color: #449F64; }
span { border-color: rgb(68,159,100); }
td.TdClassName
{
border-color: #449F64;
}
.TagClassName
{
border-color: #449F64;
}
</style>