Shades of Chateau Green #369F4D
Tints of Chateau Green #369F4D
RGB
CMYK
RGB Variations
Color information
#369F4D (or 0x369F4D) is known color: Chateau Green. HEX triplet: 36, 9F and 4D. RGB value is (54,159,77). Sum of RGB (Red+Green+Blue) = 54+159+77=290 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.62% from 290); Green value is 159 (62.5% from 255 or 54.83% from 290); Blue value is 77 (30.47% from 255 or 26.55% from 290); Max value from RGB is 159 - color contains mainly: green. Hex color #369F4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369F4D is #C960B2. Grayscale: #767676. Windows color (decimal): -13197491 or 5087030. OLE color: 5087030.
HSL color Cylindrical-coordinate representation of color #369F4D: hue angle of 133.14º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #369F4D is Cyan = 0.66, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 54 | 159 | 77 | - |
| CMYK | 0.66 | 0 | 0.52 | 0.38 |
| HSL | 133.14º | 0.49% | 0.42% | - |
| HSV(B) | 133.14º | 0.66% | 0.62% | - |
| XYZ | 15.26 | 26.12 | 11.26 | - |
| YUV | 118.26 | 104.71 | 82.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 159 | 77 | 0.66 | 0 | 0.52 | 0.38 | 133.14 | 0.49 | 0.42 |
| Hex | 36 | 9F | 4D | 42 | 0 | 34 | 26 | 85 | 31 | 2A |
| Octal | 66 | 237 | 115 | 102 | 0 | 64 | 46 | 205 | 61 | 52 |
| Binary | 110110 | 10011111 | 1001101 | 1000010 | 0 | 110100 | 100110 | 10000101 | 110001 | 101010 |
Color Harmonies of #369F4D
Complementary color
Monochromatic Colors of #369F4D
Black with #369F4D
Text Example
Text Example
White with #369F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369F4D; }
p { color: rgb(54,159,77); }
H1.HeaderClassName
{
color: #369F4D;
}
.AnyTagClassName
{
color: #369F4D;
}
</style>
background-color css
<style>
a { background-color: #369F4D; }
a { background-color: rgb(54,159,77); }
div.DivClassName
{
background-color: #369F4D;
}
.BgClassName
{
background-color: #369F4D;
}
</style>
border-color css
<style>
span { border-color: #369F4D; }
span { border-color: rgb(54,159,77); }
td.TdClassName
{
border-color: #369F4D;
}
.TagClassName
{
border-color: #369F4D;
}
</style>