Shades of Chateau Green #369C56
Tints of Chateau Green #369C56
RGB
CMYK
RGB Variations
Color information
#369C56 (or 0x369C56) is known color: Chateau Green. HEX triplet: 36, 9C and 56. RGB value is (54,156,86). Sum of RGB (Red+Green+Blue) = 54+156+86=296 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.24% from 296); Green value is 156 (61.33% from 255 or 52.70% from 296); Blue value is 86 (33.98% from 255 or 29.05% from 296); Max value from RGB is 156 - color contains mainly: green. Hex color #369C56 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369C56 is #C963A9. Grayscale: #757575. Windows color (decimal): -13198250 or 5676086. OLE color: 5676086.
HSL color Cylindrical-coordinate representation of color #369C56: hue angle of 138.82º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #369C56 is Cyan = 0.65, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 54 | 156 | 86 | - |
| CMYK | 0.65 | 0 | 0.45 | 0.39 |
| HSL | 138.82º | 0.49% | 0.41% | - |
| HSV(B) | 138.82º | 0.65% | 0.61% | - |
| XYZ | 15.09 | 25.23 | 12.88 | - |
| YUV | 117.52 | 110.21 | 82.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 156 | 86 | 0.65 | 0 | 0.45 | 0.39 | 138.82 | 0.49 | 0.41 |
| Hex | 36 | 9C | 56 | 41 | 0 | 2D | 27 | 8B | 31 | 29 |
| Octal | 66 | 234 | 126 | 101 | 0 | 55 | 47 | 213 | 61 | 51 |
| Binary | 110110 | 10011100 | 1010110 | 1000001 | 0 | 101101 | 100111 | 10001011 | 110001 | 101001 |
Color Harmonies of #369C56
Complementary color
Monochromatic Colors of #369C56
Black with #369C56
Text Example
Text Example
White with #369C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369C56; }
p { color: rgb(54,156,86); }
H1.HeaderClassName
{
color: #369C56;
}
.AnyTagClassName
{
color: #369C56;
}
</style>
background-color css
<style>
a { background-color: #369C56; }
a { background-color: rgb(54,156,86); }
div.DivClassName
{
background-color: #369C56;
}
.BgClassName
{
background-color: #369C56;
}
</style>
border-color css
<style>
span { border-color: #369C56; }
span { border-color: rgb(54,156,86); }
td.TdClassName
{
border-color: #369C56;
}
.TagClassName
{
border-color: #369C56;
}
</style>