Shades of Chateau Green #38AD5D
Tints of Chateau Green #38AD5D
RGB
CMYK
RGB Variations
Color information
#38AD5D (or 0x38AD5D) is known color: Chateau Green. HEX triplet: 38, AD and 5D. RGB value is (56,173,93). Sum of RGB (Red+Green+Blue) = 56+173+93=322 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.39% from 322); Green value is 173 (67.97% from 255 or 53.73% from 322); Blue value is 93 (36.72% from 255 or 28.88% from 322); Max value from RGB is 173 - color contains mainly: green. Hex color #38AD5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38AD5D is #C752A2. Grayscale: #818181. Windows color (decimal): -13062819 or 6139192. OLE color: 6139192.
HSL color Cylindrical-coordinate representation of color #38AD5D: hue angle of 138.97º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #38AD5D is Cyan = 0.68, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 56 | 173 | 93 | - |
| CMYK | 0.68 | 0 | 0.46 | 0.32 |
| HSL | 138.97º | 0.51% | 0.45% | - |
| HSV(B) | 138.97º | 0.68% | 0.68% | - |
| XYZ | 18.55 | 31.52 | 15.46 | - |
| YUV | 128.9 | 107.74 | 76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 173 | 93 | 0.68 | 0 | 0.46 | 0.32 | 138.97 | 0.51 | 0.45 |
| Hex | 38 | AD | 5D | 44 | 0 | 2E | 20 | 8B | 33 | 2D |
| Octal | 70 | 255 | 135 | 104 | 0 | 56 | 40 | 213 | 63 | 55 |
| Binary | 111000 | 10101101 | 1011101 | 1000100 | 0 | 101110 | 100000 | 10001011 | 110011 | 101101 |
Color Harmonies of #38AD5D
Complementary color
Monochromatic Colors of #38AD5D
Black with #38AD5D
Text Example
Text Example
White with #38AD5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38AD5D; }
p { color: rgb(56,173,93); }
H1.HeaderClassName
{
color: #38AD5D;
}
.AnyTagClassName
{
color: #38AD5D;
}
</style>
background-color css
<style>
a { background-color: #38AD5D; }
a { background-color: rgb(56,173,93); }
div.DivClassName
{
background-color: #38AD5D;
}
.BgClassName
{
background-color: #38AD5D;
}
</style>
border-color css
<style>
span { border-color: #38AD5D; }
span { border-color: rgb(56,173,93); }
td.TdClassName
{
border-color: #38AD5D;
}
.TagClassName
{
border-color: #38AD5D;
}
</style>