Shades of Chateau Green #369C51
Tints of Chateau Green #369C51
RGB
CMYK
RGB Variations
Color information
#369C51 (or 0x369C51) is known color: Chateau Green. HEX triplet: 36, 9C and 51. RGB value is (54,156,81). Sum of RGB (Red+Green+Blue) = 54+156+81=291 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.56% from 291); Green value is 156 (61.33% from 255 or 53.61% from 291); Blue value is 81 (32.03% from 255 or 27.84% from 291); Max value from RGB is 156 - color contains mainly: green. Hex color #369C51 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369C51 is #C963AE. Grayscale: #757575. Windows color (decimal): -13198255 or 5348406. OLE color: 5348406.
HSL color Cylindrical-coordinate representation of color #369C51: hue angle of 135.88º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #369C51 is Cyan = 0.65, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 54 | 156 | 81 | - |
| CMYK | 0.65 | 0 | 0.48 | 0.39 |
| HSL | 135.88º | 0.49% | 0.41% | - |
| HSV(B) | 135.88º | 0.65% | 0.61% | - |
| XYZ | 14.89 | 25.16 | 11.85 | - |
| YUV | 116.95 | 107.71 | 83.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 156 | 81 | 0.65 | 0 | 0.48 | 0.39 | 135.88 | 0.49 | 0.41 |
| Hex | 36 | 9C | 51 | 41 | 0 | 30 | 27 | 88 | 31 | 29 |
| Octal | 66 | 234 | 121 | 101 | 0 | 60 | 47 | 210 | 61 | 51 |
| Binary | 110110 | 10011100 | 1010001 | 1000001 | 0 | 110000 | 100111 | 10001000 | 110001 | 101001 |
Color Harmonies of #369C51
Complementary color
Monochromatic Colors of #369C51
Black with #369C51
Text Example
Text Example
White with #369C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369C51; }
p { color: rgb(54,156,81); }
H1.HeaderClassName
{
color: #369C51;
}
.AnyTagClassName
{
color: #369C51;
}
</style>
background-color css
<style>
a { background-color: #369C51; }
a { background-color: rgb(54,156,81); }
div.DivClassName
{
background-color: #369C51;
}
.BgClassName
{
background-color: #369C51;
}
</style>
border-color css
<style>
span { border-color: #369C51; }
span { border-color: rgb(54,156,81); }
td.TdClassName
{
border-color: #369C51;
}
.TagClassName
{
border-color: #369C51;
}
</style>