Shades of Chateau Green #38BA56
Tints of Chateau Green #38BA56
RGB
CMYK
RGB Variations
Color information
#38BA56 (or 0x38BA56) is known color: Chateau Green. HEX triplet: 38, BA and 56. RGB value is (56,186,86). Sum of RGB (Red+Green+Blue) = 56+186+86=328 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.07% from 328); Green value is 186 (73.05% from 255 or 56.71% from 328); Blue value is 86 (33.98% from 255 or 26.22% from 328); Max value from RGB is 186 - color contains mainly: green. Hex color #38BA56 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38BA56 is #C745A9. Grayscale: #888888. Windows color (decimal): -13059498 or 5683768. OLE color: 5683768.
HSL color Cylindrical-coordinate representation of color #38BA56: hue angle of 133.85º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #38BA56 is Cyan = 0.70, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 56 | 186 | 86 | - |
| CMYK | 0.70 | 0 | 0.54 | 0.27 |
| HSL | 133.85º | 0.54% | 0.47% | - |
| HSV(B) | 133.85º | 0.7% | 0.73% | - |
| XYZ | 20.87 | 36.63 | 14.77 | - |
| YUV | 135.73 | 99.93 | 71.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 186 | 86 | 0.70 | 0 | 0.54 | 0.27 | 133.85 | 0.54 | 0.47 |
| Hex | 38 | BA | 56 | 46 | 0 | 36 | 1B | 86 | 36 | 2F |
| Octal | 70 | 272 | 126 | 106 | 0 | 66 | 33 | 206 | 66 | 57 |
| Binary | 111000 | 10111010 | 1010110 | 1000110 | 0 | 110110 | 11011 | 10000110 | 110110 | 101111 |
Color Harmonies of #38BA56
Complementary color
Monochromatic Colors of #38BA56
Black with #38BA56
Text Example
Text Example
White with #38BA56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38BA56; }
p { color: rgb(56,186,86); }
H1.HeaderClassName
{
color: #38BA56;
}
.AnyTagClassName
{
color: #38BA56;
}
</style>
background-color css
<style>
a { background-color: #38BA56; }
a { background-color: rgb(56,186,86); }
div.DivClassName
{
background-color: #38BA56;
}
.BgClassName
{
background-color: #38BA56;
}
</style>
border-color css
<style>
span { border-color: #38BA56; }
span { border-color: rgb(56,186,86); }
td.TdClassName
{
border-color: #38BA56;
}
.TagClassName
{
border-color: #38BA56;
}
</style>