Shades of Chateau Green #38BA5A
Tints of Chateau Green #38BA5A
RGB
CMYK
RGB Variations
Color information
#38BA5A (or 0x38BA5A) is known color: Chateau Green. HEX triplet: 38, BA and 5A. RGB value is (56,186,90). Sum of RGB (Red+Green+Blue) = 56+186+90=332 (43% of max value = 765). Red value is 56 (22.27% from 255 or 16.87% from 332); Green value is 186 (73.05% from 255 or 56.02% from 332); Blue value is 90 (35.55% from 255 or 27.11% from 332); Max value from RGB is 186 - color contains mainly: green. Hex color #38BA5A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38BA5A is #C745A5. Grayscale: #888888. Windows color (decimal): -13059494 or 5945912. OLE color: 5945912.
HSL color Cylindrical-coordinate representation of color #38BA5A: hue angle of 135.69º 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 #38BA5A is Cyan = 0.70, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 56 | 186 | 90 | - |
| CMYK | 0.70 | 0 | 0.52 | 0.27 |
| HSL | 135.69º | 0.54% | 0.47% | - |
| HSV(B) | 135.69º | 0.7% | 0.73% | - |
| XYZ | 21.04 | 36.7 | 15.65 | - |
| YUV | 136.19 | 101.93 | 70.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 186 | 90 | 0.70 | 0 | 0.52 | 0.27 | 135.69 | 0.54 | 0.47 |
| Hex | 38 | BA | 5A | 46 | 0 | 34 | 1B | 88 | 36 | 2F |
| Octal | 70 | 272 | 132 | 106 | 0 | 64 | 33 | 210 | 66 | 57 |
| Binary | 111000 | 10111010 | 1011010 | 1000110 | 0 | 110100 | 11011 | 10001000 | 110110 | 101111 |
Color Harmonies of #38BA5A
Complementary color
Monochromatic Colors of #38BA5A
Black with #38BA5A
Text Example
Text Example
White with #38BA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38BA5A; }
p { color: rgb(56,186,90); }
H1.HeaderClassName
{
color: #38BA5A;
}
.AnyTagClassName
{
color: #38BA5A;
}
</style>
background-color css
<style>
a { background-color: #38BA5A; }
a { background-color: rgb(56,186,90); }
div.DivClassName
{
background-color: #38BA5A;
}
.BgClassName
{
background-color: #38BA5A;
}
</style>
border-color css
<style>
span { border-color: #38BA5A; }
span { border-color: rgb(56,186,90); }
td.TdClassName
{
border-color: #38BA5A;
}
.TagClassName
{
border-color: #38BA5A;
}
</style>