Shades of Shamrock #38D18B
Tints of Shamrock #38D18B
RGB
CMYK
RGB Variations
Color information
#38D18B (or 0x38D18B) is known color: Shamrock. HEX triplet: 38, D1 and 8B. RGB value is (56,209,139). Sum of RGB (Red+Green+Blue) = 56+209+139=404 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.86% from 404); Green value is 209 (82.03% from 255 or 51.73% from 404); Blue value is 139 (54.69% from 255 or 34.41% from 404); Max value from RGB is 209 - color contains mainly: green. Hex color #38D18B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38D18B is #C72E74. Grayscale: #9B9B9B. Windows color (decimal): -13053557 or 9163064. OLE color: 9163064.
HSL color Cylindrical-coordinate representation of color #38D18B: hue angle of 152.55º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38D18B is Cyan = 0.73, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 56 | 209 | 139 | - |
| CMYK | 0.73 | 0 | 0.33 | 0.18 |
| HSL | 152.55º | 0.62% | 0.52% | - |
| HSV(B) | 152.55º | 0.73% | 0.82% | - |
| XYZ | 29.09 | 48.31 | 32.22 | - |
| YUV | 155.27 | 118.81 | 57.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 209 | 139 | 0.73 | 0 | 0.33 | 0.18 | 152.55 | 0.62 | 0.52 |
| Hex | 38 | D1 | 8B | 49 | 0 | 21 | 12 | 99 | 3E | 34 |
| Octal | 70 | 321 | 213 | 111 | 0 | 41 | 22 | 231 | 76 | 64 |
| Binary | 111000 | 11010001 | 10001011 | 1001001 | 0 | 100001 | 10010 | 10011001 | 111110 | 110100 |
Color Harmonies of #38D18B
Complementary color
Monochromatic Colors of #38D18B
Black with #38D18B
Text Example
Text Example
White with #38D18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D18B; }
p { color: rgb(56,209,139); }
H1.HeaderClassName
{
color: #38D18B;
}
.AnyTagClassName
{
color: #38D18B;
}
</style>
background-color css
<style>
a { background-color: #38D18B; }
a { background-color: rgb(56,209,139); }
div.DivClassName
{
background-color: #38D18B;
}
.BgClassName
{
background-color: #38D18B;
}
</style>
border-color css
<style>
span { border-color: #38D18B; }
span { border-color: rgb(56,209,139); }
td.TdClassName
{
border-color: #38D18B;
}
.TagClassName
{
border-color: #38D18B;
}
</style>