Shades of Chateau Green #369A4E
Tints of Chateau Green #369A4E
RGB
CMYK
RGB Variations
Color information
#369A4E (or 0x369A4E) is known color: Chateau Green. HEX triplet: 36, 9A and 4E. RGB value is (54,154,78). Sum of RGB (Red+Green+Blue) = 54+154+78=286 (37% of max value = 765). Red value is 54 (21.48% from 255 or 18.88% from 286); Green value is 154 (60.55% from 255 or 53.85% from 286); Blue value is 78 (30.86% from 255 or 27.27% from 286); Max value from RGB is 154 - color contains mainly: green. Hex color #369A4E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369A4E is #C965B1. Grayscale: #737373. Windows color (decimal): -13198770 or 5151286. OLE color: 5151286.
HSL color Cylindrical-coordinate representation of color #369A4E: hue angle of 134.4º 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 #369A4E is Cyan = 0.65, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 54 | 154 | 78 | - |
| CMYK | 0.65 | 0 | 0.49 | 0.40 |
| HSL | 134.4º | 0.48% | 0.41% | - |
| HSV(B) | 134.4º | 0.65% | 0.6% | - |
| XYZ | 14.45 | 24.45 | 11.16 | - |
| YUV | 115.44 | 106.87 | 84.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 154 | 78 | 0.65 | 0 | 0.49 | 0.40 | 134.4 | 0.48 | 0.41 |
| Hex | 36 | 9A | 4E | 41 | 0 | 31 | 28 | 86 | 30 | 29 |
| Octal | 66 | 232 | 116 | 101 | 0 | 61 | 50 | 206 | 60 | 51 |
| Binary | 110110 | 10011010 | 1001110 | 1000001 | 0 | 110001 | 101000 | 10000110 | 110000 | 101001 |
Color Harmonies of #369A4E
Complementary color
Monochromatic Colors of #369A4E
Black with #369A4E
Text Example
Text Example
White with #369A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369A4E; }
p { color: rgb(54,154,78); }
H1.HeaderClassName
{
color: #369A4E;
}
.AnyTagClassName
{
color: #369A4E;
}
</style>
background-color css
<style>
a { background-color: #369A4E; }
a { background-color: rgb(54,154,78); }
div.DivClassName
{
background-color: #369A4E;
}
.BgClassName
{
background-color: #369A4E;
}
</style>
border-color css
<style>
span { border-color: #369A4E; }
span { border-color: rgb(54,154,78); }
td.TdClassName
{
border-color: #369A4E;
}
.TagClassName
{
border-color: #369A4E;
}
</style>