Shades of Chateau Green #369144
Tints of Chateau Green #369144
RGB
CMYK
RGB Variations
Color information
#369144 (or 0x369144) is known color: Chateau Green. HEX triplet: 36, 91 and 44. RGB value is (54,145,68). Sum of RGB (Red+Green+Blue) = 54+145+68=267 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.22% from 267); Green value is 145 (57.03% from 255 or 54.31% from 267); Blue value is 68 (26.95% from 255 or 25.47% from 267); Max value from RGB is 145 - color contains mainly: green. Hex color #369144 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #369144 is #C96EBB. Grayscale: #6D6D6D. Windows color (decimal): -13201084 or 4493622. OLE color: 4493622.
HSL color Cylindrical-coordinate representation of color #369144: hue angle of 129.23º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #369144 is Cyan = 0.63, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 54 | 145 | 68 | - |
| CMYK | 0.63 | 0 | 0.53 | 0.43 |
| HSL | 129.23º | 0.46% | 0.39% | - |
| HSV(B) | 129.23º | 0.63% | 0.57% | - |
| XYZ | 12.69 | 21.45 | 8.94 | - |
| YUV | 109.01 | 104.85 | 88.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 145 | 68 | 0.63 | 0 | 0.53 | 0.43 | 129.23 | 0.46 | 0.39 |
| Hex | 36 | 91 | 44 | 3F | 0 | 35 | 2B | 81 | 2E | 27 |
| Octal | 66 | 221 | 104 | 77 | 0 | 65 | 53 | 201 | 56 | 47 |
| Binary | 110110 | 10010001 | 1000100 | 111111 | 0 | 110101 | 101011 | 10000001 | 101110 | 100111 |
Color Harmonies of #369144
Complementary color
Monochromatic Colors of #369144
Black with #369144
Text Example
Text Example
White with #369144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369144; }
p { color: rgb(54,145,68); }
H1.HeaderClassName
{
color: #369144;
}
.AnyTagClassName
{
color: #369144;
}
</style>
background-color css
<style>
a { background-color: #369144; }
a { background-color: rgb(54,145,68); }
div.DivClassName
{
background-color: #369144;
}
.BgClassName
{
background-color: #369144;
}
</style>
border-color css
<style>
span { border-color: #369144; }
span { border-color: rgb(54,145,68); }
td.TdClassName
{
border-color: #369144;
}
.TagClassName
{
border-color: #369144;
}
</style>