Shades of Chateau Green #389553
Tints of Chateau Green #389553
RGB
CMYK
RGB Variations
Color information
#389553 (or 0x389553) is known color: Chateau Green. HEX triplet: 38, 95 and 53. RGB value is (56,149,83). Sum of RGB (Red+Green+Blue) = 56+149+83=288 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.44% from 288); Green value is 149 (58.59% from 255 or 51.74% from 288); Blue value is 83 (32.81% from 255 or 28.82% from 288); Max value from RGB is 149 - color contains mainly: green. Hex color #389553 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389553 is #C76AAC. Grayscale: #717171. Windows color (decimal): -13068973 or 5477688. OLE color: 5477688.
HSL color Cylindrical-coordinate representation of color #389553: hue angle of 137.42º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #389553 is Cyan = 0.62, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 56 | 149 | 83 | - |
| CMYK | 0.62 | 0 | 0.44 | 0.42 |
| HSL | 137.42º | 0.45% | 0.4% | - |
| HSV(B) | 137.42º | 0.62% | 0.58% | - |
| XYZ | 13.94 | 22.96 | 11.88 | - |
| YUV | 113.67 | 110.69 | 86.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 149 | 83 | 0.62 | 0 | 0.44 | 0.42 | 137.42 | 0.45 | 0.4 |
| Hex | 38 | 95 | 53 | 3E | 0 | 2C | 2A | 89 | 2D | 28 |
| Octal | 70 | 225 | 123 | 76 | 0 | 54 | 52 | 211 | 55 | 50 |
| Binary | 111000 | 10010101 | 1010011 | 111110 | 0 | 101100 | 101010 | 10001001 | 101101 | 101000 |
Color Harmonies of #389553
Complementary color
Monochromatic Colors of #389553
Black with #389553
Text Example
Text Example
White with #389553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389553; }
p { color: rgb(56,149,83); }
H1.HeaderClassName
{
color: #389553;
}
.AnyTagClassName
{
color: #389553;
}
</style>
background-color css
<style>
a { background-color: #389553; }
a { background-color: rgb(56,149,83); }
div.DivClassName
{
background-color: #389553;
}
.BgClassName
{
background-color: #389553;
}
</style>
border-color css
<style>
span { border-color: #389553; }
span { border-color: rgb(56,149,83); }
td.TdClassName
{
border-color: #389553;
}
.TagClassName
{
border-color: #389553;
}
</style>