Shades of Chateau Green #389C51
Tints of Chateau Green #389C51
RGB
CMYK
RGB Variations
Color information
#389C51 (or 0x389C51) is known color: Chateau Green. HEX triplet: 38, 9C and 51. RGB value is (56,156,81). Sum of RGB (Red+Green+Blue) = 56+156+81=293 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.11% from 293); Green value is 156 (61.33% from 255 or 53.24% from 293); Blue value is 81 (32.03% from 255 or 27.65% from 293); Max value from RGB is 156 - color contains mainly: green. Hex color #389C51 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389C51 is #C763AE. Grayscale: #757575. Windows color (decimal): -13067183 or 5348408. OLE color: 5348408.
HSL color Cylindrical-coordinate representation of color #389C51: hue angle of 135º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #389C51 is Cyan = 0.64, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 56 | 156 | 81 | - |
| CMYK | 0.64 | 0 | 0.48 | 0.39 |
| HSL | 135º | 0.47% | 0.42% | - |
| HSV(B) | 135º | 0.64% | 0.61% | - |
| XYZ | 15 | 25.21 | 11.86 | - |
| YUV | 117.55 | 107.37 | 84.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 156 | 81 | 0.64 | 0 | 0.48 | 0.39 | 135 | 0.47 | 0.42 |
| Hex | 38 | 9C | 51 | 40 | 0 | 30 | 27 | 87 | 2F | 2A |
| Octal | 70 | 234 | 121 | 100 | 0 | 60 | 47 | 207 | 57 | 52 |
| Binary | 111000 | 10011100 | 1010001 | 1000000 | 0 | 110000 | 100111 | 10000111 | 101111 | 101010 |
Color Harmonies of #389C51
Complementary color
Monochromatic Colors of #389C51
Black with #389C51
Text Example
Text Example
White with #389C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389C51; }
p { color: rgb(56,156,81); }
H1.HeaderClassName
{
color: #389C51;
}
.AnyTagClassName
{
color: #389C51;
}
</style>
background-color css
<style>
a { background-color: #389C51; }
a { background-color: rgb(56,156,81); }
div.DivClassName
{
background-color: #389C51;
}
.BgClassName
{
background-color: #389C51;
}
</style>
border-color css
<style>
span { border-color: #389C51; }
span { border-color: rgb(56,156,81); }
td.TdClassName
{
border-color: #389C51;
}
.TagClassName
{
border-color: #389C51;
}
</style>