Shades of Shamrock #38C288
Tints of Shamrock #38C288
RGB
CMYK
RGB Variations
Color information
#38C288 (or 0x38C288) is known color: Shamrock. HEX triplet: 38, C2 and 88. RGB value is (56,194,136). Sum of RGB (Red+Green+Blue) = 56+194+136=386 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.51% from 386); Green value is 194 (76.17% from 255 or 50.26% from 386); Blue value is 136 (53.52% from 255 or 35.23% from 386); Max value from RGB is 194 - color contains mainly: green. Hex color #38C288 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38C288 is #C73D77. Grayscale: #929292. Windows color (decimal): -13057400 or 8962616. OLE color: 8962616.
HSL color Cylindrical-coordinate representation of color #38C288: hue angle of 154.78º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #38C288 is Cyan = 0.71, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 56 | 194 | 136 | - |
| CMYK | 0.71 | 0 | 0.30 | 0.24 |
| HSL | 154.78º | 0.55% | 0.49% | - |
| HSV(B) | 154.78º | 0.71% | 0.76% | - |
| XYZ | 25.37 | 41.2 | 29.91 | - |
| YUV | 146.13 | 122.28 | 63.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 194 | 136 | 0.71 | 0 | 0.30 | 0.24 | 154.78 | 0.55 | 0.49 |
| Hex | 38 | C2 | 88 | 47 | 0 | 1E | 18 | 9B | 37 | 31 |
| Octal | 70 | 302 | 210 | 107 | 0 | 36 | 30 | 233 | 67 | 61 |
| Binary | 111000 | 11000010 | 10001000 | 1000111 | 0 | 11110 | 11000 | 10011011 | 110111 | 110001 |
Color Harmonies of #38C288
Complementary color
Monochromatic Colors of #38C288
Black with #38C288
Text Example
Text Example
White with #38C288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38C288; }
p { color: rgb(56,194,136); }
H1.HeaderClassName
{
color: #38C288;
}
.AnyTagClassName
{
color: #38C288;
}
</style>
background-color css
<style>
a { background-color: #38C288; }
a { background-color: rgb(56,194,136); }
div.DivClassName
{
background-color: #38C288;
}
.BgClassName
{
background-color: #38C288;
}
</style>
border-color css
<style>
span { border-color: #38C288; }
span { border-color: rgb(56,194,136); }
td.TdClassName
{
border-color: #38C288;
}
.TagClassName
{
border-color: #38C288;
}
</style>