Shades of Chateau Green #38AA5D
Tints of Chateau Green #38AA5D
RGB
CMYK
RGB Variations
Color information
#38AA5D (or 0x38AA5D) is known color: Chateau Green. HEX triplet: 38, AA and 5D. RGB value is (56,170,93). Sum of RGB (Red+Green+Blue) = 56+170+93=319 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.55% from 319); Green value is 170 (66.80% from 255 or 53.29% from 319); Blue value is 93 (36.72% from 255 or 29.15% from 319); Max value from RGB is 170 - color contains mainly: green. Hex color #38AA5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38AA5D is #C755A2. Grayscale: #7F7F7F. Windows color (decimal): -13063587 or 6138424. OLE color: 6138424.
HSL color Cylindrical-coordinate representation of color #38AA5D: hue angle of 139.47º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #38AA5D is Cyan = 0.67, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 56 | 170 | 93 | - |
| CMYK | 0.67 | 0 | 0.45 | 0.33 |
| HSL | 139.47º | 0.5% | 0.44% | - |
| HSV(B) | 139.47º | 0.67% | 0.67% | - |
| XYZ | 17.98 | 30.38 | 15.27 | - |
| YUV | 127.14 | 108.73 | 77.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 170 | 93 | 0.67 | 0 | 0.45 | 0.33 | 139.47 | 0.5 | 0.44 |
| Hex | 38 | AA | 5D | 43 | 0 | 2D | 21 | 8B | 32 | 2C |
| Octal | 70 | 252 | 135 | 103 | 0 | 55 | 41 | 213 | 62 | 54 |
| Binary | 111000 | 10101010 | 1011101 | 1000011 | 0 | 101101 | 100001 | 10001011 | 110010 | 101100 |
Color Harmonies of #38AA5D
Complementary color
Monochromatic Colors of #38AA5D
Black with #38AA5D
Text Example
Text Example
White with #38AA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38AA5D; }
p { color: rgb(56,170,93); }
H1.HeaderClassName
{
color: #38AA5D;
}
.AnyTagClassName
{
color: #38AA5D;
}
</style>
background-color css
<style>
a { background-color: #38AA5D; }
a { background-color: rgb(56,170,93); }
div.DivClassName
{
background-color: #38AA5D;
}
.BgClassName
{
background-color: #38AA5D;
}
</style>
border-color css
<style>
span { border-color: #38AA5D; }
span { border-color: rgb(56,170,93); }
td.TdClassName
{
border-color: #38AA5D;
}
.TagClassName
{
border-color: #38AA5D;
}
</style>