Shades of Chateau Green #389B52
Tints of Chateau Green #389B52
RGB
CMYK
RGB Variations
Color information
#389B52 (or 0x389B52) is known color: Chateau Green. HEX triplet: 38, 9B and 52. RGB value is (56,155,82). Sum of RGB (Red+Green+Blue) = 56+155+82=293 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.11% from 293); Green value is 155 (60.94% from 255 or 52.90% from 293); Blue value is 82 (32.42% from 255 or 27.99% from 293); Max value from RGB is 155 - color contains mainly: green. Hex color #389B52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389B52 is #C764AD. Grayscale: #757575. Windows color (decimal): -13067438 or 5413688. OLE color: 5413688.
HSL color Cylindrical-coordinate representation of color #389B52: hue angle of 135.76º 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 #389B52 is Cyan = 0.64, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 56 | 155 | 82 | - |
| CMYK | 0.64 | 0 | 0.47 | 0.39 |
| HSL | 135.76º | 0.47% | 0.41% | - |
| HSV(B) | 135.76º | 0.64% | 0.61% | - |
| XYZ | 14.88 | 24.89 | 12 | - |
| YUV | 117.08 | 108.2 | 84.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 155 | 82 | 0.64 | 0 | 0.47 | 0.39 | 135.76 | 0.47 | 0.41 |
| Hex | 38 | 9B | 52 | 40 | 0 | 2F | 27 | 88 | 2F | 29 |
| Octal | 70 | 233 | 122 | 100 | 0 | 57 | 47 | 210 | 57 | 51 |
| Binary | 111000 | 10011011 | 1010010 | 1000000 | 0 | 101111 | 100111 | 10001000 | 101111 | 101001 |
Color Harmonies of #389B52
Complementary color
Monochromatic Colors of #389B52
Black with #389B52
Text Example
Text Example
White with #389B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389B52; }
p { color: rgb(56,155,82); }
H1.HeaderClassName
{
color: #389B52;
}
.AnyTagClassName
{
color: #389B52;
}
</style>
background-color css
<style>
a { background-color: #389B52; }
a { background-color: rgb(56,155,82); }
div.DivClassName
{
background-color: #389B52;
}
.BgClassName
{
background-color: #389B52;
}
</style>
border-color css
<style>
span { border-color: #389B52; }
span { border-color: rgb(56,155,82); }
td.TdClassName
{
border-color: #389B52;
}
.TagClassName
{
border-color: #389B52;
}
</style>