Shades of Chateau Green #449F5C
Tints of Chateau Green #449F5C
RGB
CMYK
RGB Variations
Color information
#449F5C (or 0x449F5C) is known color: Chateau Green. HEX triplet: 44, 9F and 5C. RGB value is (68,159,92). Sum of RGB (Red+Green+Blue) = 68+159+92=319 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.32% from 319); Green value is 159 (62.5% from 255 or 49.84% from 319); Blue value is 92 (36.33% from 255 or 28.84% from 319); Max value from RGB is 159 - color contains mainly: green. Hex color #449F5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449F5C is #BB60A3. Grayscale: #7C7C7C. Windows color (decimal): -12279972 or 6070084. OLE color: 6070084.
HSL color Cylindrical-coordinate representation of color #449F5C: hue angle of 135.82º 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 #449F5C is Cyan = 0.57, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 68 | 159 | 92 | - |
| CMYK | 0.57 | 0 | 0.42 | 0.38 |
| HSL | 135.82º | 0.4% | 0.45% | - |
| HSV(B) | 135.82º | 0.57% | 0.62% | - |
| XYZ | 16.71 | 26.8 | 14.42 | - |
| YUV | 124.15 | 109.85 | 87.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 159 | 92 | 0.57 | 0 | 0.42 | 0.38 | 135.82 | 0.4 | 0.45 |
| Hex | 44 | 9F | 5C | 39 | 0 | 2A | 26 | 88 | 28 | 2D |
| Octal | 104 | 237 | 134 | 71 | 0 | 52 | 46 | 210 | 50 | 55 |
| Binary | 1000100 | 10011111 | 1011100 | 111001 | 0 | 101010 | 100110 | 10001000 | 101000 | 101101 |
Color Harmonies of #449F5C
Complementary color
Monochromatic Colors of #449F5C
Black with #449F5C
Text Example
Text Example
White with #449F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449F5C; }
p { color: rgb(68,159,92); }
H1.HeaderClassName
{
color: #449F5C;
}
.AnyTagClassName
{
color: #449F5C;
}
</style>
background-color css
<style>
a { background-color: #449F5C; }
a { background-color: rgb(68,159,92); }
div.DivClassName
{
background-color: #449F5C;
}
.BgClassName
{
background-color: #449F5C;
}
</style>
border-color css
<style>
span { border-color: #449F5C; }
span { border-color: rgb(68,159,92); }
td.TdClassName
{
border-color: #449F5C;
}
.TagClassName
{
border-color: #449F5C;
}
</style>