Shades of Chateau Green #389C49
Tints of Chateau Green #389C49
RGB
CMYK
RGB Variations
Color information
#389C49 (or 0x389C49) is known color: Chateau Green. HEX triplet: 38, 9C and 49. RGB value is (56,156,73). Sum of RGB (Red+Green+Blue) = 56+156+73=285 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.65% from 285); Green value is 156 (61.33% from 255 or 54.74% from 285); Blue value is 73 (28.91% from 255 or 25.61% from 285); Max value from RGB is 156 - color contains mainly: green. Hex color #389C49 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #389C49 is #C763B6. Grayscale: #747474. Windows color (decimal): -13067191 or 4824120. OLE color: 4824120.
HSL color Cylindrical-coordinate representation of color #389C49: hue angle of 130.2º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #389C49 is Cyan = 0.64, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 56 | 156 | 73 | - |
| CMYK | 0.64 | 0 | 0.53 | 0.39 |
| HSL | 130.2º | 0.47% | 0.42% | - |
| HSV(B) | 130.2º | 0.64% | 0.61% | - |
| XYZ | 14.72 | 25.1 | 10.37 | - |
| YUV | 116.64 | 103.37 | 84.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 156 | 73 | 0.64 | 0 | 0.53 | 0.39 | 130.2 | 0.47 | 0.42 |
| Hex | 38 | 9C | 49 | 40 | 0 | 35 | 27 | 82 | 2F | 2A |
| Octal | 70 | 234 | 111 | 100 | 0 | 65 | 47 | 202 | 57 | 52 |
| Binary | 111000 | 10011100 | 1001001 | 1000000 | 0 | 110101 | 100111 | 10000010 | 101111 | 101010 |
Color Harmonies of #389C49
Complementary color
Monochromatic Colors of #389C49
Black with #389C49
Text Example
Text Example
White with #389C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389C49; }
p { color: rgb(56,156,73); }
H1.HeaderClassName
{
color: #389C49;
}
.AnyTagClassName
{
color: #389C49;
}
</style>
background-color css
<style>
a { background-color: #389C49; }
a { background-color: rgb(56,156,73); }
div.DivClassName
{
background-color: #389C49;
}
.BgClassName
{
background-color: #389C49;
}
</style>
border-color css
<style>
span { border-color: #389C49; }
span { border-color: rgb(56,156,73); }
td.TdClassName
{
border-color: #389C49;
}
.TagClassName
{
border-color: #389C49;
}
</style>