Shades of Chateau Green #389F54
Tints of Chateau Green #389F54
RGB
CMYK
RGB Variations
Color information
#389F54 (or 0x389F54) is known color: Chateau Green. HEX triplet: 38, 9F and 54. RGB value is (56,159,84). Sum of RGB (Red+Green+Blue) = 56+159+84=299 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.73% from 299); Green value is 159 (62.5% from 255 or 53.18% from 299); Blue value is 84 (33.20% from 255 or 28.09% from 299); Max value from RGB is 159 - color contains mainly: green. Hex color #389F54 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389F54 is #C760AB. Grayscale: #777777. Windows color (decimal): -13066412 or 5545784. OLE color: 5545784.
HSL color Cylindrical-coordinate representation of color #389F54: hue angle of 136.31º 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 #389F54 is Cyan = 0.65, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 56 | 159 | 84 | - |
| CMYK | 0.65 | 0 | 0.47 | 0.38 |
| HSL | 136.31º | 0.48% | 0.42% | - |
| HSV(B) | 136.31º | 0.65% | 0.62% | - |
| XYZ | 15.63 | 26.28 | 12.64 | - |
| YUV | 119.65 | 107.88 | 82.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 159 | 84 | 0.65 | 0 | 0.47 | 0.38 | 136.31 | 0.48 | 0.42 |
| Hex | 38 | 9F | 54 | 41 | 0 | 2F | 26 | 88 | 30 | 2A |
| Octal | 70 | 237 | 124 | 101 | 0 | 57 | 46 | 210 | 60 | 52 |
| Binary | 111000 | 10011111 | 1010100 | 1000001 | 0 | 101111 | 100110 | 10001000 | 110000 | 101010 |
Color Harmonies of #389F54
Complementary color
Monochromatic Colors of #389F54
Black with #389F54
Text Example
Text Example
White with #389F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389F54; }
p { color: rgb(56,159,84); }
H1.HeaderClassName
{
color: #389F54;
}
.AnyTagClassName
{
color: #389F54;
}
</style>
background-color css
<style>
a { background-color: #389F54; }
a { background-color: rgb(56,159,84); }
div.DivClassName
{
background-color: #389F54;
}
.BgClassName
{
background-color: #389F54;
}
</style>
border-color css
<style>
span { border-color: #389F54; }
span { border-color: rgb(56,159,84); }
td.TdClassName
{
border-color: #389F54;
}
.TagClassName
{
border-color: #389F54;
}
</style>