Shades of Chateau Green #369044
Tints of Chateau Green #369044
RGB
CMYK
RGB Variations
Color information
#369044 (or 0x369044) is known color: Chateau Green. HEX triplet: 36, 90 and 44. RGB value is (54,144,68). Sum of RGB (Red+Green+Blue) = 54+144+68=266 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.30% from 266); Green value is 144 (56.64% from 255 or 54.14% from 266); Blue value is 68 (26.95% from 255 or 25.56% from 266); Max value from RGB is 144 - color contains mainly: green. Hex color #369044 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #369044 is #C96FBB. Grayscale: #6C6C6C. Windows color (decimal): -13201340 or 4493366. OLE color: 4493366.
HSL color Cylindrical-coordinate representation of color #369044: hue angle of 129.33º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #369044 is Cyan = 0.63, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 54 | 144 | 68 | - |
| CMYK | 0.63 | 0 | 0.53 | 0.44 |
| HSL | 129.33º | 0.45% | 0.39% | - |
| HSV(B) | 129.33º | 0.63% | 0.56% | - |
| XYZ | 12.54 | 21.15 | 8.89 | - |
| YUV | 108.43 | 105.18 | 89.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 144 | 68 | 0.63 | 0 | 0.53 | 0.44 | 129.33 | 0.45 | 0.39 |
| Hex | 36 | 90 | 44 | 3F | 0 | 35 | 2C | 81 | 2D | 27 |
| Octal | 66 | 220 | 104 | 77 | 0 | 65 | 54 | 201 | 55 | 47 |
| Binary | 110110 | 10010000 | 1000100 | 111111 | 0 | 110101 | 101100 | 10000001 | 101101 | 100111 |
Color Harmonies of #369044
Complementary color
Monochromatic Colors of #369044
Black with #369044
Text Example
Text Example
White with #369044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369044; }
p { color: rgb(54,144,68); }
H1.HeaderClassName
{
color: #369044;
}
.AnyTagClassName
{
color: #369044;
}
</style>
background-color css
<style>
a { background-color: #369044; }
a { background-color: rgb(54,144,68); }
div.DivClassName
{
background-color: #369044;
}
.BgClassName
{
background-color: #369044;
}
</style>
border-color css
<style>
span { border-color: #369044; }
span { border-color: rgb(54,144,68); }
td.TdClassName
{
border-color: #369044;
}
.TagClassName
{
border-color: #369044;
}
</style>