Shades of Chateau Green #38BD50
Tints of Chateau Green #38BD50
RGB
CMYK
RGB Variations
Color information
#38BD50 (or 0x38BD50) is known color: Chateau Green. HEX triplet: 38, BD and 50. RGB value is (56,189,80). Sum of RGB (Red+Green+Blue) = 56+189+80=325 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.23% from 325); Green value is 189 (74.22% from 255 or 58.15% from 325); Blue value is 80 (31.64% from 255 or 24.62% from 325); Max value from RGB is 189 - color contains mainly: green. Hex color #38BD50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38BD50 is #C742AF. Grayscale: #898989. Windows color (decimal): -13058736 or 5291320. OLE color: 5291320.
HSL color Cylindrical-coordinate representation of color #38BD50: hue angle of 130.83º 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 #38BD50 is Cyan = 0.70, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 56 | 189 | 80 | - |
| CMYK | 0.70 | 0 | 0.58 | 0.26 |
| HSL | 130.83º | 0.54% | 0.48% | - |
| HSV(B) | 130.83º | 0.7% | 0.74% | - |
| XYZ | 21.28 | 37.82 | 13.77 | - |
| YUV | 136.81 | 95.94 | 70.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 189 | 80 | 0.70 | 0 | 0.58 | 0.26 | 130.83 | 0.54 | 0.48 |
| Hex | 38 | BD | 50 | 46 | 0 | 3A | 1A | 83 | 36 | 30 |
| Octal | 70 | 275 | 120 | 106 | 0 | 72 | 32 | 203 | 66 | 60 |
| Binary | 111000 | 10111101 | 1010000 | 1000110 | 0 | 111010 | 11010 | 10000011 | 110110 | 110000 |
Color Harmonies of #38BD50
Complementary color
Monochromatic Colors of #38BD50
Black with #38BD50
Text Example
Text Example
White with #38BD50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38BD50; }
p { color: rgb(56,189,80); }
H1.HeaderClassName
{
color: #38BD50;
}
.AnyTagClassName
{
color: #38BD50;
}
</style>
background-color css
<style>
a { background-color: #38BD50; }
a { background-color: rgb(56,189,80); }
div.DivClassName
{
background-color: #38BD50;
}
.BgClassName
{
background-color: #38BD50;
}
</style>
border-color css
<style>
span { border-color: #38BD50; }
span { border-color: rgb(56,189,80); }
td.TdClassName
{
border-color: #38BD50;
}
.TagClassName
{
border-color: #38BD50;
}
</style>