Shades of Chateau Green #369F4C
Tints of Chateau Green #369F4C
RGB
CMYK
RGB Variations
Color information
#369F4C (or 0x369F4C) is known color: Chateau Green. HEX triplet: 36, 9F and 4C. RGB value is (54,159,76). Sum of RGB (Red+Green+Blue) = 54+159+76=289 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.69% from 289); Green value is 159 (62.5% from 255 or 55.02% from 289); Blue value is 76 (30.08% from 255 or 26.30% from 289); Max value from RGB is 159 - color contains mainly: green. Hex color #369F4C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #369F4C is #C960B3. Grayscale: #767676. Windows color (decimal): -13197492 or 5021494. OLE color: 5021494.
HSL color Cylindrical-coordinate representation of color #369F4C: hue angle of 132.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 #369F4C is Cyan = 0.66, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 54 | 159 | 76 | - |
| CMYK | 0.66 | 0 | 0.52 | 0.38 |
| HSL | 132.57º | 0.49% | 0.42% | - |
| HSV(B) | 132.57º | 0.66% | 0.62% | - |
| XYZ | 15.22 | 26.1 | 11.07 | - |
| YUV | 118.14 | 104.21 | 82.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 159 | 76 | 0.66 | 0 | 0.52 | 0.38 | 132.57 | 0.49 | 0.42 |
| Hex | 36 | 9F | 4C | 42 | 0 | 34 | 26 | 85 | 31 | 2A |
| Octal | 66 | 237 | 114 | 102 | 0 | 64 | 46 | 205 | 61 | 52 |
| Binary | 110110 | 10011111 | 1001100 | 1000010 | 0 | 110100 | 100110 | 10000101 | 110001 | 101010 |
Color Harmonies of #369F4C
Complementary color
Monochromatic Colors of #369F4C
Black with #369F4C
Text Example
Text Example
White with #369F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369F4C; }
p { color: rgb(54,159,76); }
H1.HeaderClassName
{
color: #369F4C;
}
.AnyTagClassName
{
color: #369F4C;
}
</style>
background-color css
<style>
a { background-color: #369F4C; }
a { background-color: rgb(54,159,76); }
div.DivClassName
{
background-color: #369F4C;
}
.BgClassName
{
background-color: #369F4C;
}
</style>
border-color css
<style>
span { border-color: #369F4C; }
span { border-color: rgb(54,159,76); }
td.TdClassName
{
border-color: #369F4C;
}
.TagClassName
{
border-color: #369F4C;
}
</style>