Shades of Chateau Green #399A4D
Tints of Chateau Green #399A4D
RGB
CMYK
RGB Variations
Color information
#399A4D (or 0x399A4D) is known color: Chateau Green. HEX triplet: 39, 9A and 4D. RGB value is (57,154,77). Sum of RGB (Red+Green+Blue) = 57+154+77=288 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.79% from 288); Green value is 154 (60.55% from 255 or 53.47% from 288); Blue value is 77 (30.47% from 255 or 26.74% from 288); Max value from RGB is 154 - color contains mainly: green. Hex color #399A4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #399A4D is #C665B2. Grayscale: #747474. Windows color (decimal): -13002163 or 5085753. OLE color: 5085753.
HSL color Cylindrical-coordinate representation of color #399A4D: hue angle of 132.37º 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 #399A4D is Cyan = 0.63, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 57 | 154 | 77 | - |
| CMYK | 0.63 | 0 | 0.50 | 0.40 |
| HSL | 132.37º | 0.46% | 0.41% | - |
| HSV(B) | 132.37º | 0.63% | 0.6% | - |
| XYZ | 14.58 | 24.52 | 10.98 | - |
| YUV | 116.22 | 105.86 | 85.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 154 | 77 | 0.63 | 0 | 0.50 | 0.40 | 132.37 | 0.46 | 0.41 |
| Hex | 39 | 9A | 4D | 3F | 0 | 32 | 28 | 84 | 2E | 29 |
| Octal | 71 | 232 | 115 | 77 | 0 | 62 | 50 | 204 | 56 | 51 |
| Binary | 111001 | 10011010 | 1001101 | 111111 | 0 | 110010 | 101000 | 10000100 | 101110 | 101001 |
Color Harmonies of #399A4D
Complementary color
Monochromatic Colors of #399A4D
Black with #399A4D
Text Example
Text Example
White with #399A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #399A4D; }
p { color: rgb(57,154,77); }
H1.HeaderClassName
{
color: #399A4D;
}
.AnyTagClassName
{
color: #399A4D;
}
</style>
background-color css
<style>
a { background-color: #399A4D; }
a { background-color: rgb(57,154,77); }
div.DivClassName
{
background-color: #399A4D;
}
.BgClassName
{
background-color: #399A4D;
}
</style>
border-color css
<style>
span { border-color: #399A4D; }
span { border-color: rgb(57,154,77); }
td.TdClassName
{
border-color: #399A4D;
}
.TagClassName
{
border-color: #399A4D;
}
</style>