Shades of Chateau Green #38BC54
Tints of Chateau Green #38BC54
RGB
CMYK
RGB Variations
Color information
#38BC54 (or 0x38BC54) is known color: Chateau Green. HEX triplet: 38, BC and 54. RGB value is (56,188,84). Sum of RGB (Red+Green+Blue) = 56+188+84=328 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.07% from 328); Green value is 188 (73.83% from 255 or 57.32% from 328); Blue value is 84 (33.20% from 255 or 25.61% from 328); Max value from RGB is 188 - color contains mainly: green. Hex color #38BC54 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38BC54 is #C743AB. Grayscale: #888888. Windows color (decimal): -13058988 or 5553208. OLE color: 5553208.
HSL color Cylindrical-coordinate representation of color #38BC54: hue angle of 132.73º 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 #38BC54 is Cyan = 0.70, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 56 | 188 | 84 | - |
| CMYK | 0.70 | 0 | 0.55 | 0.26 |
| HSL | 132.73º | 0.54% | 0.48% | - |
| HSV(B) | 132.73º | 0.7% | 0.74% | - |
| XYZ | 21.21 | 37.45 | 14.5 | - |
| YUV | 136.68 | 98.27 | 70.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 188 | 84 | 0.70 | 0 | 0.55 | 0.26 | 132.73 | 0.54 | 0.48 |
| Hex | 38 | BC | 54 | 46 | 0 | 37 | 1A | 85 | 36 | 30 |
| Octal | 70 | 274 | 124 | 106 | 0 | 67 | 32 | 205 | 66 | 60 |
| Binary | 111000 | 10111100 | 1010100 | 1000110 | 0 | 110111 | 11010 | 10000101 | 110110 | 110000 |
Color Harmonies of #38BC54
Complementary color
Monochromatic Colors of #38BC54
Black with #38BC54
Text Example
Text Example
White with #38BC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38BC54; }
p { color: rgb(56,188,84); }
H1.HeaderClassName
{
color: #38BC54;
}
.AnyTagClassName
{
color: #38BC54;
}
</style>
background-color css
<style>
a { background-color: #38BC54; }
a { background-color: rgb(56,188,84); }
div.DivClassName
{
background-color: #38BC54;
}
.BgClassName
{
background-color: #38BC54;
}
</style>
border-color css
<style>
span { border-color: #38BC54; }
span { border-color: rgb(56,188,84); }
td.TdClassName
{
border-color: #38BC54;
}
.TagClassName
{
border-color: #38BC54;
}
</style>