Shades of Emerald #38D46A
Tints of Emerald #38D46A
RGB
CMYK
RGB Variations
Color information
#38D46A (or 0x38D46A) is known color: Emerald. HEX triplet: 38, D4 and 6A. RGB value is (56,212,106). Sum of RGB (Red+Green+Blue) = 56+212+106=374 (49% of max value = 765). Red value is 56 (22.27% from 255 or 14.97% from 374); Green value is 212 (83.20% from 255 or 56.68% from 374); Blue value is 106 (41.80% from 255 or 28.34% from 374); Max value from RGB is 212 - color contains mainly: green. Hex color #38D46A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38D46A is #C72B95. Grayscale: #999999. Windows color (decimal): -13052822 or 7001144. OLE color: 7001144.
HSL color Cylindrical-coordinate representation of color #38D46A: hue angle of 139.23º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38D46A is Cyan = 0.74, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 56 | 212 | 106 | - |
| CMYK | 0.74 | 0 | 0.5 | 0.17 |
| HSL | 139.23º | 0.64% | 0.53% | - |
| HSV(B) | 139.23º | 0.74% | 0.83% | - |
| XYZ | 27.78 | 48.97 | 21.62 | - |
| YUV | 153.27 | 101.32 | 58.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 212 | 106 | 0.74 | 0 | 0.5 | 0.17 | 139.23 | 0.64 | 0.53 |
| Hex | 38 | D4 | 6A | 4A | 0 | 32 | 11 | 8B | 40 | 35 |
| Octal | 70 | 324 | 152 | 112 | 0 | 62 | 21 | 213 | 100 | 65 |
| Binary | 111000 | 11010100 | 1101010 | 1001010 | 0 | 110010 | 10001 | 10001011 | 1000000 | 110101 |
Color Harmonies of #38D46A
Complementary color
Monochromatic Colors of #38D46A
Black with #38D46A
Text Example
Text Example
White with #38D46A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D46A; }
p { color: rgb(56,212,106); }
H1.HeaderClassName
{
color: #38D46A;
}
.AnyTagClassName
{
color: #38D46A;
}
</style>
background-color css
<style>
a { background-color: #38D46A; }
a { background-color: rgb(56,212,106); }
div.DivClassName
{
background-color: #38D46A;
}
.BgClassName
{
background-color: #38D46A;
}
</style>
border-color css
<style>
span { border-color: #38D46A; }
span { border-color: rgb(56,212,106); }
td.TdClassName
{
border-color: #38D46A;
}
.TagClassName
{
border-color: #38D46A;
}
</style>