Shades of Chateau Green #399D58
Tints of Chateau Green #399D58
RGB
CMYK
RGB Variations
Color information
#399D58 (or 0x399D58) is known color: Chateau Green. HEX triplet: 39, 9D and 58. RGB value is (57,157,88). Sum of RGB (Red+Green+Blue) = 57+157+88=302 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.87% from 302); Green value is 157 (61.72% from 255 or 51.99% from 302); Blue value is 88 (34.77% from 255 or 29.14% from 302); Max value from RGB is 157 - color contains mainly: green. Hex color #399D58 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #399D58 is #C662A7. Grayscale: #777777. Windows color (decimal): -13001384 or 5807417. OLE color: 5807417.
HSL color Cylindrical-coordinate representation of color #399D58: hue angle of 138.6º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #399D58 is Cyan = 0.64, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 57 | 157 | 88 | - |
| CMYK | 0.64 | 0 | 0.44 | 0.38 |
| HSL | 138.6º | 0.47% | 0.42% | - |
| HSV(B) | 138.6º | 0.64% | 0.62% | - |
| XYZ | 15.51 | 25.69 | 13.37 | - |
| YUV | 119.23 | 110.37 | 83.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 157 | 88 | 0.64 | 0 | 0.44 | 0.38 | 138.6 | 0.47 | 0.42 |
| Hex | 39 | 9D | 58 | 40 | 0 | 2C | 26 | 8B | 2F | 2A |
| Octal | 71 | 235 | 130 | 100 | 0 | 54 | 46 | 213 | 57 | 52 |
| Binary | 111001 | 10011101 | 1011000 | 1000000 | 0 | 101100 | 100110 | 10001011 | 101111 | 101010 |
Color Harmonies of #399D58
Complementary color
Monochromatic Colors of #399D58
Black with #399D58
Text Example
Text Example
White with #399D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #399D58; }
p { color: rgb(57,157,88); }
H1.HeaderClassName
{
color: #399D58;
}
.AnyTagClassName
{
color: #399D58;
}
</style>
background-color css
<style>
a { background-color: #399D58; }
a { background-color: rgb(57,157,88); }
div.DivClassName
{
background-color: #399D58;
}
.BgClassName
{
background-color: #399D58;
}
</style>
border-color css
<style>
span { border-color: #399D58; }
span { border-color: rgb(57,157,88); }
td.TdClassName
{
border-color: #399D58;
}
.TagClassName
{
border-color: #399D58;
}
</style>