Shades of Chateau Green #369A4A
Tints of Chateau Green #369A4A
RGB
CMYK
RGB Variations
Color information
#369A4A (or 0x369A4A) is known color: Chateau Green. HEX triplet: 36, 9A and 4A. RGB value is (54,154,74). Sum of RGB (Red+Green+Blue) = 54+154+74=282 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.15% from 282); Green value is 154 (60.55% from 255 or 54.61% from 282); Blue value is 74 (29.30% from 255 or 26.24% from 282); Max value from RGB is 154 - color contains mainly: green. Hex color #369A4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #369A4A is #C965B5. Grayscale: #737373. Windows color (decimal): -13198774 or 4889142. OLE color: 4889142.
HSL color Cylindrical-coordinate representation of color #369A4A: hue angle of 132º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #369A4A is Cyan = 0.65, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 54 | 154 | 74 | - |
| CMYK | 0.65 | 0 | 0.52 | 0.40 |
| HSL | 132º | 0.48% | 0.41% | - |
| HSV(B) | 132º | 0.65% | 0.6% | - |
| XYZ | 14.31 | 24.39 | 10.43 | - |
| YUV | 114.98 | 104.87 | 84.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 154 | 74 | 0.65 | 0 | 0.52 | 0.40 | 132 | 0.48 | 0.41 |
| Hex | 36 | 9A | 4A | 41 | 0 | 34 | 28 | 84 | 30 | 29 |
| Octal | 66 | 232 | 112 | 101 | 0 | 64 | 50 | 204 | 60 | 51 |
| Binary | 110110 | 10011010 | 1001010 | 1000001 | 0 | 110100 | 101000 | 10000100 | 110000 | 101001 |
Color Harmonies of #369A4A
Complementary color
Monochromatic Colors of #369A4A
Black with #369A4A
Text Example
Text Example
White with #369A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369A4A; }
p { color: rgb(54,154,74); }
H1.HeaderClassName
{
color: #369A4A;
}
.AnyTagClassName
{
color: #369A4A;
}
</style>
background-color css
<style>
a { background-color: #369A4A; }
a { background-color: rgb(54,154,74); }
div.DivClassName
{
background-color: #369A4A;
}
.BgClassName
{
background-color: #369A4A;
}
</style>
border-color css
<style>
span { border-color: #369A4A; }
span { border-color: rgb(54,154,74); }
td.TdClassName
{
border-color: #369A4A;
}
.TagClassName
{
border-color: #369A4A;
}
</style>