Shades of Chateau Green #38BC52
Tints of Chateau Green #38BC52
RGB
CMYK
RGB Variations
Color information
#38BC52 (or 0x38BC52) is known color: Chateau Green. HEX triplet: 38, BC and 52. RGB value is (56,188,82). Sum of RGB (Red+Green+Blue) = 56+188+82=326 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.18% from 326); Green value is 188 (73.83% from 255 or 57.67% from 326); Blue value is 82 (32.42% from 255 or 25.15% from 326); Max value from RGB is 188 - color contains mainly: green. Hex color #38BC52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38BC52 is #C743AD. Grayscale: #888888. Windows color (decimal): -13058990 or 5422136. OLE color: 5422136.
HSL color Cylindrical-coordinate representation of color #38BC52: hue angle of 131.82º 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 #38BC52 is Cyan = 0.70, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 56 | 188 | 82 | - |
| CMYK | 0.70 | 0 | 0.56 | 0.26 |
| HSL | 131.82º | 0.54% | 0.48% | - |
| HSV(B) | 131.82º | 0.7% | 0.74% | - |
| XYZ | 21.14 | 37.42 | 14.09 | - |
| YUV | 136.45 | 97.27 | 70.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 188 | 82 | 0.70 | 0 | 0.56 | 0.26 | 131.82 | 0.54 | 0.48 |
| Hex | 38 | BC | 52 | 46 | 0 | 38 | 1A | 84 | 36 | 30 |
| Octal | 70 | 274 | 122 | 106 | 0 | 70 | 32 | 204 | 66 | 60 |
| Binary | 111000 | 10111100 | 1010010 | 1000110 | 0 | 111000 | 11010 | 10000100 | 110110 | 110000 |
Color Harmonies of #38BC52
Complementary color
Monochromatic Colors of #38BC52
Black with #38BC52
Text Example
Text Example
White with #38BC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38BC52; }
p { color: rgb(56,188,82); }
H1.HeaderClassName
{
color: #38BC52;
}
.AnyTagClassName
{
color: #38BC52;
}
</style>
background-color css
<style>
a { background-color: #38BC52; }
a { background-color: rgb(56,188,82); }
div.DivClassName
{
background-color: #38BC52;
}
.BgClassName
{
background-color: #38BC52;
}
</style>
border-color css
<style>
span { border-color: #38BC52; }
span { border-color: rgb(56,188,82); }
td.TdClassName
{
border-color: #38BC52;
}
.TagClassName
{
border-color: #38BC52;
}
</style>