Shades of Shamrock #38D192
Tints of Shamrock #38D192
RGB
CMYK
RGB Variations
Color information
#38D192 (or 0x38D192) is known color: Shamrock. HEX triplet: 38, D1 and 92. RGB value is (56,209,146). Sum of RGB (Red+Green+Blue) = 56+209+146=411 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.63% from 411); Green value is 209 (82.03% from 255 or 50.85% from 411); Blue value is 146 (57.42% from 255 or 35.52% from 411); Max value from RGB is 209 - color contains mainly: green. Hex color #38D192 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38D192 is #C72E6D. Grayscale: #9C9C9C. Windows color (decimal): -13053550 or 9621816. OLE color: 9621816.
HSL color Cylindrical-coordinate representation of color #38D192: hue angle of 155.29º 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 #38D192 is Cyan = 0.73, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 56 | 209 | 146 | - |
| CMYK | 0.73 | 0 | 0.30 | 0.18 |
| HSL | 155.29º | 0.62% | 0.52% | - |
| HSV(B) | 155.29º | 0.73% | 0.82% | - |
| XYZ | 29.62 | 48.52 | 35 | - |
| YUV | 156.07 | 122.31 | 56.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 209 | 146 | 0.73 | 0 | 0.30 | 0.18 | 155.29 | 0.62 | 0.52 |
| Hex | 38 | D1 | 92 | 49 | 0 | 1E | 12 | 9B | 3E | 34 |
| Octal | 70 | 321 | 222 | 111 | 0 | 36 | 22 | 233 | 76 | 64 |
| Binary | 111000 | 11010001 | 10010010 | 1001001 | 0 | 11110 | 10010 | 10011011 | 111110 | 110100 |
Color Harmonies of #38D192
Complementary color
Monochromatic Colors of #38D192
Black with #38D192
Text Example
Text Example
White with #38D192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D192; }
p { color: rgb(56,209,146); }
H1.HeaderClassName
{
color: #38D192;
}
.AnyTagClassName
{
color: #38D192;
}
</style>
background-color css
<style>
a { background-color: #38D192; }
a { background-color: rgb(56,209,146); }
div.DivClassName
{
background-color: #38D192;
}
.BgClassName
{
background-color: #38D192;
}
</style>
border-color css
<style>
span { border-color: #38D192; }
span { border-color: rgb(56,209,146); }
td.TdClassName
{
border-color: #38D192;
}
.TagClassName
{
border-color: #38D192;
}
</style>