Shades of Chateau Green #369047
Tints of Chateau Green #369047
RGB
CMYK
RGB Variations
Color information
#369047 (or 0x369047) is known color: Chateau Green. HEX triplet: 36, 90 and 47. RGB value is (54,144,71). Sum of RGB (Red+Green+Blue) = 54+144+71=269 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.07% from 269); Green value is 144 (56.64% from 255 or 53.53% from 269); Blue value is 71 (28.12% from 255 or 26.39% from 269); Max value from RGB is 144 - color contains mainly: green. Hex color #369047 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #369047 is #C96FB8. Grayscale: #6C6C6C. Windows color (decimal): -13201337 or 4689974. OLE color: 4689974.
HSL color Cylindrical-coordinate representation of color #369047: hue angle of 131.33º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #369047 is Cyan = 0.63, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 54 | 144 | 71 | - |
| CMYK | 0.63 | 0 | 0.51 | 0.44 |
| HSL | 131.33º | 0.45% | 0.39% | - |
| HSV(B) | 131.33º | 0.63% | 0.56% | - |
| XYZ | 12.63 | 21.19 | 9.38 | - |
| YUV | 108.77 | 106.68 | 88.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 144 | 71 | 0.63 | 0 | 0.51 | 0.44 | 131.33 | 0.45 | 0.39 |
| Hex | 36 | 90 | 47 | 3F | 0 | 33 | 2C | 83 | 2D | 27 |
| Octal | 66 | 220 | 107 | 77 | 0 | 63 | 54 | 203 | 55 | 47 |
| Binary | 110110 | 10010000 | 1000111 | 111111 | 0 | 110011 | 101100 | 10000011 | 101101 | 100111 |
Color Harmonies of #369047
Complementary color
Monochromatic Colors of #369047
Black with #369047
Text Example
Text Example
White with #369047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369047; }
p { color: rgb(54,144,71); }
H1.HeaderClassName
{
color: #369047;
}
.AnyTagClassName
{
color: #369047;
}
</style>
background-color css
<style>
a { background-color: #369047; }
a { background-color: rgb(54,144,71); }
div.DivClassName
{
background-color: #369047;
}
.BgClassName
{
background-color: #369047;
}
</style>
border-color css
<style>
span { border-color: #369047; }
span { border-color: rgb(54,144,71); }
td.TdClassName
{
border-color: #369047;
}
.TagClassName
{
border-color: #369047;
}
</style>