Shades of Chateau Green #389046
Tints of Chateau Green #389046
RGB
CMYK
RGB Variations
Color information
#389046 (or 0x389046) is known color: Chateau Green. HEX triplet: 38, 90 and 46. RGB value is (56,144,70). Sum of RGB (Red+Green+Blue) = 56+144+70=270 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.74% from 270); Green value is 144 (56.64% from 255 or 53.33% from 270); Blue value is 70 (27.73% from 255 or 25.93% from 270); Max value from RGB is 144 - color contains mainly: green. Hex color #389046 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #389046 is #C76FB9. Grayscale: #6D6D6D. Windows color (decimal): -13070266 or 4624440. OLE color: 4624440.
HSL color Cylindrical-coordinate representation of color #389046: hue angle of 129.55º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #389046 is Cyan = 0.61, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 56 | 144 | 70 | - |
| CMYK | 0.61 | 0 | 0.51 | 0.44 |
| HSL | 129.55º | 0.44% | 0.39% | - |
| HSV(B) | 129.55º | 0.61% | 0.56% | - |
| XYZ | 12.71 | 21.23 | 9.22 | - |
| YUV | 109.25 | 105.85 | 90.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 144 | 70 | 0.61 | 0 | 0.51 | 0.44 | 129.55 | 0.44 | 0.39 |
| Hex | 38 | 90 | 46 | 3D | 0 | 33 | 2C | 82 | 2C | 27 |
| Octal | 70 | 220 | 106 | 75 | 0 | 63 | 54 | 202 | 54 | 47 |
| Binary | 111000 | 10010000 | 1000110 | 111101 | 0 | 110011 | 101100 | 10000010 | 101100 | 100111 |
Color Harmonies of #389046
Complementary color
Monochromatic Colors of #389046
Black with #389046
Text Example
Text Example
White with #389046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389046; }
p { color: rgb(56,144,70); }
H1.HeaderClassName
{
color: #389046;
}
.AnyTagClassName
{
color: #389046;
}
</style>
background-color css
<style>
a { background-color: #389046; }
a { background-color: rgb(56,144,70); }
div.DivClassName
{
background-color: #389046;
}
.BgClassName
{
background-color: #389046;
}
</style>
border-color css
<style>
span { border-color: #389046; }
span { border-color: rgb(56,144,70); }
td.TdClassName
{
border-color: #389046;
}
.TagClassName
{
border-color: #389046;
}
</style>