Shades of Chateau Green #449B57
Tints of Chateau Green #449B57
RGB
CMYK
RGB Variations
Color information
#449B57 (or 0x449B57) is known color: Chateau Green. HEX triplet: 44, 9B and 57. RGB value is (68,155,87). Sum of RGB (Red+Green+Blue) = 68+155+87=310 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.94% from 310); Green value is 155 (60.94% from 255 or 50% from 310); Blue value is 87 (34.38% from 255 or 28.06% from 310); Max value from RGB is 155 - color contains mainly: green. Hex color #449B57 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449B57 is #BB64A8. Grayscale: #797979. Windows color (decimal): -12281001 or 5741380. OLE color: 5741380.
HSL color Cylindrical-coordinate representation of color #449B57: hue angle of 133.1º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #449B57 is Cyan = 0.56, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 68 | 155 | 87 | - |
| CMYK | 0.56 | 0 | 0.44 | 0.39 |
| HSL | 133.1º | 0.39% | 0.44% | - |
| HSV(B) | 133.1º | 0.56% | 0.61% | - |
| XYZ | 15.83 | 25.36 | 13.08 | - |
| YUV | 121.24 | 108.68 | 90.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 155 | 87 | 0.56 | 0 | 0.44 | 0.39 | 133.1 | 0.39 | 0.44 |
| Hex | 44 | 9B | 57 | 38 | 0 | 2C | 27 | 85 | 27 | 2C |
| Octal | 104 | 233 | 127 | 70 | 0 | 54 | 47 | 205 | 47 | 54 |
| Binary | 1000100 | 10011011 | 1010111 | 111000 | 0 | 101100 | 100111 | 10000101 | 100111 | 101100 |
Color Harmonies of #449B57
Complementary color
Monochromatic Colors of #449B57
Black with #449B57
Text Example
Text Example
White with #449B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449B57; }
p { color: rgb(68,155,87); }
H1.HeaderClassName
{
color: #449B57;
}
.AnyTagClassName
{
color: #449B57;
}
</style>
background-color css
<style>
a { background-color: #449B57; }
a { background-color: rgb(68,155,87); }
div.DivClassName
{
background-color: #449B57;
}
.BgClassName
{
background-color: #449B57;
}
</style>
border-color css
<style>
span { border-color: #449B57; }
span { border-color: rgb(68,155,87); }
td.TdClassName
{
border-color: #449B57;
}
.TagClassName
{
border-color: #449B57;
}
</style>