Shades of Chateau Green #399D4A
Tints of Chateau Green #399D4A
RGB
CMYK
RGB Variations
Color information
#399D4A (or 0x399D4A) is known color: Chateau Green. HEX triplet: 39, 9D and 4A. RGB value is (57,157,74). Sum of RGB (Red+Green+Blue) = 57+157+74=288 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.79% from 288); Green value is 157 (61.72% from 255 or 54.51% from 288); Blue value is 74 (29.30% from 255 or 25.69% from 288); Max value from RGB is 157 - color contains mainly: green. Hex color #399D4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #399D4A is #C662B5. Grayscale: #757575. Windows color (decimal): -13001398 or 4889913. OLE color: 4889913.
HSL color Cylindrical-coordinate representation of color #399D4A: hue angle of 130.2º 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 #399D4A is Cyan = 0.64, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 57 | 157 | 74 | - |
| CMYK | 0.64 | 0 | 0.53 | 0.38 |
| HSL | 130.2º | 0.47% | 0.42% | - |
| HSV(B) | 130.2º | 0.64% | 0.62% | - |
| XYZ | 14.98 | 25.48 | 10.61 | - |
| YUV | 117.64 | 103.37 | 84.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 157 | 74 | 0.64 | 0 | 0.53 | 0.38 | 130.2 | 0.47 | 0.42 |
| Hex | 39 | 9D | 4A | 40 | 0 | 35 | 26 | 82 | 2F | 2A |
| Octal | 71 | 235 | 112 | 100 | 0 | 65 | 46 | 202 | 57 | 52 |
| Binary | 111001 | 10011101 | 1001010 | 1000000 | 0 | 110101 | 100110 | 10000010 | 101111 | 101010 |
Color Harmonies of #399D4A
Complementary color
Monochromatic Colors of #399D4A
Black with #399D4A
Text Example
Text Example
White with #399D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #399D4A; }
p { color: rgb(57,157,74); }
H1.HeaderClassName
{
color: #399D4A;
}
.AnyTagClassName
{
color: #399D4A;
}
</style>
background-color css
<style>
a { background-color: #399D4A; }
a { background-color: rgb(57,157,74); }
div.DivClassName
{
background-color: #399D4A;
}
.BgClassName
{
background-color: #399D4A;
}
</style>
border-color css
<style>
span { border-color: #399D4A; }
span { border-color: rgb(57,157,74); }
td.TdClassName
{
border-color: #399D4A;
}
.TagClassName
{
border-color: #399D4A;
}
</style>