Shades of Chateau Green #369A45
Tints of Chateau Green #369A45
RGB
CMYK
RGB Variations
Color information
#369A45 (or 0x369A45) is known color: Chateau Green. HEX triplet: 36, 9A and 45. RGB value is (54,154,69). Sum of RGB (Red+Green+Blue) = 54+154+69=277 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.49% from 277); Green value is 154 (60.55% from 255 or 55.60% from 277); Blue value is 69 (27.34% from 255 or 24.91% from 277); Max value from RGB is 154 - color contains mainly: green. Hex color #369A45 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #369A45 is #C965BA. Grayscale: #727272. Windows color (decimal): -13198779 or 4561462. OLE color: 4561462.
HSL color Cylindrical-coordinate representation of color #369A45: hue angle of 129º 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 #369A45 is Cyan = 0.65, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 54 | 154 | 69 | - |
| CMYK | 0.65 | 0 | 0.55 | 0.40 |
| HSL | 129º | 0.48% | 0.41% | - |
| HSV(B) | 129º | 0.65% | 0.6% | - |
| XYZ | 14.15 | 24.33 | 9.58 | - |
| YUV | 114.41 | 102.37 | 84.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 154 | 69 | 0.65 | 0 | 0.55 | 0.40 | 129 | 0.48 | 0.41 |
| Hex | 36 | 9A | 45 | 41 | 0 | 37 | 28 | 81 | 30 | 29 |
| Octal | 66 | 232 | 105 | 101 | 0 | 67 | 50 | 201 | 60 | 51 |
| Binary | 110110 | 10011010 | 1000101 | 1000001 | 0 | 110111 | 101000 | 10000001 | 110000 | 101001 |
Color Harmonies of #369A45
Complementary color
Monochromatic Colors of #369A45
Black with #369A45
Text Example
Text Example
White with #369A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369A45; }
p { color: rgb(54,154,69); }
H1.HeaderClassName
{
color: #369A45;
}
.AnyTagClassName
{
color: #369A45;
}
</style>
background-color css
<style>
a { background-color: #369A45; }
a { background-color: rgb(54,154,69); }
div.DivClassName
{
background-color: #369A45;
}
.BgClassName
{
background-color: #369A45;
}
</style>
border-color css
<style>
span { border-color: #369A45; }
span { border-color: rgb(54,154,69); }
td.TdClassName
{
border-color: #369A45;
}
.TagClassName
{
border-color: #369A45;
}
</style>