Shades of Chateau Green #388D47
Tints of Chateau Green #388D47
RGB
CMYK
RGB Variations
Color information
#388D47 (or 0x388D47) is known color: Chateau Green. HEX triplet: 38, 8D and 47. RGB value is (56,141,71). Sum of RGB (Red+Green+Blue) = 56+141+71=268 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.90% from 268); Green value is 141 (55.47% from 255 or 52.61% from 268); Blue value is 71 (28.12% from 255 or 26.49% from 268); Max value from RGB is 141 - color contains mainly: green. Hex color #388D47 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388D47 is #C772B8. Grayscale: #6B6B6B. Windows color (decimal): -13071033 or 4689208. OLE color: 4689208.
HSL color Cylindrical-coordinate representation of color #388D47: hue angle of 130.59º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #388D47 is Cyan = 0.60, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 56 | 141 | 71 | - |
| CMYK | 0.60 | 0 | 0.50 | 0.45 |
| HSL | 130.59º | 0.43% | 0.39% | - |
| HSV(B) | 130.59º | 0.6% | 0.55% | - |
| XYZ | 12.29 | 20.35 | 9.24 | - |
| YUV | 107.61 | 107.34 | 91.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 141 | 71 | 0.60 | 0 | 0.50 | 0.45 | 130.59 | 0.43 | 0.39 |
| Hex | 38 | 8D | 47 | 3C | 0 | 32 | 2D | 83 | 2B | 27 |
| Octal | 70 | 215 | 107 | 74 | 0 | 62 | 55 | 203 | 53 | 47 |
| Binary | 111000 | 10001101 | 1000111 | 111100 | 0 | 110010 | 101101 | 10000011 | 101011 | 100111 |
Color Harmonies of #388D47
Complementary color
Monochromatic Colors of #388D47
Black with #388D47
Text Example
Text Example
White with #388D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388D47; }
p { color: rgb(56,141,71); }
H1.HeaderClassName
{
color: #388D47;
}
.AnyTagClassName
{
color: #388D47;
}
</style>
background-color css
<style>
a { background-color: #388D47; }
a { background-color: rgb(56,141,71); }
div.DivClassName
{
background-color: #388D47;
}
.BgClassName
{
background-color: #388D47;
}
</style>
border-color css
<style>
span { border-color: #388D47; }
span { border-color: rgb(56,141,71); }
td.TdClassName
{
border-color: #388D47;
}
.TagClassName
{
border-color: #388D47;
}
</style>