Shades of Chateau Green #389B58
Tints of Chateau Green #389B58
RGB
CMYK
RGB Variations
Color information
#389B58 (or 0x389B58) is known color: Chateau Green. HEX triplet: 38, 9B and 58. RGB value is (56,155,88). Sum of RGB (Red+Green+Blue) = 56+155+88=299 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.73% from 299); Green value is 155 (60.94% from 255 or 51.84% from 299); Blue value is 88 (34.77% from 255 or 29.43% from 299); Max value from RGB is 155 - color contains mainly: green. Hex color #389B58 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389B58 is #C764A7. Grayscale: #757575. Windows color (decimal): -13067432 or 5806904. OLE color: 5806904.
HSL color Cylindrical-coordinate representation of color #389B58: hue angle of 139.39º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #389B58 is Cyan = 0.64, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 56 | 155 | 88 | - |
| CMYK | 0.64 | 0 | 0.43 | 0.39 |
| HSL | 139.39º | 0.47% | 0.41% | - |
| HSV(B) | 139.39º | 0.64% | 0.61% | - |
| XYZ | 15.11 | 24.99 | 13.26 | - |
| YUV | 117.76 | 111.2 | 83.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 155 | 88 | 0.64 | 0 | 0.43 | 0.39 | 139.39 | 0.47 | 0.41 |
| Hex | 38 | 9B | 58 | 40 | 0 | 2B | 27 | 8B | 2F | 29 |
| Octal | 70 | 233 | 130 | 100 | 0 | 53 | 47 | 213 | 57 | 51 |
| Binary | 111000 | 10011011 | 1011000 | 1000000 | 0 | 101011 | 100111 | 10001011 | 101111 | 101001 |
Color Harmonies of #389B58
Complementary color
Monochromatic Colors of #389B58
Black with #389B58
Text Example
Text Example
White with #389B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389B58; }
p { color: rgb(56,155,88); }
H1.HeaderClassName
{
color: #389B58;
}
.AnyTagClassName
{
color: #389B58;
}
</style>
background-color css
<style>
a { background-color: #389B58; }
a { background-color: rgb(56,155,88); }
div.DivClassName
{
background-color: #389B58;
}
.BgClassName
{
background-color: #389B58;
}
</style>
border-color css
<style>
span { border-color: #389B58; }
span { border-color: rgb(56,155,88); }
td.TdClassName
{
border-color: #389B58;
}
.TagClassName
{
border-color: #389B58;
}
</style>