Shades of Chateau Green #389D4B
Tints of Chateau Green #389D4B
RGB
CMYK
RGB Variations
Color information
#389D4B (or 0x389D4B) is known color: Chateau Green. HEX triplet: 38, 9D and 4B. RGB value is (56,157,75). Sum of RGB (Red+Green+Blue) = 56+157+75=288 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.44% from 288); Green value is 157 (61.72% from 255 or 54.51% from 288); Blue value is 75 (29.69% from 255 or 26.04% from 288); Max value from RGB is 157 - color contains mainly: green. Hex color #389D4B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #389D4B is #C762B4. Grayscale: #757575. Windows color (decimal): -13066933 or 4955448. OLE color: 4955448.
HSL color Cylindrical-coordinate representation of color #389D4B: hue angle of 131.29º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #389D4B is Cyan = 0.64, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 56 | 157 | 75 | - |
| CMYK | 0.64 | 0 | 0.52 | 0.38 |
| HSL | 131.29º | 0.47% | 0.42% | - |
| HSV(B) | 131.29º | 0.64% | 0.62% | - |
| XYZ | 14.96 | 25.46 | 10.78 | - |
| YUV | 117.45 | 104.04 | 84.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 157 | 75 | 0.64 | 0 | 0.52 | 0.38 | 131.29 | 0.47 | 0.42 |
| Hex | 38 | 9D | 4B | 40 | 0 | 34 | 26 | 83 | 2F | 2A |
| Octal | 70 | 235 | 113 | 100 | 0 | 64 | 46 | 203 | 57 | 52 |
| Binary | 111000 | 10011101 | 1001011 | 1000000 | 0 | 110100 | 100110 | 10000011 | 101111 | 101010 |
Color Harmonies of #389D4B
Complementary color
Monochromatic Colors of #389D4B
Black with #389D4B
Text Example
Text Example
White with #389D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389D4B; }
p { color: rgb(56,157,75); }
H1.HeaderClassName
{
color: #389D4B;
}
.AnyTagClassName
{
color: #389D4B;
}
</style>
background-color css
<style>
a { background-color: #389D4B; }
a { background-color: rgb(56,157,75); }
div.DivClassName
{
background-color: #389D4B;
}
.BgClassName
{
background-color: #389D4B;
}
</style>
border-color css
<style>
span { border-color: #389D4B; }
span { border-color: rgb(56,157,75); }
td.TdClassName
{
border-color: #389D4B;
}
.TagClassName
{
border-color: #389D4B;
}
</style>