Shades of Chateau Green #399345
Tints of Chateau Green #399345
RGB
CMYK
RGB Variations
Color information
#399345 (or 0x399345) is known color: Chateau Green. HEX triplet: 39, 93 and 45. RGB value is (57,147,69). Sum of RGB (Red+Green+Blue) = 57+147+69=273 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.88% from 273); Green value is 147 (57.81% from 255 or 53.85% from 273); Blue value is 69 (27.34% from 255 or 25.27% from 273); Max value from RGB is 147 - color contains mainly: green. Hex color #399345 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #399345 is #C66CBA. Grayscale: #6F6F6F. Windows color (decimal): -13003963 or 4559673. OLE color: 4559673.
HSL color Cylindrical-coordinate representation of color #399345: hue angle of 128º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #399345 is Cyan = 0.61, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 57 | 147 | 69 | - |
| CMYK | 0.61 | 0 | 0.53 | 0.42 |
| HSL | 128º | 0.44% | 0.4% | - |
| HSV(B) | 128º | 0.61% | 0.58% | - |
| XYZ | 13.2 | 22.17 | 9.21 | - |
| YUV | 111.2 | 104.18 | 89.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 147 | 69 | 0.61 | 0 | 0.53 | 0.42 | 128 | 0.44 | 0.4 |
| Hex | 39 | 93 | 45 | 3D | 0 | 35 | 2A | 80 | 2C | 28 |
| Octal | 71 | 223 | 105 | 75 | 0 | 65 | 52 | 200 | 54 | 50 |
| Binary | 111001 | 10010011 | 1000101 | 111101 | 0 | 110101 | 101010 | 10000000 | 101100 | 101000 |
Color Harmonies of #399345
Complementary color
Monochromatic Colors of #399345
Black with #399345
Text Example
Text Example
White with #399345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #399345; }
p { color: rgb(57,147,69); }
H1.HeaderClassName
{
color: #399345;
}
.AnyTagClassName
{
color: #399345;
}
</style>
background-color css
<style>
a { background-color: #399345; }
a { background-color: rgb(57,147,69); }
div.DivClassName
{
background-color: #399345;
}
.BgClassName
{
background-color: #399345;
}
</style>
border-color css
<style>
span { border-color: #399345; }
span { border-color: rgb(57,147,69); }
td.TdClassName
{
border-color: #399345;
}
.TagClassName
{
border-color: #399345;
}
</style>