Shades of Chateau Green #369449
Tints of Chateau Green #369449
RGB
CMYK
RGB Variations
Color information
#369449 (or 0x369449) is known color: Chateau Green. HEX triplet: 36, 94 and 49. RGB value is (54,148,73). Sum of RGB (Red+Green+Blue) = 54+148+73=275 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.64% from 275); Green value is 148 (58.20% from 255 or 53.82% from 275); Blue value is 73 (28.91% from 255 or 26.55% from 275); Max value from RGB is 148 - color contains mainly: green. Hex color #369449 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #369449 is #C96BB6. Grayscale: #6F6F6F. Windows color (decimal): -13200311 or 4822070. OLE color: 4822070.
HSL color Cylindrical-coordinate representation of color #369449: hue angle of 132.13º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #369449 is Cyan = 0.64, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 54 | 148 | 73 | - |
| CMYK | 0.64 | 0 | 0.51 | 0.42 |
| HSL | 132.13º | 0.47% | 0.4% | - |
| HSV(B) | 132.13º | 0.64% | 0.58% | - |
| XYZ | 13.31 | 22.45 | 9.93 | - |
| YUV | 111.34 | 106.36 | 87.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 148 | 73 | 0.64 | 0 | 0.51 | 0.42 | 132.13 | 0.47 | 0.4 |
| Hex | 36 | 94 | 49 | 40 | 0 | 33 | 2A | 84 | 2F | 28 |
| Octal | 66 | 224 | 111 | 100 | 0 | 63 | 52 | 204 | 57 | 50 |
| Binary | 110110 | 10010100 | 1001001 | 1000000 | 0 | 110011 | 101010 | 10000100 | 101111 | 101000 |
Color Harmonies of #369449
Complementary color
Monochromatic Colors of #369449
Black with #369449
Text Example
Text Example
White with #369449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369449; }
p { color: rgb(54,148,73); }
H1.HeaderClassName
{
color: #369449;
}
.AnyTagClassName
{
color: #369449;
}
</style>
background-color css
<style>
a { background-color: #369449; }
a { background-color: rgb(54,148,73); }
div.DivClassName
{
background-color: #369449;
}
.BgClassName
{
background-color: #369449;
}
</style>
border-color css
<style>
span { border-color: #369449; }
span { border-color: rgb(54,148,73); }
td.TdClassName
{
border-color: #369449;
}
.TagClassName
{
border-color: #369449;
}
</style>