Shades of Chateau Green #369D56
Tints of Chateau Green #369D56
RGB
CMYK
RGB Variations
Color information
#369D56 (or 0x369D56) is known color: Chateau Green. HEX triplet: 36, 9D and 56. RGB value is (54,157,86). Sum of RGB (Red+Green+Blue) = 54+157+86=297 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.18% from 297); Green value is 157 (61.72% from 255 or 52.86% from 297); Blue value is 86 (33.98% from 255 or 28.96% from 297); Max value from RGB is 157 - color contains mainly: green. Hex color #369D56 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369D56 is #C962A9. Grayscale: #767676. Windows color (decimal): -13197994 or 5676342. OLE color: 5676342.
HSL color Cylindrical-coordinate representation of color #369D56: hue angle of 138.64º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #369D56 is Cyan = 0.66, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 54 | 157 | 86 | - |
| CMYK | 0.66 | 0 | 0.45 | 0.38 |
| HSL | 138.64º | 0.49% | 0.41% | - |
| HSV(B) | 138.64º | 0.66% | 0.62% | - |
| XYZ | 15.26 | 25.57 | 12.94 | - |
| YUV | 118.11 | 109.88 | 82.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 157 | 86 | 0.66 | 0 | 0.45 | 0.38 | 138.64 | 0.49 | 0.41 |
| Hex | 36 | 9D | 56 | 42 | 0 | 2D | 26 | 8B | 31 | 29 |
| Octal | 66 | 235 | 126 | 102 | 0 | 55 | 46 | 213 | 61 | 51 |
| Binary | 110110 | 10011101 | 1010110 | 1000010 | 0 | 101101 | 100110 | 10001011 | 110001 | 101001 |
Color Harmonies of #369D56
Complementary color
Monochromatic Colors of #369D56
Black with #369D56
Text Example
Text Example
White with #369D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369D56; }
p { color: rgb(54,157,86); }
H1.HeaderClassName
{
color: #369D56;
}
.AnyTagClassName
{
color: #369D56;
}
</style>
background-color css
<style>
a { background-color: #369D56; }
a { background-color: rgb(54,157,86); }
div.DivClassName
{
background-color: #369D56;
}
.BgClassName
{
background-color: #369D56;
}
</style>
border-color css
<style>
span { border-color: #369D56; }
span { border-color: rgb(54,157,86); }
td.TdClassName
{
border-color: #369D56;
}
.TagClassName
{
border-color: #369D56;
}
</style>