Shades of Chateau Green #369A47
Tints of Chateau Green #369A47
RGB
CMYK
RGB Variations
Color information
#369A47 (or 0x369A47) is known color: Chateau Green. HEX triplet: 36, 9A and 47. RGB value is (54,154,71). Sum of RGB (Red+Green+Blue) = 54+154+71=279 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.35% from 279); Green value is 154 (60.55% from 255 or 55.20% from 279); Blue value is 71 (28.12% from 255 or 25.45% from 279); Max value from RGB is 154 - color contains mainly: green. Hex color #369A47 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #369A47 is #C965B8. Grayscale: #727272. Windows color (decimal): -13198777 or 4692534. OLE color: 4692534.
HSL color Cylindrical-coordinate representation of color #369A47: hue angle of 130.2º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #369A47 is Cyan = 0.65, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 54 | 154 | 71 | - |
| CMYK | 0.65 | 0 | 0.54 | 0.40 |
| HSL | 130.2º | 0.48% | 0.41% | - |
| HSV(B) | 130.2º | 0.65% | 0.6% | - |
| XYZ | 14.21 | 24.35 | 9.91 | - |
| YUV | 114.64 | 103.37 | 84.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 154 | 71 | 0.65 | 0 | 0.54 | 0.40 | 130.2 | 0.48 | 0.41 |
| Hex | 36 | 9A | 47 | 41 | 0 | 36 | 28 | 82 | 30 | 29 |
| Octal | 66 | 232 | 107 | 101 | 0 | 66 | 50 | 202 | 60 | 51 |
| Binary | 110110 | 10011010 | 1000111 | 1000001 | 0 | 110110 | 101000 | 10000010 | 110000 | 101001 |
Color Harmonies of #369A47
Complementary color
Monochromatic Colors of #369A47
Black with #369A47
Text Example
Text Example
White with #369A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369A47; }
p { color: rgb(54,154,71); }
H1.HeaderClassName
{
color: #369A47;
}
.AnyTagClassName
{
color: #369A47;
}
</style>
background-color css
<style>
a { background-color: #369A47; }
a { background-color: rgb(54,154,71); }
div.DivClassName
{
background-color: #369A47;
}
.BgClassName
{
background-color: #369A47;
}
</style>
border-color css
<style>
span { border-color: #369A47; }
span { border-color: rgb(54,154,71); }
td.TdClassName
{
border-color: #369A47;
}
.TagClassName
{
border-color: #369A47;
}
</style>