Shades of Shamrock #38C78B
Tints of Shamrock #38C78B
RGB
CMYK
RGB Variations
Color information
#38C78B (or 0x38C78B) is known color: Shamrock. HEX triplet: 38, C7 and 8B. RGB value is (56,199,139). Sum of RGB (Red+Green+Blue) = 56+199+139=394 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.21% from 394); Green value is 199 (78.12% from 255 or 50.51% from 394); Blue value is 139 (54.69% from 255 or 35.28% from 394); Max value from RGB is 199 - color contains mainly: green. Hex color #38C78B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38C78B is #C73874. Grayscale: #959595. Windows color (decimal): -13056117 or 9160504. OLE color: 9160504.
HSL color Cylindrical-coordinate representation of color #38C78B: hue angle of 154.83º 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 #38C78B is Cyan = 0.72, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 56 | 199 | 139 | - |
| CMYK | 0.72 | 0 | 0.30 | 0.22 |
| HSL | 154.83º | 0.56% | 0.5% | - |
| HSV(B) | 154.83º | 0.72% | 0.78% | - |
| XYZ | 26.71 | 43.55 | 31.42 | - |
| YUV | 149.4 | 122.12 | 61.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 199 | 139 | 0.72 | 0 | 0.30 | 0.22 | 154.83 | 0.56 | 0.5 |
| Hex | 38 | C7 | 8B | 48 | 0 | 1E | 16 | 9B | 38 | 32 |
| Octal | 70 | 307 | 213 | 110 | 0 | 36 | 26 | 233 | 70 | 62 |
| Binary | 111000 | 11000111 | 10001011 | 1001000 | 0 | 11110 | 10110 | 10011011 | 111000 | 110010 |
Color Harmonies of #38C78B
Complementary color
Monochromatic Colors of #38C78B
Black with #38C78B
Text Example
Text Example
White with #38C78B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38C78B; }
p { color: rgb(56,199,139); }
H1.HeaderClassName
{
color: #38C78B;
}
.AnyTagClassName
{
color: #38C78B;
}
</style>
background-color css
<style>
a { background-color: #38C78B; }
a { background-color: rgb(56,199,139); }
div.DivClassName
{
background-color: #38C78B;
}
.BgClassName
{
background-color: #38C78B;
}
</style>
border-color css
<style>
span { border-color: #38C78B; }
span { border-color: rgb(56,199,139); }
td.TdClassName
{
border-color: #38C78B;
}
.TagClassName
{
border-color: #38C78B;
}
</style>