Shades of Chateau Green #449260
Tints of Chateau Green #449260
RGB
CMYK
RGB Variations
Color information
#449260 (or 0x449260) is known color: Chateau Green. HEX triplet: 44, 92 and 60. RGB value is (68,146,96). Sum of RGB (Red+Green+Blue) = 68+146+96=310 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.94% from 310); Green value is 146 (57.42% from 255 or 47.10% from 310); Blue value is 96 (37.89% from 255 or 30.97% from 310); Max value from RGB is 146 - color contains mainly: green. Hex color #449260 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449260 is #BB6D9F. Grayscale: #757575. Windows color (decimal): -12283296 or 6328900. OLE color: 6328900.
HSL color Cylindrical-coordinate representation of color #449260: hue angle of 141.54º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #449260 is Cyan = 0.53, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 68 | 146 | 96 | - |
| CMYK | 0.53 | 0 | 0.34 | 0.43 |
| HSL | 141.54º | 0.36% | 0.42% | - |
| HSV(B) | 141.54º | 0.53% | 0.57% | - |
| XYZ | 14.77 | 22.63 | 14.66 | - |
| YUV | 116.98 | 116.16 | 93.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 146 | 96 | 0.53 | 0 | 0.34 | 0.43 | 141.54 | 0.36 | 0.42 |
| Hex | 44 | 92 | 60 | 35 | 0 | 22 | 2B | 8E | 24 | 2A |
| Octal | 104 | 222 | 140 | 65 | 0 | 42 | 53 | 216 | 44 | 52 |
| Binary | 1000100 | 10010010 | 1100000 | 110101 | 0 | 100010 | 101011 | 10001110 | 100100 | 101010 |
Color Harmonies of #449260
Complementary color
Monochromatic Colors of #449260
Black with #449260
Text Example
Text Example
White with #449260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449260; }
p { color: rgb(68,146,96); }
H1.HeaderClassName
{
color: #449260;
}
.AnyTagClassName
{
color: #449260;
}
</style>
background-color css
<style>
a { background-color: #449260; }
a { background-color: rgb(68,146,96); }
div.DivClassName
{
background-color: #449260;
}
.BgClassName
{
background-color: #449260;
}
</style>
border-color css
<style>
span { border-color: #449260; }
span { border-color: rgb(68,146,96); }
td.TdClassName
{
border-color: #449260;
}
.TagClassName
{
border-color: #449260;
}
</style>