Shades of Chateau Green #369145
Tints of Chateau Green #369145
RGB
CMYK
RGB Variations
Color information
#369145 (or 0x369145) is known color: Chateau Green. HEX triplet: 36, 91 and 45. RGB value is (54,145,69). Sum of RGB (Red+Green+Blue) = 54+145+69=268 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.15% from 268); Green value is 145 (57.03% from 255 or 54.10% from 268); Blue value is 69 (27.34% from 255 or 25.75% from 268); Max value from RGB is 145 - color contains mainly: green. Hex color #369145 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #369145 is #C96EBA. Grayscale: #6D6D6D. Windows color (decimal): -13201083 or 4559158. OLE color: 4559158.
HSL color Cylindrical-coordinate representation of color #369145: hue angle of 129.89º 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 #369145 is Cyan = 0.63, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 54 | 145 | 69 | - |
| CMYK | 0.63 | 0 | 0.52 | 0.43 |
| HSL | 129.89º | 0.46% | 0.39% | - |
| HSV(B) | 129.89º | 0.63% | 0.57% | - |
| XYZ | 12.72 | 21.46 | 9.1 | - |
| YUV | 109.13 | 105.35 | 88.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 145 | 69 | 0.63 | 0 | 0.52 | 0.43 | 129.89 | 0.46 | 0.39 |
| Hex | 36 | 91 | 45 | 3F | 0 | 34 | 2B | 82 | 2E | 27 |
| Octal | 66 | 221 | 105 | 77 | 0 | 64 | 53 | 202 | 56 | 47 |
| Binary | 110110 | 10010001 | 1000101 | 111111 | 0 | 110100 | 101011 | 10000010 | 101110 | 100111 |
Color Harmonies of #369145
Complementary color
Monochromatic Colors of #369145
Black with #369145
Text Example
Text Example
White with #369145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369145; }
p { color: rgb(54,145,69); }
H1.HeaderClassName
{
color: #369145;
}
.AnyTagClassName
{
color: #369145;
}
</style>
background-color css
<style>
a { background-color: #369145; }
a { background-color: rgb(54,145,69); }
div.DivClassName
{
background-color: #369145;
}
.BgClassName
{
background-color: #369145;
}
</style>
border-color css
<style>
span { border-color: #369145; }
span { border-color: rgb(54,145,69); }
td.TdClassName
{
border-color: #369145;
}
.TagClassName
{
border-color: #369145;
}
</style>