Shades of Chateau Green #399F4A
Tints of Chateau Green #399F4A
RGB
CMYK
RGB Variations
Color information
#399F4A (or 0x399F4A) is known color: Chateau Green. HEX triplet: 39, 9F and 4A. RGB value is (57,159,74). Sum of RGB (Red+Green+Blue) = 57+159+74=290 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.66% from 290); Green value is 159 (62.5% from 255 or 54.83% from 290); Blue value is 74 (29.30% from 255 or 25.52% from 290); Max value from RGB is 159 - color contains mainly: green. Hex color #399F4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #399F4A is #C660B5. Grayscale: #777777. Windows color (decimal): -13000886 or 4890425. OLE color: 4890425.
HSL color Cylindrical-coordinate representation of color #399F4A: hue angle of 130º 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 #399F4A is Cyan = 0.64, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 57 | 159 | 74 | - |
| CMYK | 0.64 | 0 | 0.53 | 0.38 |
| HSL | 130º | 0.47% | 0.42% | - |
| HSV(B) | 130º | 0.64% | 0.62% | - |
| XYZ | 15.32 | 26.16 | 10.72 | - |
| YUV | 118.81 | 102.71 | 83.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 159 | 74 | 0.64 | 0 | 0.53 | 0.38 | 130 | 0.47 | 0.42 |
| Hex | 39 | 9F | 4A | 40 | 0 | 35 | 26 | 82 | 2F | 2A |
| Octal | 71 | 237 | 112 | 100 | 0 | 65 | 46 | 202 | 57 | 52 |
| Binary | 111001 | 10011111 | 1001010 | 1000000 | 0 | 110101 | 100110 | 10000010 | 101111 | 101010 |
Color Harmonies of #399F4A
Complementary color
Monochromatic Colors of #399F4A
Black with #399F4A
Text Example
Text Example
White with #399F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #399F4A; }
p { color: rgb(57,159,74); }
H1.HeaderClassName
{
color: #399F4A;
}
.AnyTagClassName
{
color: #399F4A;
}
</style>
background-color css
<style>
a { background-color: #399F4A; }
a { background-color: rgb(57,159,74); }
div.DivClassName
{
background-color: #399F4A;
}
.BgClassName
{
background-color: #399F4A;
}
</style>
border-color css
<style>
span { border-color: #399F4A; }
span { border-color: rgb(57,159,74); }
td.TdClassName
{
border-color: #399F4A;
}
.TagClassName
{
border-color: #399F4A;
}
</style>