Shades of Chateau Green #389E4A
Tints of Chateau Green #389E4A
RGB
CMYK
RGB Variations
Color information
#389E4A (or 0x389E4A) is known color: Chateau Green. HEX triplet: 38, 9E and 4A. RGB value is (56,158,74). Sum of RGB (Red+Green+Blue) = 56+158+74=288 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.44% from 288); Green value is 158 (62.11% from 255 or 54.86% from 288); Blue value is 74 (29.30% from 255 or 25.69% from 288); Max value from RGB is 158 - color contains mainly: green. Hex color #389E4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #389E4A is #C761B5. Grayscale: #767676. Windows color (decimal): -13066678 or 4890168. OLE color: 4890168.
HSL color Cylindrical-coordinate representation of color #389E4A: hue angle of 130.59º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #389E4A is Cyan = 0.65, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 56 | 158 | 74 | - |
| CMYK | 0.65 | 0 | 0.53 | 0.38 |
| HSL | 130.59º | 0.48% | 0.42% | - |
| HSV(B) | 130.59º | 0.65% | 0.62% | - |
| XYZ | 15.09 | 25.79 | 10.66 | - |
| YUV | 117.93 | 103.21 | 83.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 158 | 74 | 0.65 | 0 | 0.53 | 0.38 | 130.59 | 0.48 | 0.42 |
| Hex | 38 | 9E | 4A | 41 | 0 | 35 | 26 | 83 | 30 | 2A |
| Octal | 70 | 236 | 112 | 101 | 0 | 65 | 46 | 203 | 60 | 52 |
| Binary | 111000 | 10011110 | 1001010 | 1000001 | 0 | 110101 | 100110 | 10000011 | 110000 | 101010 |
Color Harmonies of #389E4A
Complementary color
Monochromatic Colors of #389E4A
Black with #389E4A
Text Example
Text Example
White with #389E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389E4A; }
p { color: rgb(56,158,74); }
H1.HeaderClassName
{
color: #389E4A;
}
.AnyTagClassName
{
color: #389E4A;
}
</style>
background-color css
<style>
a { background-color: #389E4A; }
a { background-color: rgb(56,158,74); }
div.DivClassName
{
background-color: #389E4A;
}
.BgClassName
{
background-color: #389E4A;
}
</style>
border-color css
<style>
span { border-color: #389E4A; }
span { border-color: rgb(56,158,74); }
td.TdClassName
{
border-color: #389E4A;
}
.TagClassName
{
border-color: #389E4A;
}
</style>