Shades of Chateau Green #399150
Tints of Chateau Green #399150
RGB
CMYK
RGB Variations
Color information
#399150 (or 0x399150) is known color: Chateau Green. HEX triplet: 39, 91 and 50. RGB value is (57,145,80). Sum of RGB (Red+Green+Blue) = 57+145+80=282 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.21% from 282); Green value is 145 (57.03% from 255 or 51.42% from 282); Blue value is 80 (31.64% from 255 or 28.37% from 282); Max value from RGB is 145 - color contains mainly: green. Hex color #399150 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #399150 is #C66EAF. Grayscale: #6F6F6F. Windows color (decimal): -13004464 or 5280057. OLE color: 5280057.
HSL color Cylindrical-coordinate representation of color #399150: hue angle of 135.68º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #399150 is Cyan = 0.61, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 57 | 145 | 80 | - |
| CMYK | 0.61 | 0 | 0.45 | 0.43 |
| HSL | 135.68º | 0.44% | 0.4% | - |
| HSV(B) | 135.68º | 0.61% | 0.57% | - |
| XYZ | 13.26 | 21.7 | 11.08 | - |
| YUV | 111.28 | 110.35 | 89.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 145 | 80 | 0.61 | 0 | 0.45 | 0.43 | 135.68 | 0.44 | 0.4 |
| Hex | 39 | 91 | 50 | 3D | 0 | 2D | 2B | 88 | 2C | 28 |
| Octal | 71 | 221 | 120 | 75 | 0 | 55 | 53 | 210 | 54 | 50 |
| Binary | 111001 | 10010001 | 1010000 | 111101 | 0 | 101101 | 101011 | 10001000 | 101100 | 101000 |
Color Harmonies of #399150
Complementary color
Monochromatic Colors of #399150
Black with #399150
Text Example
Text Example
White with #399150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #399150; }
p { color: rgb(57,145,80); }
H1.HeaderClassName
{
color: #399150;
}
.AnyTagClassName
{
color: #399150;
}
</style>
background-color css
<style>
a { background-color: #399150; }
a { background-color: rgb(57,145,80); }
div.DivClassName
{
background-color: #399150;
}
.BgClassName
{
background-color: #399150;
}
</style>
border-color css
<style>
span { border-color: #399150; }
span { border-color: rgb(57,145,80); }
td.TdClassName
{
border-color: #399150;
}
.TagClassName
{
border-color: #399150;
}
</style>