Shades of Chateau Green #38BD56
Tints of Chateau Green #38BD56
RGB
CMYK
RGB Variations
Color information
#38BD56 (or 0x38BD56) is known color: Chateau Green. HEX triplet: 38, BD and 56. RGB value is (56,189,86). Sum of RGB (Red+Green+Blue) = 56+189+86=331 (43% of max value = 765). Red value is 56 (22.27% from 255 or 16.92% from 331); Green value is 189 (74.22% from 255 or 57.10% from 331); Blue value is 86 (33.98% from 255 or 25.98% from 331); Max value from RGB is 189 - color contains mainly: green. Hex color #38BD56 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38BD56 is #C742A9. Grayscale: #898989. Windows color (decimal): -13058730 or 5684536. OLE color: 5684536.
HSL color Cylindrical-coordinate representation of color #38BD56: hue angle of 133.53º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #38BD56 is Cyan = 0.70, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 56 | 189 | 86 | - |
| CMYK | 0.70 | 0 | 0.54 | 0.26 |
| HSL | 133.53º | 0.54% | 0.48% | - |
| HSV(B) | 133.53º | 0.7% | 0.74% | - |
| XYZ | 21.51 | 37.91 | 14.99 | - |
| YUV | 137.49 | 98.94 | 69.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 189 | 86 | 0.70 | 0 | 0.54 | 0.26 | 133.53 | 0.54 | 0.48 |
| Hex | 38 | BD | 56 | 46 | 0 | 36 | 1A | 86 | 36 | 30 |
| Octal | 70 | 275 | 126 | 106 | 0 | 66 | 32 | 206 | 66 | 60 |
| Binary | 111000 | 10111101 | 1010110 | 1000110 | 0 | 110110 | 11010 | 10000110 | 110110 | 110000 |
Color Harmonies of #38BD56
Complementary color
Monochromatic Colors of #38BD56
Black with #38BD56
Text Example
Text Example
White with #38BD56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38BD56; }
p { color: rgb(56,189,86); }
H1.HeaderClassName
{
color: #38BD56;
}
.AnyTagClassName
{
color: #38BD56;
}
</style>
background-color css
<style>
a { background-color: #38BD56; }
a { background-color: rgb(56,189,86); }
div.DivClassName
{
background-color: #38BD56;
}
.BgClassName
{
background-color: #38BD56;
}
</style>
border-color css
<style>
span { border-color: #38BD56; }
span { border-color: rgb(56,189,86); }
td.TdClassName
{
border-color: #38BD56;
}
.TagClassName
{
border-color: #38BD56;
}
</style>