Shades of Chateau Green #369C4A
Tints of Chateau Green #369C4A
RGB
CMYK
RGB Variations
Color information
#369C4A (or 0x369C4A) is known color: Chateau Green. HEX triplet: 36, 9C and 4A. RGB value is (54,156,74). Sum of RGB (Red+Green+Blue) = 54+156+74=284 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.01% from 284); Green value is 156 (61.33% from 255 or 54.93% from 284); Blue value is 74 (29.30% from 255 or 26.06% from 284); Max value from RGB is 156 - color contains mainly: green. Hex color #369C4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #369C4A is #C963B5. Grayscale: #747474. Windows color (decimal): -13198262 or 4889654. OLE color: 4889654.
HSL color Cylindrical-coordinate representation of color #369C4A: hue angle of 131.76º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #369C4A is Cyan = 0.65, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 54 | 156 | 74 | - |
| CMYK | 0.65 | 0 | 0.53 | 0.39 |
| HSL | 131.76º | 0.49% | 0.41% | - |
| HSV(B) | 131.76º | 0.65% | 0.61% | - |
| XYZ | 14.65 | 25.06 | 10.54 | - |
| YUV | 116.15 | 104.21 | 83.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 156 | 74 | 0.65 | 0 | 0.53 | 0.39 | 131.76 | 0.49 | 0.41 |
| Hex | 36 | 9C | 4A | 41 | 0 | 35 | 27 | 84 | 31 | 29 |
| Octal | 66 | 234 | 112 | 101 | 0 | 65 | 47 | 204 | 61 | 51 |
| Binary | 110110 | 10011100 | 1001010 | 1000001 | 0 | 110101 | 100111 | 10000100 | 110001 | 101001 |
Color Harmonies of #369C4A
Complementary color
Monochromatic Colors of #369C4A
Black with #369C4A
Text Example
Text Example
White with #369C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369C4A; }
p { color: rgb(54,156,74); }
H1.HeaderClassName
{
color: #369C4A;
}
.AnyTagClassName
{
color: #369C4A;
}
</style>
background-color css
<style>
a { background-color: #369C4A; }
a { background-color: rgb(54,156,74); }
div.DivClassName
{
background-color: #369C4A;
}
.BgClassName
{
background-color: #369C4A;
}
</style>
border-color css
<style>
span { border-color: #369C4A; }
span { border-color: rgb(54,156,74); }
td.TdClassName
{
border-color: #369C4A;
}
.TagClassName
{
border-color: #369C4A;
}
</style>