Shades of Chateau Green #399149
Tints of Chateau Green #399149
RGB
CMYK
RGB Variations
Color information
#399149 (or 0x399149) is known color: Chateau Green. HEX triplet: 39, 91 and 49. RGB value is (57,145,73). Sum of RGB (Red+Green+Blue) = 57+145+73=275 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.73% from 275); Green value is 145 (57.03% from 255 or 52.73% from 275); Blue value is 73 (28.91% from 255 or 26.55% from 275); Max value from RGB is 145 - color contains mainly: green. Hex color #399149 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #399149 is #C66EB6. Grayscale: #6E6E6E. Windows color (decimal): -13004471 or 4821305. OLE color: 4821305.
HSL color Cylindrical-coordinate representation of color #399149: hue angle of 130.91º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #399149 is Cyan = 0.61, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 57 | 145 | 73 | - |
| CMYK | 0.61 | 0 | 0.50 | 0.43 |
| HSL | 130.91º | 0.44% | 0.4% | - |
| HSV(B) | 130.91º | 0.61% | 0.57% | - |
| XYZ | 13.02 | 21.6 | 9.79 | - |
| YUV | 110.48 | 106.85 | 89.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 145 | 73 | 0.61 | 0 | 0.50 | 0.43 | 130.91 | 0.44 | 0.4 |
| Hex | 39 | 91 | 49 | 3D | 0 | 32 | 2B | 83 | 2C | 28 |
| Octal | 71 | 221 | 111 | 75 | 0 | 62 | 53 | 203 | 54 | 50 |
| Binary | 111001 | 10010001 | 1001001 | 111101 | 0 | 110010 | 101011 | 10000011 | 101100 | 101000 |
Color Harmonies of #399149
Complementary color
Monochromatic Colors of #399149
Black with #399149
Text Example
Text Example
White with #399149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #399149; }
p { color: rgb(57,145,73); }
H1.HeaderClassName
{
color: #399149;
}
.AnyTagClassName
{
color: #399149;
}
</style>
background-color css
<style>
a { background-color: #399149; }
a { background-color: rgb(57,145,73); }
div.DivClassName
{
background-color: #399149;
}
.BgClassName
{
background-color: #399149;
}
</style>
border-color css
<style>
span { border-color: #399149; }
span { border-color: rgb(57,145,73); }
td.TdClassName
{
border-color: #399149;
}
.TagClassName
{
border-color: #399149;
}
</style>