Shades of Chateau Green #38AD5F
Tints of Chateau Green #38AD5F
RGB
CMYK
RGB Variations
Color information
#38AD5F (or 0x38AD5F) is known color: Chateau Green. HEX triplet: 38, AD and 5F. RGB value is (56,173,95). Sum of RGB (Red+Green+Blue) = 56+173+95=324 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.28% from 324); Green value is 173 (67.97% from 255 or 53.40% from 324); Blue value is 95 (37.5% from 255 or 29.32% from 324); Max value from RGB is 173 - color contains mainly: green. Hex color #38AD5F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38AD5F is #C752A0. Grayscale: #818181. Windows color (decimal): -13062817 or 6270264. OLE color: 6270264.
HSL color Cylindrical-coordinate representation of color #38AD5F: hue angle of 140º 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 #38AD5F is Cyan = 0.68, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 56 | 173 | 95 | - |
| CMYK | 0.68 | 0 | 0.45 | 0.32 |
| HSL | 140º | 0.51% | 0.45% | - |
| HSV(B) | 140º | 0.68% | 0.68% | - |
| XYZ | 18.64 | 31.55 | 15.93 | - |
| YUV | 129.13 | 108.74 | 75.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 173 | 95 | 0.68 | 0 | 0.45 | 0.32 | 140 | 0.51 | 0.45 |
| Hex | 38 | AD | 5F | 44 | 0 | 2D | 20 | 8C | 33 | 2D |
| Octal | 70 | 255 | 137 | 104 | 0 | 55 | 40 | 214 | 63 | 55 |
| Binary | 111000 | 10101101 | 1011111 | 1000100 | 0 | 101101 | 100000 | 10001100 | 110011 | 101101 |
Color Harmonies of #38AD5F
Complementary color
Monochromatic Colors of #38AD5F
Black with #38AD5F
Text Example
Text Example
White with #38AD5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38AD5F; }
p { color: rgb(56,173,95); }
H1.HeaderClassName
{
color: #38AD5F;
}
.AnyTagClassName
{
color: #38AD5F;
}
</style>
background-color css
<style>
a { background-color: #38AD5F; }
a { background-color: rgb(56,173,95); }
div.DivClassName
{
background-color: #38AD5F;
}
.BgClassName
{
background-color: #38AD5F;
}
</style>
border-color css
<style>
span { border-color: #38AD5F; }
span { border-color: rgb(56,173,95); }
td.TdClassName
{
border-color: #38AD5F;
}
.TagClassName
{
border-color: #38AD5F;
}
</style>