Shades of Chateau Green #449E60
Tints of Chateau Green #449E60
RGB
CMYK
RGB Variations
Color information
#449E60 (or 0x449E60) is known color: Chateau Green. HEX triplet: 44, 9E and 60. RGB value is (68,158,96). Sum of RGB (Red+Green+Blue) = 68+158+96=322 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.12% from 322); Green value is 158 (62.11% from 255 or 49.07% from 322); Blue value is 96 (37.89% from 255 or 29.81% from 322); Max value from RGB is 158 - color contains mainly: green. Hex color #449E60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449E60 is #BB619F. Grayscale: #7C7C7C. Windows color (decimal): -12280224 or 6331972. OLE color: 6331972.
HSL color Cylindrical-coordinate representation of color #449E60: hue angle of 138.67º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #449E60 is Cyan = 0.57, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 68 | 158 | 96 | - |
| CMYK | 0.57 | 0 | 0.39 | 0.38 |
| HSL | 138.67º | 0.4% | 0.44% | - |
| HSV(B) | 138.67º | 0.57% | 0.62% | - |
| XYZ | 16.72 | 26.53 | 15.31 | - |
| YUV | 124.02 | 112.18 | 88.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 158 | 96 | 0.57 | 0 | 0.39 | 0.38 | 138.67 | 0.4 | 0.44 |
| Hex | 44 | 9E | 60 | 39 | 0 | 27 | 26 | 8B | 28 | 2C |
| Octal | 104 | 236 | 140 | 71 | 0 | 47 | 46 | 213 | 50 | 54 |
| Binary | 1000100 | 10011110 | 1100000 | 111001 | 0 | 100111 | 100110 | 10001011 | 101000 | 101100 |
Color Harmonies of #449E60
Complementary color
Monochromatic Colors of #449E60
Black with #449E60
Text Example
Text Example
White with #449E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449E60; }
p { color: rgb(68,158,96); }
H1.HeaderClassName
{
color: #449E60;
}
.AnyTagClassName
{
color: #449E60;
}
</style>
background-color css
<style>
a { background-color: #449E60; }
a { background-color: rgb(68,158,96); }
div.DivClassName
{
background-color: #449E60;
}
.BgClassName
{
background-color: #449E60;
}
</style>
border-color css
<style>
span { border-color: #449E60; }
span { border-color: rgb(68,158,96); }
td.TdClassName
{
border-color: #449E60;
}
.TagClassName
{
border-color: #449E60;
}
</style>