Shades of Chateau Green #389D4A
Tints of Chateau Green #389D4A
RGB
CMYK
RGB Variations
Color information
#389D4A (or 0x389D4A) is known color: Chateau Green. HEX triplet: 38, 9D and 4A. RGB value is (56,157,74). Sum of RGB (Red+Green+Blue) = 56+157+74=287 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.51% from 287); Green value is 157 (61.72% from 255 or 54.70% from 287); Blue value is 74 (29.30% from 255 or 25.78% from 287); Max value from RGB is 157 - color contains mainly: green. Hex color #389D4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #389D4A is #C762B5. Grayscale: #757575. Windows color (decimal): -13066934 or 4889912. OLE color: 4889912.
HSL color Cylindrical-coordinate representation of color #389D4A: hue angle of 130.69º 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 #389D4A is Cyan = 0.64, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 56 | 157 | 74 | - |
| CMYK | 0.64 | 0 | 0.53 | 0.38 |
| HSL | 130.69º | 0.47% | 0.42% | - |
| HSV(B) | 130.69º | 0.64% | 0.62% | - |
| XYZ | 14.92 | 25.45 | 10.6 | - |
| YUV | 117.34 | 103.54 | 84.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 157 | 74 | 0.64 | 0 | 0.53 | 0.38 | 130.69 | 0.47 | 0.42 |
| Hex | 38 | 9D | 4A | 40 | 0 | 35 | 26 | 83 | 2F | 2A |
| Octal | 70 | 235 | 112 | 100 | 0 | 65 | 46 | 203 | 57 | 52 |
| Binary | 111000 | 10011101 | 1001010 | 1000000 | 0 | 110101 | 100110 | 10000011 | 101111 | 101010 |
Color Harmonies of #389D4A
Complementary color
Monochromatic Colors of #389D4A
Black with #389D4A
Text Example
Text Example
White with #389D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389D4A; }
p { color: rgb(56,157,74); }
H1.HeaderClassName
{
color: #389D4A;
}
.AnyTagClassName
{
color: #389D4A;
}
</style>
background-color css
<style>
a { background-color: #389D4A; }
a { background-color: rgb(56,157,74); }
div.DivClassName
{
background-color: #389D4A;
}
.BgClassName
{
background-color: #389D4A;
}
</style>
border-color css
<style>
span { border-color: #389D4A; }
span { border-color: rgb(56,157,74); }
td.TdClassName
{
border-color: #389D4A;
}
.TagClassName
{
border-color: #389D4A;
}
</style>