Shades of Chateau Green #369750
Tints of Chateau Green #369750
RGB
CMYK
RGB Variations
Color information
#369750 (or 0x369750) is known color: Chateau Green. HEX triplet: 36, 97 and 50. RGB value is (54,151,80). Sum of RGB (Red+Green+Blue) = 54+151+80=285 (37% of max value = 765). Red value is 54 (21.48% from 255 or 18.95% from 285); Green value is 151 (59.38% from 255 or 52.98% from 285); Blue value is 80 (31.64% from 255 or 28.07% from 285); Max value from RGB is 151 - color contains mainly: green. Hex color #369750 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369750 is #C968AF. Grayscale: #727272. Windows color (decimal): -13199536 or 5281590. OLE color: 5281590.
HSL color Cylindrical-coordinate representation of color #369750: hue angle of 136.08º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #369750 is Cyan = 0.64, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 54 | 151 | 80 | - |
| CMYK | 0.64 | 0 | 0.47 | 0.41 |
| HSL | 136.08º | 0.47% | 0.4% | - |
| HSV(B) | 136.08º | 0.64% | 0.59% | - |
| XYZ | 14.04 | 23.5 | 11.38 | - |
| YUV | 113.9 | 108.86 | 85.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 151 | 80 | 0.64 | 0 | 0.47 | 0.41 | 136.08 | 0.47 | 0.4 |
| Hex | 36 | 97 | 50 | 40 | 0 | 2F | 29 | 88 | 2F | 28 |
| Octal | 66 | 227 | 120 | 100 | 0 | 57 | 51 | 210 | 57 | 50 |
| Binary | 110110 | 10010111 | 1010000 | 1000000 | 0 | 101111 | 101001 | 10001000 | 101111 | 101000 |
Color Harmonies of #369750
Complementary color
Monochromatic Colors of #369750
Black with #369750
Text Example
Text Example
White with #369750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369750; }
p { color: rgb(54,151,80); }
H1.HeaderClassName
{
color: #369750;
}
.AnyTagClassName
{
color: #369750;
}
</style>
background-color css
<style>
a { background-color: #369750; }
a { background-color: rgb(54,151,80); }
div.DivClassName
{
background-color: #369750;
}
.BgClassName
{
background-color: #369750;
}
</style>
border-color css
<style>
span { border-color: #369750; }
span { border-color: rgb(54,151,80); }
td.TdClassName
{
border-color: #369750;
}
.TagClassName
{
border-color: #369750;
}
</style>