Shades of Chateau Green #389645
Tints of Chateau Green #389645
RGB
CMYK
RGB Variations
Color information
#389645 (or 0x389645) is known color: Chateau Green. HEX triplet: 38, 96 and 45. RGB value is (56,150,69). Sum of RGB (Red+Green+Blue) = 56+150+69=275 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.36% from 275); Green value is 150 (58.98% from 255 or 54.55% from 275); Blue value is 69 (27.34% from 255 or 25.09% from 275); Max value from RGB is 150 - color contains mainly: green. Hex color #389645 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #389645 is #C769BA. Grayscale: #707070. Windows color (decimal): -13068731 or 4560440. OLE color: 4560440.
HSL color Cylindrical-coordinate representation of color #389645: hue angle of 128.3º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #389645 is Cyan = 0.63, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 56 | 150 | 69 | - |
| CMYK | 0.63 | 0 | 0.54 | 0.41 |
| HSL | 128.3º | 0.46% | 0.4% | - |
| HSV(B) | 128.3º | 0.63% | 0.59% | - |
| XYZ | 13.61 | 23.08 | 9.37 | - |
| YUV | 112.66 | 103.36 | 87.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 150 | 69 | 0.63 | 0 | 0.54 | 0.41 | 128.3 | 0.46 | 0.4 |
| Hex | 38 | 96 | 45 | 3F | 0 | 36 | 29 | 80 | 2E | 28 |
| Octal | 70 | 226 | 105 | 77 | 0 | 66 | 51 | 200 | 56 | 50 |
| Binary | 111000 | 10010110 | 1000101 | 111111 | 0 | 110110 | 101001 | 10000000 | 101110 | 101000 |
Color Harmonies of #389645
Complementary color
Monochromatic Colors of #389645
Black with #389645
Text Example
Text Example
White with #389645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389645; }
p { color: rgb(56,150,69); }
H1.HeaderClassName
{
color: #389645;
}
.AnyTagClassName
{
color: #389645;
}
</style>
background-color css
<style>
a { background-color: #389645; }
a { background-color: rgb(56,150,69); }
div.DivClassName
{
background-color: #389645;
}
.BgClassName
{
background-color: #389645;
}
</style>
border-color css
<style>
span { border-color: #389645; }
span { border-color: rgb(56,150,69); }
td.TdClassName
{
border-color: #389645;
}
.TagClassName
{
border-color: #389645;
}
</style>