Shades of Chateau Green #399950
Tints of Chateau Green #399950
RGB
CMYK
RGB Variations
Color information
#399950 (or 0x399950) is known color: Chateau Green. HEX triplet: 39, 99 and 50. RGB value is (57,153,80). Sum of RGB (Red+Green+Blue) = 57+153+80=290 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.66% from 290); Green value is 153 (60.16% from 255 or 52.76% from 290); Blue value is 80 (31.64% from 255 or 27.59% from 290); Max value from RGB is 153 - color contains mainly: green. Hex color #399950 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #399950 is #C666AF. Grayscale: #747474. Windows color (decimal): -13002416 or 5282105. OLE color: 5282105.
HSL color Cylindrical-coordinate representation of color #399950: hue angle of 134.38º 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 #399950 is Cyan = 0.63, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 57 | 153 | 80 | - |
| CMYK | 0.63 | 0 | 0.48 | 0.4 |
| HSL | 134.38º | 0.46% | 0.41% | - |
| HSV(B) | 134.38º | 0.63% | 0.6% | - |
| XYZ | 14.53 | 24.23 | 11.5 | - |
| YUV | 115.97 | 107.7 | 85.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 153 | 80 | 0.63 | 0 | 0.48 | 0.4 | 134.38 | 0.46 | 0.41 |
| Hex | 39 | 99 | 50 | 3F | 0 | 30 | 28 | 86 | 2E | 29 |
| Octal | 71 | 231 | 120 | 77 | 0 | 60 | 50 | 206 | 56 | 51 |
| Binary | 111001 | 10011001 | 1010000 | 111111 | 0 | 110000 | 101000 | 10000110 | 101110 | 101001 |
Color Harmonies of #399950
Complementary color
Monochromatic Colors of #399950
Black with #399950
Text Example
Text Example
White with #399950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #399950; }
p { color: rgb(57,153,80); }
H1.HeaderClassName
{
color: #399950;
}
.AnyTagClassName
{
color: #399950;
}
</style>
background-color css
<style>
a { background-color: #399950; }
a { background-color: rgb(57,153,80); }
div.DivClassName
{
background-color: #399950;
}
.BgClassName
{
background-color: #399950;
}
</style>
border-color css
<style>
span { border-color: #399950; }
span { border-color: rgb(57,153,80); }
td.TdClassName
{
border-color: #399950;
}
.TagClassName
{
border-color: #399950;
}
</style>