Shades of Chateau Green #389F49
Tints of Chateau Green #389F49
RGB
CMYK
RGB Variations
Color information
#389F49 (or 0x389F49) is known color: Chateau Green. HEX triplet: 38, 9F and 49. RGB value is (56,159,73). Sum of RGB (Red+Green+Blue) = 56+159+73=288 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.44% from 288); Green value is 159 (62.5% from 255 or 55.21% from 288); Blue value is 73 (28.91% from 255 or 25.35% from 288); Max value from RGB is 159 - color contains mainly: green. Hex color #389F49 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #389F49 is #C760B6. Grayscale: #767676. Windows color (decimal): -13066423 or 4824888. OLE color: 4824888.
HSL color Cylindrical-coordinate representation of color #389F49: hue angle of 129.9º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #389F49 is Cyan = 0.65, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 56 | 159 | 73 | - |
| CMYK | 0.65 | 0 | 0.54 | 0.38 |
| HSL | 129.9º | 0.48% | 0.42% | - |
| HSV(B) | 129.9º | 0.65% | 0.62% | - |
| XYZ | 15.23 | 26.12 | 10.54 | - |
| YUV | 118.4 | 102.38 | 83.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 159 | 73 | 0.65 | 0 | 0.54 | 0.38 | 129.9 | 0.48 | 0.42 |
| Hex | 38 | 9F | 49 | 41 | 0 | 36 | 26 | 82 | 30 | 2A |
| Octal | 70 | 237 | 111 | 101 | 0 | 66 | 46 | 202 | 60 | 52 |
| Binary | 111000 | 10011111 | 1001001 | 1000001 | 0 | 110110 | 100110 | 10000010 | 110000 | 101010 |
Color Harmonies of #389F49
Complementary color
Monochromatic Colors of #389F49
Black with #389F49
Text Example
Text Example
White with #389F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389F49; }
p { color: rgb(56,159,73); }
H1.HeaderClassName
{
color: #389F49;
}
.AnyTagClassName
{
color: #389F49;
}
</style>
background-color css
<style>
a { background-color: #389F49; }
a { background-color: rgb(56,159,73); }
div.DivClassName
{
background-color: #389F49;
}
.BgClassName
{
background-color: #389F49;
}
</style>
border-color css
<style>
span { border-color: #389F49; }
span { border-color: rgb(56,159,73); }
td.TdClassName
{
border-color: #389F49;
}
.TagClassName
{
border-color: #389F49;
}
</style>