Shades of Chateau Green #389C4B
Tints of Chateau Green #389C4B
RGB
CMYK
RGB Variations
Color information
#389C4B (or 0x389C4B) is known color: Chateau Green. HEX triplet: 38, 9C and 4B. RGB value is (56,156,75). Sum of RGB (Red+Green+Blue) = 56+156+75=287 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.51% from 287); Green value is 156 (61.33% from 255 or 54.36% from 287); Blue value is 75 (29.69% from 255 or 26.13% from 287); Max value from RGB is 156 - color contains mainly: green. Hex color #389C4B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #389C4B is #C763B4. Grayscale: #757575. Windows color (decimal): -13067189 or 4955192. OLE color: 4955192.
HSL color Cylindrical-coordinate representation of color #389C4B: hue angle of 131.4º 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 #389C4B is Cyan = 0.64, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 56 | 156 | 75 | - |
| CMYK | 0.64 | 0 | 0.52 | 0.39 |
| HSL | 131.4º | 0.47% | 0.42% | - |
| HSV(B) | 131.4º | 0.64% | 0.61% | - |
| XYZ | 14.79 | 25.13 | 10.73 | - |
| YUV | 116.87 | 104.37 | 84.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 156 | 75 | 0.64 | 0 | 0.52 | 0.39 | 131.4 | 0.47 | 0.42 |
| Hex | 38 | 9C | 4B | 40 | 0 | 34 | 27 | 83 | 2F | 2A |
| Octal | 70 | 234 | 113 | 100 | 0 | 64 | 47 | 203 | 57 | 52 |
| Binary | 111000 | 10011100 | 1001011 | 1000000 | 0 | 110100 | 100111 | 10000011 | 101111 | 101010 |
Color Harmonies of #389C4B
Complementary color
Monochromatic Colors of #389C4B
Black with #389C4B
Text Example
Text Example
White with #389C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389C4B; }
p { color: rgb(56,156,75); }
H1.HeaderClassName
{
color: #389C4B;
}
.AnyTagClassName
{
color: #389C4B;
}
</style>
background-color css
<style>
a { background-color: #389C4B; }
a { background-color: rgb(56,156,75); }
div.DivClassName
{
background-color: #389C4B;
}
.BgClassName
{
background-color: #389C4B;
}
</style>
border-color css
<style>
span { border-color: #389C4B; }
span { border-color: rgb(56,156,75); }
td.TdClassName
{
border-color: #389C4B;
}
.TagClassName
{
border-color: #389C4B;
}
</style>