Shades of Shamrock #38D59C
Tints of Shamrock #38D59C
RGB
CMYK
RGB Variations
Color information
#38D59C (or 0x38D59C) is known color: Shamrock. HEX triplet: 38, D5 and 9C. RGB value is (56,213,156). Sum of RGB (Red+Green+Blue) = 56+213+156=425 (56% of max value = 765). Red value is 56 (22.27% from 255 or 13.18% from 425); Green value is 213 (83.59% from 255 or 50.12% from 425); Blue value is 156 (61.33% from 255 or 36.71% from 425); Max value from RGB is 213 - color contains mainly: green. Hex color #38D59C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38D59C is #C72A63. Grayscale: #9F9F9F. Windows color (decimal): -13052516 or 10278200. OLE color: 10278200.
HSL color Cylindrical-coordinate representation of color #38D59C: hue angle of 158.22º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38D59C is Cyan = 0.74, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 56 | 213 | 156 | - |
| CMYK | 0.74 | 0 | 0.27 | 0.16 |
| HSL | 158.22º | 0.65% | 0.53% | - |
| HSV(B) | 158.22º | 0.74% | 0.84% | - |
| XYZ | 31.43 | 50.83 | 39.61 | - |
| YUV | 159.56 | 125.99 | 54.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 213 | 156 | 0.74 | 0 | 0.27 | 0.16 | 158.22 | 0.65 | 0.53 |
| Hex | 38 | D5 | 9C | 4A | 0 | 1B | 10 | 9E | 41 | 35 |
| Octal | 70 | 325 | 234 | 112 | 0 | 33 | 20 | 236 | 101 | 65 |
| Binary | 111000 | 11010101 | 10011100 | 1001010 | 0 | 11011 | 10000 | 10011110 | 1000001 | 110101 |
Color Harmonies of #38D59C
Complementary color
Monochromatic Colors of #38D59C
Black with #38D59C
Text Example
Text Example
White with #38D59C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D59C; }
p { color: rgb(56,213,156); }
H1.HeaderClassName
{
color: #38D59C;
}
.AnyTagClassName
{
color: #38D59C;
}
</style>
background-color css
<style>
a { background-color: #38D59C; }
a { background-color: rgb(56,213,156); }
div.DivClassName
{
background-color: #38D59C;
}
.BgClassName
{
background-color: #38D59C;
}
</style>
border-color css
<style>
span { border-color: #38D59C; }
span { border-color: rgb(56,213,156); }
td.TdClassName
{
border-color: #38D59C;
}
.TagClassName
{
border-color: #38D59C;
}
</style>