Shades of Emerald #38E367
Tints of Emerald #38E367
RGB
CMYK
RGB Variations
Color information
#38E367 (or 0x38E367) is known color: Emerald. HEX triplet: 38, E3 and 67. RGB value is (56,227,103). Sum of RGB (Red+Green+Blue) = 56+227+103=386 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.51% from 386); Green value is 227 (89.06% from 255 or 58.81% from 386); Blue value is 103 (40.62% from 255 or 26.68% from 386); Max value from RGB is 227 - color contains mainly: green. Hex color #38E367 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38E367 is #C71C98. Grayscale: #A2A2A2. Windows color (decimal): -13048985 or 6808376. OLE color: 6808376.
HSL color Cylindrical-coordinate representation of color #38E367: hue angle of 136.49º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38E367 is Cyan = 0.75, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 56 | 227 | 103 | - |
| CMYK | 0.75 | 0 | 0.55 | 0.11 |
| HSL | 136.49º | 0.75% | 0.55% | - |
| HSV(B) | 136.49º | 0.75% | 0.89% | - |
| XYZ | 31.55 | 56.76 | 22.12 | - |
| YUV | 161.74 | 94.85 | 52.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 227 | 103 | 0.75 | 0 | 0.55 | 0.11 | 136.49 | 0.75 | 0.55 |
| Hex | 38 | E3 | 67 | 4B | 0 | 37 | B | 88 | 4B | 37 |
| Octal | 70 | 343 | 147 | 113 | 0 | 67 | 13 | 210 | 113 | 67 |
| Binary | 111000 | 11100011 | 1100111 | 1001011 | 0 | 110111 | 1011 | 10001000 | 1001011 | 110111 |
Color Harmonies of #38E367
Complementary color
Monochromatic Colors of #38E367
Black with #38E367
Text Example
Text Example
White with #38E367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38E367; }
p { color: rgb(56,227,103); }
H1.HeaderClassName
{
color: #38E367;
}
.AnyTagClassName
{
color: #38E367;
}
</style>
background-color css
<style>
a { background-color: #38E367; }
a { background-color: rgb(56,227,103); }
div.DivClassName
{
background-color: #38E367;
}
.BgClassName
{
background-color: #38E367;
}
</style>
border-color css
<style>
span { border-color: #38E367; }
span { border-color: rgb(56,227,103); }
td.TdClassName
{
border-color: #38E367;
}
.TagClassName
{
border-color: #38E367;
}
</style>