Shades of Shamrock #38C78D
Tints of Shamrock #38C78D
RGB
CMYK
RGB Variations
Color information
#38C78D (or 0x38C78D) is known color: Shamrock. HEX triplet: 38, C7 and 8D. RGB value is (56,199,141). Sum of RGB (Red+Green+Blue) = 56+199+141=396 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.14% from 396); Green value is 199 (78.12% from 255 or 50.25% from 396); Blue value is 141 (55.47% from 255 or 35.61% from 396); Max value from RGB is 199 - color contains mainly: green. Hex color #38C78D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38C78D is #C73872. Grayscale: #959595. Windows color (decimal): -13056115 or 9291576. OLE color: 9291576.
HSL color Cylindrical-coordinate representation of color #38C78D: hue angle of 155.66º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #38C78D is Cyan = 0.72, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 56 | 199 | 141 | - |
| CMYK | 0.72 | 0 | 0.29 | 0.22 |
| HSL | 155.66º | 0.56% | 0.5% | - |
| HSV(B) | 155.66º | 0.72% | 0.78% | - |
| XYZ | 26.86 | 43.61 | 32.2 | - |
| YUV | 149.63 | 123.12 | 61.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 199 | 141 | 0.72 | 0 | 0.29 | 0.22 | 155.66 | 0.56 | 0.5 |
| Hex | 38 | C7 | 8D | 48 | 0 | 1D | 16 | 9C | 38 | 32 |
| Octal | 70 | 307 | 215 | 110 | 0 | 35 | 26 | 234 | 70 | 62 |
| Binary | 111000 | 11000111 | 10001101 | 1001000 | 0 | 11101 | 10110 | 10011100 | 111000 | 110010 |
Color Harmonies of #38C78D
Complementary color
Monochromatic Colors of #38C78D
Black with #38C78D
Text Example
Text Example
White with #38C78D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38C78D; }
p { color: rgb(56,199,141); }
H1.HeaderClassName
{
color: #38C78D;
}
.AnyTagClassName
{
color: #38C78D;
}
</style>
background-color css
<style>
a { background-color: #38C78D; }
a { background-color: rgb(56,199,141); }
div.DivClassName
{
background-color: #38C78D;
}
.BgClassName
{
background-color: #38C78D;
}
</style>
border-color css
<style>
span { border-color: #38C78D; }
span { border-color: rgb(56,199,141); }
td.TdClassName
{
border-color: #38C78D;
}
.TagClassName
{
border-color: #38C78D;
}
</style>