Shades of Chateau Green #399A49
Tints of Chateau Green #399A49
RGB
CMYK
RGB Variations
Color information
#399A49 (or 0x399A49) is known color: Chateau Green. HEX triplet: 39, 9A and 49. RGB value is (57,154,73). Sum of RGB (Red+Green+Blue) = 57+154+73=284 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.07% from 284); Green value is 154 (60.55% from 255 or 54.23% from 284); Blue value is 73 (28.91% from 255 or 25.70% from 284); Max value from RGB is 154 - color contains mainly: green. Hex color #399A49 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #399A49 is #C665B6. Grayscale: #737373. Windows color (decimal): -13002167 or 4823609. OLE color: 4823609.
HSL color Cylindrical-coordinate representation of color #399A49: hue angle of 129.9º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #399A49 is Cyan = 0.63, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 57 | 154 | 73 | - |
| CMYK | 0.63 | 0 | 0.53 | 0.40 |
| HSL | 129.9º | 0.46% | 0.41% | - |
| HSV(B) | 129.9º | 0.63% | 0.6% | - |
| XYZ | 14.45 | 24.46 | 10.26 | - |
| YUV | 115.76 | 103.86 | 86.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 154 | 73 | 0.63 | 0 | 0.53 | 0.40 | 129.9 | 0.46 | 0.41 |
| Hex | 39 | 9A | 49 | 3F | 0 | 35 | 28 | 82 | 2E | 29 |
| Octal | 71 | 232 | 111 | 77 | 0 | 65 | 50 | 202 | 56 | 51 |
| Binary | 111001 | 10011010 | 1001001 | 111111 | 0 | 110101 | 101000 | 10000010 | 101110 | 101001 |
Color Harmonies of #399A49
Complementary color
Monochromatic Colors of #399A49
Black with #399A49
Text Example
Text Example
White with #399A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #399A49; }
p { color: rgb(57,154,73); }
H1.HeaderClassName
{
color: #399A49;
}
.AnyTagClassName
{
color: #399A49;
}
</style>
background-color css
<style>
a { background-color: #399A49; }
a { background-color: rgb(57,154,73); }
div.DivClassName
{
background-color: #399A49;
}
.BgClassName
{
background-color: #399A49;
}
</style>
border-color css
<style>
span { border-color: #399A49; }
span { border-color: rgb(57,154,73); }
td.TdClassName
{
border-color: #399A49;
}
.TagClassName
{
border-color: #399A49;
}
</style>