Shades of Chateau Green #369F5A
Tints of Chateau Green #369F5A
RGB
CMYK
RGB Variations
Color information
#369F5A (or 0x369F5A) is known color: Chateau Green. HEX triplet: 36, 9F and 5A. RGB value is (54,159,90). Sum of RGB (Red+Green+Blue) = 54+159+90=303 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.82% from 303); Green value is 159 (62.5% from 255 or 52.48% from 303); Blue value is 90 (35.55% from 255 or 29.70% from 303); Max value from RGB is 159 - color contains mainly: green. Hex color #369F5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369F5A is #C960A5. Grayscale: #777777. Windows color (decimal): -13197478 or 5938998. OLE color: 5938998.
HSL color Cylindrical-coordinate representation of color #369F5A: hue angle of 140.57º 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 #369F5A is Cyan = 0.66, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 54 | 159 | 90 | - |
| CMYK | 0.66 | 0 | 0.43 | 0.38 |
| HSL | 140.57º | 0.49% | 0.42% | - |
| HSV(B) | 140.57º | 0.66% | 0.62% | - |
| XYZ | 15.76 | 26.32 | 13.92 | - |
| YUV | 119.74 | 111.21 | 81.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 159 | 90 | 0.66 | 0 | 0.43 | 0.38 | 140.57 | 0.49 | 0.42 |
| Hex | 36 | 9F | 5A | 42 | 0 | 2B | 26 | 8D | 31 | 2A |
| Octal | 66 | 237 | 132 | 102 | 0 | 53 | 46 | 215 | 61 | 52 |
| Binary | 110110 | 10011111 | 1011010 | 1000010 | 0 | 101011 | 100110 | 10001101 | 110001 | 101010 |
Color Harmonies of #369F5A
Complementary color
Monochromatic Colors of #369F5A
Black with #369F5A
Text Example
Text Example
White with #369F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369F5A; }
p { color: rgb(54,159,90); }
H1.HeaderClassName
{
color: #369F5A;
}
.AnyTagClassName
{
color: #369F5A;
}
</style>
background-color css
<style>
a { background-color: #369F5A; }
a { background-color: rgb(54,159,90); }
div.DivClassName
{
background-color: #369F5A;
}
.BgClassName
{
background-color: #369F5A;
}
</style>
border-color css
<style>
span { border-color: #369F5A; }
span { border-color: rgb(54,159,90); }
td.TdClassName
{
border-color: #369F5A;
}
.TagClassName
{
border-color: #369F5A;
}
</style>