Shades of Emerald #38D37A
Tints of Emerald #38D37A
RGB
CMYK
RGB Variations
Color information
#38D37A (or 0x38D37A) is known color: Emerald. HEX triplet: 38, D3 and 7A. RGB value is (56,211,122). Sum of RGB (Red+Green+Blue) = 56+211+122=389 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.40% from 389); Green value is 211 (82.81% from 255 or 54.24% from 389); Blue value is 122 (48.05% from 255 or 31.36% from 389); Max value from RGB is 211 - color contains mainly: green. Hex color #38D37A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38D37A is #C72C85. Grayscale: #9A9A9A. Windows color (decimal): -13053062 or 8049464. OLE color: 8049464.
HSL color Cylindrical-coordinate representation of color #38D37A: hue angle of 145.55º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38D37A is Cyan = 0.73, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 56 | 211 | 122 | - |
| CMYK | 0.73 | 0 | 0.42 | 0.17 |
| HSL | 145.55º | 0.64% | 0.52% | - |
| HSV(B) | 145.55º | 0.73% | 0.83% | - |
| XYZ | 28.44 | 48.83 | 26.34 | - |
| YUV | 154.51 | 109.65 | 57.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 211 | 122 | 0.73 | 0 | 0.42 | 0.17 | 145.55 | 0.64 | 0.52 |
| Hex | 38 | D3 | 7A | 49 | 0 | 2A | 11 | 92 | 40 | 34 |
| Octal | 70 | 323 | 172 | 111 | 0 | 52 | 21 | 222 | 100 | 64 |
| Binary | 111000 | 11010011 | 1111010 | 1001001 | 0 | 101010 | 10001 | 10010010 | 1000000 | 110100 |
Color Harmonies of #38D37A
Complementary color
Monochromatic Colors of #38D37A
Black with #38D37A
Text Example
Text Example
White with #38D37A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D37A; }
p { color: rgb(56,211,122); }
H1.HeaderClassName
{
color: #38D37A;
}
.AnyTagClassName
{
color: #38D37A;
}
</style>
background-color css
<style>
a { background-color: #38D37A; }
a { background-color: rgb(56,211,122); }
div.DivClassName
{
background-color: #38D37A;
}
.BgClassName
{
background-color: #38D37A;
}
</style>
border-color css
<style>
span { border-color: #38D37A; }
span { border-color: rgb(56,211,122); }
td.TdClassName
{
border-color: #38D37A;
}
.TagClassName
{
border-color: #38D37A;
}
</style>