Shades of Chateau Green #369551
Tints of Chateau Green #369551
RGB
CMYK
RGB Variations
Color information
#369551 (or 0x369551) is known color: Chateau Green. HEX triplet: 36, 95 and 51. RGB value is (54,149,81). Sum of RGB (Red+Green+Blue) = 54+149+81=284 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.01% from 284); Green value is 149 (58.59% from 255 or 52.46% from 284); Blue value is 81 (32.03% from 255 or 28.52% from 284); Max value from RGB is 149 - color contains mainly: green. Hex color #369551 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369551 is #C96AAE. Grayscale: #717171. Windows color (decimal): -13200047 or 5346614. OLE color: 5346614.
HSL color Cylindrical-coordinate representation of color #369551: hue angle of 137.05º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #369551 is Cyan = 0.64, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 54 | 149 | 81 | - |
| CMYK | 0.64 | 0 | 0.46 | 0.42 |
| HSL | 137.05º | 0.47% | 0.4% | - |
| HSV(B) | 137.05º | 0.64% | 0.58% | - |
| XYZ | 13.75 | 22.87 | 11.47 | - |
| YUV | 112.84 | 110.03 | 86.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 149 | 81 | 0.64 | 0 | 0.46 | 0.42 | 137.05 | 0.47 | 0.4 |
| Hex | 36 | 95 | 51 | 40 | 0 | 2E | 2A | 89 | 2F | 28 |
| Octal | 66 | 225 | 121 | 100 | 0 | 56 | 52 | 211 | 57 | 50 |
| Binary | 110110 | 10010101 | 1010001 | 1000000 | 0 | 101110 | 101010 | 10001001 | 101111 | 101000 |
Color Harmonies of #369551
Complementary color
Monochromatic Colors of #369551
Black with #369551
Text Example
Text Example
White with #369551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369551; }
p { color: rgb(54,149,81); }
H1.HeaderClassName
{
color: #369551;
}
.AnyTagClassName
{
color: #369551;
}
</style>
background-color css
<style>
a { background-color: #369551; }
a { background-color: rgb(54,149,81); }
div.DivClassName
{
background-color: #369551;
}
.BgClassName
{
background-color: #369551;
}
</style>
border-color css
<style>
span { border-color: #369551; }
span { border-color: rgb(54,149,81); }
td.TdClassName
{
border-color: #369551;
}
.TagClassName
{
border-color: #369551;
}
</style>