Shades of Chateau Green #369549
Tints of Chateau Green #369549
RGB
CMYK
RGB Variations
Color information
#369549 (or 0x369549) is known color: Chateau Green. HEX triplet: 36, 95 and 49. RGB value is (54,149,73). Sum of RGB (Red+Green+Blue) = 54+149+73=276 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.57% from 276); Green value is 149 (58.59% from 255 or 53.99% from 276); Blue value is 73 (28.91% from 255 or 26.45% from 276); Max value from RGB is 149 - color contains mainly: green. Hex color #369549 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #369549 is #C96AB6. Grayscale: #707070. Windows color (decimal): -13200055 or 4822326. OLE color: 4822326.
HSL color Cylindrical-coordinate representation of color #369549: hue angle of 132º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #369549 is Cyan = 0.64, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 54 | 149 | 73 | - |
| CMYK | 0.64 | 0 | 0.51 | 0.42 |
| HSL | 132º | 0.47% | 0.4% | - |
| HSV(B) | 132º | 0.64% | 0.58% | - |
| XYZ | 13.47 | 22.76 | 9.99 | - |
| YUV | 111.93 | 106.03 | 86.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 149 | 73 | 0.64 | 0 | 0.51 | 0.42 | 132 | 0.47 | 0.4 |
| Hex | 36 | 95 | 49 | 40 | 0 | 33 | 2A | 84 | 2F | 28 |
| Octal | 66 | 225 | 111 | 100 | 0 | 63 | 52 | 204 | 57 | 50 |
| Binary | 110110 | 10010101 | 1001001 | 1000000 | 0 | 110011 | 101010 | 10000100 | 101111 | 101000 |
Color Harmonies of #369549
Complementary color
Monochromatic Colors of #369549
Black with #369549
Text Example
Text Example
White with #369549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369549; }
p { color: rgb(54,149,73); }
H1.HeaderClassName
{
color: #369549;
}
.AnyTagClassName
{
color: #369549;
}
</style>
background-color css
<style>
a { background-color: #369549; }
a { background-color: rgb(54,149,73); }
div.DivClassName
{
background-color: #369549;
}
.BgClassName
{
background-color: #369549;
}
</style>
border-color css
<style>
span { border-color: #369549; }
span { border-color: rgb(54,149,73); }
td.TdClassName
{
border-color: #369549;
}
.TagClassName
{
border-color: #369549;
}
</style>