Shades of Chateau Green #369752
Tints of Chateau Green #369752
RGB
CMYK
RGB Variations
Color information
#369752 (or 0x369752) is known color: Chateau Green. HEX triplet: 36, 97 and 52. RGB value is (54,151,82). Sum of RGB (Red+Green+Blue) = 54+151+82=287 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.82% from 287); Green value is 151 (59.38% from 255 or 52.61% from 287); Blue value is 82 (32.42% from 255 or 28.57% from 287); Max value from RGB is 151 - color contains mainly: green. Hex color #369752 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369752 is #C968AD. Grayscale: #727272. Windows color (decimal): -13199534 or 5412662. OLE color: 5412662.
HSL color Cylindrical-coordinate representation of color #369752: hue angle of 137.32º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #369752 is Cyan = 0.64, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 54 | 151 | 82 | - |
| CMYK | 0.64 | 0 | 0.46 | 0.41 |
| HSL | 137.32º | 0.47% | 0.4% | - |
| HSV(B) | 137.32º | 0.64% | 0.59% | - |
| XYZ | 14.11 | 23.53 | 11.78 | - |
| YUV | 114.13 | 109.86 | 85.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 151 | 82 | 0.64 | 0 | 0.46 | 0.41 | 137.32 | 0.47 | 0.4 |
| Hex | 36 | 97 | 52 | 40 | 0 | 2E | 29 | 89 | 2F | 28 |
| Octal | 66 | 227 | 122 | 100 | 0 | 56 | 51 | 211 | 57 | 50 |
| Binary | 110110 | 10010111 | 1010010 | 1000000 | 0 | 101110 | 101001 | 10001001 | 101111 | 101000 |
Color Harmonies of #369752
Complementary color
Monochromatic Colors of #369752
Black with #369752
Text Example
Text Example
White with #369752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369752; }
p { color: rgb(54,151,82); }
H1.HeaderClassName
{
color: #369752;
}
.AnyTagClassName
{
color: #369752;
}
</style>
background-color css
<style>
a { background-color: #369752; }
a { background-color: rgb(54,151,82); }
div.DivClassName
{
background-color: #369752;
}
.BgClassName
{
background-color: #369752;
}
</style>
border-color css
<style>
span { border-color: #369752; }
span { border-color: rgb(54,151,82); }
td.TdClassName
{
border-color: #369752;
}
.TagClassName
{
border-color: #369752;
}
</style>