Shades of Chateau Green #369C57
Tints of Chateau Green #369C57
RGB
CMYK
RGB Variations
Color information
#369C57 (or 0x369C57) is known color: Chateau Green. HEX triplet: 36, 9C and 57. RGB value is (54,156,87). Sum of RGB (Red+Green+Blue) = 54+156+87=297 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.18% from 297); Green value is 156 (61.33% from 255 or 52.53% from 297); Blue value is 87 (34.38% from 255 or 29.29% from 297); Max value from RGB is 156 - color contains mainly: green. Hex color #369C57 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369C57 is #C963A8. Grayscale: #757575. Windows color (decimal): -13198249 or 5741622. OLE color: 5741622.
HSL color Cylindrical-coordinate representation of color #369C57: hue angle of 139.41º 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 #369C57 is Cyan = 0.65, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 54 | 156 | 87 | - |
| CMYK | 0.65 | 0 | 0.44 | 0.39 |
| HSL | 139.41º | 0.49% | 0.41% | - |
| HSV(B) | 139.41º | 0.65% | 0.61% | - |
| XYZ | 15.13 | 25.25 | 13.09 | - |
| YUV | 117.64 | 110.71 | 82.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 156 | 87 | 0.65 | 0 | 0.44 | 0.39 | 139.41 | 0.49 | 0.41 |
| Hex | 36 | 9C | 57 | 41 | 0 | 2C | 27 | 8B | 31 | 29 |
| Octal | 66 | 234 | 127 | 101 | 0 | 54 | 47 | 213 | 61 | 51 |
| Binary | 110110 | 10011100 | 1010111 | 1000001 | 0 | 101100 | 100111 | 10001011 | 110001 | 101001 |
Color Harmonies of #369C57
Complementary color
Monochromatic Colors of #369C57
Black with #369C57
Text Example
Text Example
White with #369C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369C57; }
p { color: rgb(54,156,87); }
H1.HeaderClassName
{
color: #369C57;
}
.AnyTagClassName
{
color: #369C57;
}
</style>
background-color css
<style>
a { background-color: #369C57; }
a { background-color: rgb(54,156,87); }
div.DivClassName
{
background-color: #369C57;
}
.BgClassName
{
background-color: #369C57;
}
</style>
border-color css
<style>
span { border-color: #369C57; }
span { border-color: rgb(54,156,87); }
td.TdClassName
{
border-color: #369C57;
}
.TagClassName
{
border-color: #369C57;
}
</style>