Shades of Chateau Green #369A54
Tints of Chateau Green #369A54
RGB
CMYK
RGB Variations
Color information
#369A54 (or 0x369A54) is known color: Chateau Green. HEX triplet: 36, 9A and 54. RGB value is (54,154,84). Sum of RGB (Red+Green+Blue) = 54+154+84=292 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.49% from 292); Green value is 154 (60.55% from 255 or 52.74% from 292); Blue value is 84 (33.20% from 255 or 28.77% from 292); Max value from RGB is 154 - color contains mainly: green. Hex color #369A54 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369A54 is #C965AB. Grayscale: #747474. Windows color (decimal): -13198764 or 5544502. OLE color: 5544502.
HSL color Cylindrical-coordinate representation of color #369A54: hue angle of 138º 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 #369A54 is Cyan = 0.65, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 54 | 154 | 84 | - |
| CMYK | 0.65 | 0 | 0.45 | 0.40 |
| HSL | 138º | 0.48% | 0.41% | - |
| HSV(B) | 138º | 0.65% | 0.6% | - |
| XYZ | 14.68 | 24.54 | 12.35 | - |
| YUV | 116.12 | 109.87 | 83.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 154 | 84 | 0.65 | 0 | 0.45 | 0.40 | 138 | 0.48 | 0.41 |
| Hex | 36 | 9A | 54 | 41 | 0 | 2D | 28 | 8A | 30 | 29 |
| Octal | 66 | 232 | 124 | 101 | 0 | 55 | 50 | 212 | 60 | 51 |
| Binary | 110110 | 10011010 | 1010100 | 1000001 | 0 | 101101 | 101000 | 10001010 | 110000 | 101001 |
Color Harmonies of #369A54
Complementary color
Monochromatic Colors of #369A54
Black with #369A54
Text Example
Text Example
White with #369A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369A54; }
p { color: rgb(54,154,84); }
H1.HeaderClassName
{
color: #369A54;
}
.AnyTagClassName
{
color: #369A54;
}
</style>
background-color css
<style>
a { background-color: #369A54; }
a { background-color: rgb(54,154,84); }
div.DivClassName
{
background-color: #369A54;
}
.BgClassName
{
background-color: #369A54;
}
</style>
border-color css
<style>
span { border-color: #369A54; }
span { border-color: rgb(54,154,84); }
td.TdClassName
{
border-color: #369A54;
}
.TagClassName
{
border-color: #369A54;
}
</style>