Shades of Chateau Green #389949
Tints of Chateau Green #389949
RGB
CMYK
RGB Variations
Color information
#389949 (or 0x389949) is known color: Chateau Green. HEX triplet: 38, 99 and 49. RGB value is (56,153,73). Sum of RGB (Red+Green+Blue) = 56+153+73=282 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.86% from 282); Green value is 153 (60.16% from 255 or 54.26% from 282); Blue value is 73 (28.91% from 255 or 25.89% from 282); Max value from RGB is 153 - color contains mainly: green. Hex color #389949 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #389949 is #C766B6. Grayscale: #737373. Windows color (decimal): -13067959 or 4823352. OLE color: 4823352.
HSL color Cylindrical-coordinate representation of color #389949: hue angle of 130.52º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #389949 is Cyan = 0.63, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 56 | 153 | 73 | - |
| CMYK | 0.63 | 0 | 0.52 | 0.4 |
| HSL | 130.52º | 0.46% | 0.41% | - |
| HSV(B) | 130.52º | 0.63% | 0.6% | - |
| XYZ | 14.22 | 24.1 | 10.21 | - |
| YUV | 114.88 | 104.36 | 86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 153 | 73 | 0.63 | 0 | 0.52 | 0.4 | 130.52 | 0.46 | 0.41 |
| Hex | 38 | 99 | 49 | 3F | 0 | 34 | 28 | 83 | 2E | 29 |
| Octal | 70 | 231 | 111 | 77 | 0 | 64 | 50 | 203 | 56 | 51 |
| Binary | 111000 | 10011001 | 1001001 | 111111 | 0 | 110100 | 101000 | 10000011 | 101110 | 101001 |
Color Harmonies of #389949
Complementary color
Monochromatic Colors of #389949
Black with #389949
Text Example
Text Example
White with #389949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389949; }
p { color: rgb(56,153,73); }
H1.HeaderClassName
{
color: #389949;
}
.AnyTagClassName
{
color: #389949;
}
</style>
background-color css
<style>
a { background-color: #389949; }
a { background-color: rgb(56,153,73); }
div.DivClassName
{
background-color: #389949;
}
.BgClassName
{
background-color: #389949;
}
</style>
border-color css
<style>
span { border-color: #389949; }
span { border-color: rgb(56,153,73); }
td.TdClassName
{
border-color: #389949;
}
.TagClassName
{
border-color: #389949;
}
</style>