Shades of Chateau Green #449D63
Tints of Chateau Green #449D63
RGB
CMYK
RGB Variations
Color information
#449D63 (or 0x449D63) is known color: Chateau Green. HEX triplet: 44, 9D and 63. RGB value is (68,157,99). Sum of RGB (Red+Green+Blue) = 68+157+99=324 (42% of max value = 765). Red value is 68 (26.95% from 255 or 20.99% from 324); Green value is 157 (61.72% from 255 or 48.46% from 324); Blue value is 99 (39.06% from 255 or 30.56% from 324); Max value from RGB is 157 - color contains mainly: green. Hex color #449D63 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449D63 is #BB629C. Grayscale: #7B7B7B. Windows color (decimal): -12280477 or 6528324. OLE color: 6528324.
HSL color Cylindrical-coordinate representation of color #449D63: hue angle of 140.9º 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 #449D63 is Cyan = 0.57, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 68 | 157 | 99 | - |
| CMYK | 0.57 | 0 | 0.37 | 0.38 |
| HSL | 140.9º | 0.4% | 0.44% | - |
| HSV(B) | 140.9º | 0.57% | 0.62% | - |
| XYZ | 16.69 | 26.24 | 15.99 | - |
| YUV | 123.78 | 114.01 | 88.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 157 | 99 | 0.57 | 0 | 0.37 | 0.38 | 140.9 | 0.4 | 0.44 |
| Hex | 44 | 9D | 63 | 39 | 0 | 25 | 26 | 8D | 28 | 2C |
| Octal | 104 | 235 | 143 | 71 | 0 | 45 | 46 | 215 | 50 | 54 |
| Binary | 1000100 | 10011101 | 1100011 | 111001 | 0 | 100101 | 100110 | 10001101 | 101000 | 101100 |
Color Harmonies of #449D63
Complementary color
Monochromatic Colors of #449D63
Black with #449D63
Text Example
Text Example
White with #449D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449D63; }
p { color: rgb(68,157,99); }
H1.HeaderClassName
{
color: #449D63;
}
.AnyTagClassName
{
color: #449D63;
}
</style>
background-color css
<style>
a { background-color: #449D63; }
a { background-color: rgb(68,157,99); }
div.DivClassName
{
background-color: #449D63;
}
.BgClassName
{
background-color: #449D63;
}
</style>
border-color css
<style>
span { border-color: #449D63; }
span { border-color: rgb(68,157,99); }
td.TdClassName
{
border-color: #449D63;
}
.TagClassName
{
border-color: #449D63;
}
</style>