Shades of Chateau Green #449F53
Tints of Chateau Green #449F53
RGB
CMYK
RGB Variations
Color information
#449F53 (or 0x449F53) is known color: Chateau Green. HEX triplet: 44, 9F and 53. RGB value is (68,159,83). Sum of RGB (Red+Green+Blue) = 68+159+83=310 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.94% from 310); Green value is 159 (62.5% from 255 or 51.29% from 310); Blue value is 83 (32.81% from 255 or 26.77% from 310); Max value from RGB is 159 - color contains mainly: green. Hex color #449F53 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449F53 is #BB60AC. Grayscale: #7B7B7B. Windows color (decimal): -12279981 or 5480260. OLE color: 5480260.
HSL color Cylindrical-coordinate representation of color #449F53: hue angle of 129.89º 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 #449F53 is Cyan = 0.57, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 68 | 159 | 83 | - |
| CMYK | 0.57 | 0 | 0.48 | 0.38 |
| HSL | 129.89º | 0.4% | 0.45% | - |
| HSV(B) | 129.89º | 0.57% | 0.62% | - |
| XYZ | 16.34 | 26.65 | 12.47 | - |
| YUV | 123.13 | 105.35 | 88.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 159 | 83 | 0.57 | 0 | 0.48 | 0.38 | 129.89 | 0.4 | 0.45 |
| Hex | 44 | 9F | 53 | 39 | 0 | 30 | 26 | 82 | 28 | 2D |
| Octal | 104 | 237 | 123 | 71 | 0 | 60 | 46 | 202 | 50 | 55 |
| Binary | 1000100 | 10011111 | 1010011 | 111001 | 0 | 110000 | 100110 | 10000010 | 101000 | 101101 |
Color Harmonies of #449F53
Complementary color
Monochromatic Colors of #449F53
Black with #449F53
Text Example
Text Example
White with #449F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449F53; }
p { color: rgb(68,159,83); }
H1.HeaderClassName
{
color: #449F53;
}
.AnyTagClassName
{
color: #449F53;
}
</style>
background-color css
<style>
a { background-color: #449F53; }
a { background-color: rgb(68,159,83); }
div.DivClassName
{
background-color: #449F53;
}
.BgClassName
{
background-color: #449F53;
}
</style>
border-color css
<style>
span { border-color: #449F53; }
span { border-color: rgb(68,159,83); }
td.TdClassName
{
border-color: #449F53;
}
.TagClassName
{
border-color: #449F53;
}
</style>