Shades of Emerald #38E369
Tints of Emerald #38E369
RGB
CMYK
RGB Variations
Color information
#38E369 (or 0x38E369) is known color: Emerald. HEX triplet: 38, E3 and 69. RGB value is (56,227,105). Sum of RGB (Red+Green+Blue) = 56+227+105=388 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.43% from 388); Green value is 227 (89.06% from 255 or 58.51% from 388); Blue value is 105 (41.41% from 255 or 27.06% from 388); Max value from RGB is 227 - color contains mainly: green. Hex color #38E369 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38E369 is #C71C96. Grayscale: #A2A2A2. Windows color (decimal): -13048983 or 6939448. OLE color: 6939448.
HSL color Cylindrical-coordinate representation of color #38E369: hue angle of 137.19º 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 #38E369 is Cyan = 0.75, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 56 | 227 | 105 | - |
| CMYK | 0.75 | 0 | 0.54 | 0.11 |
| HSL | 137.19º | 0.75% | 0.55% | - |
| HSV(B) | 137.19º | 0.75% | 0.89% | - |
| XYZ | 31.65 | 56.8 | 22.66 | - |
| YUV | 161.96 | 95.85 | 52.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 227 | 105 | 0.75 | 0 | 0.54 | 0.11 | 137.19 | 0.75 | 0.55 |
| Hex | 38 | E3 | 69 | 4B | 0 | 36 | B | 89 | 4B | 37 |
| Octal | 70 | 343 | 151 | 113 | 0 | 66 | 13 | 211 | 113 | 67 |
| Binary | 111000 | 11100011 | 1101001 | 1001011 | 0 | 110110 | 1011 | 10001001 | 1001011 | 110111 |
Color Harmonies of #38E369
Complementary color
Monochromatic Colors of #38E369
Black with #38E369
Text Example
Text Example
White with #38E369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38E369; }
p { color: rgb(56,227,105); }
H1.HeaderClassName
{
color: #38E369;
}
.AnyTagClassName
{
color: #38E369;
}
</style>
background-color css
<style>
a { background-color: #38E369; }
a { background-color: rgb(56,227,105); }
div.DivClassName
{
background-color: #38E369;
}
.BgClassName
{
background-color: #38E369;
}
</style>
border-color css
<style>
span { border-color: #38E369; }
span { border-color: rgb(56,227,105); }
td.TdClassName
{
border-color: #38E369;
}
.TagClassName
{
border-color: #38E369;
}
</style>