Shades of Chateau Green #389B4B
Tints of Chateau Green #389B4B
RGB
CMYK
RGB Variations
Color information
#389B4B (or 0x389B4B) is known color: Chateau Green. HEX triplet: 38, 9B and 4B. RGB value is (56,155,75). Sum of RGB (Red+Green+Blue) = 56+155+75=286 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.58% from 286); Green value is 155 (60.94% from 255 or 54.20% from 286); Blue value is 75 (29.69% from 255 or 26.22% from 286); Max value from RGB is 155 - color contains mainly: green. Hex color #389B4B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #389B4B is #C764B4. Grayscale: #747474. Windows color (decimal): -13067445 or 4954936. OLE color: 4954936.
HSL color Cylindrical-coordinate representation of color #389B4B: hue angle of 131.52º 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 #389B4B is Cyan = 0.64, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 56 | 155 | 75 | - |
| CMYK | 0.64 | 0 | 0.52 | 0.39 |
| HSL | 131.52º | 0.47% | 0.41% | - |
| HSV(B) | 131.52º | 0.64% | 0.61% | - |
| XYZ | 14.62 | 24.79 | 10.67 | - |
| YUV | 116.28 | 104.7 | 85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 155 | 75 | 0.64 | 0 | 0.52 | 0.39 | 131.52 | 0.47 | 0.41 |
| Hex | 38 | 9B | 4B | 40 | 0 | 34 | 27 | 84 | 2F | 29 |
| Octal | 70 | 233 | 113 | 100 | 0 | 64 | 47 | 204 | 57 | 51 |
| Binary | 111000 | 10011011 | 1001011 | 1000000 | 0 | 110100 | 100111 | 10000100 | 101111 | 101001 |
Color Harmonies of #389B4B
Complementary color
Monochromatic Colors of #389B4B
Black with #389B4B
Text Example
Text Example
White with #389B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389B4B; }
p { color: rgb(56,155,75); }
H1.HeaderClassName
{
color: #389B4B;
}
.AnyTagClassName
{
color: #389B4B;
}
</style>
background-color css
<style>
a { background-color: #389B4B; }
a { background-color: rgb(56,155,75); }
div.DivClassName
{
background-color: #389B4B;
}
.BgClassName
{
background-color: #389B4B;
}
</style>
border-color css
<style>
span { border-color: #389B4B; }
span { border-color: rgb(56,155,75); }
td.TdClassName
{
border-color: #389B4B;
}
.TagClassName
{
border-color: #389B4B;
}
</style>