Shades of Shamrock #38D582
Tints of Shamrock #38D582
RGB
CMYK
RGB Variations
Color information
#38D582 (or 0x38D582) is known color: Shamrock. HEX triplet: 38, D5 and 82. RGB value is (56,213,130). Sum of RGB (Red+Green+Blue) = 56+213+130=399 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.04% from 399); Green value is 213 (83.59% from 255 or 53.38% from 399); Blue value is 130 (51.17% from 255 or 32.58% from 399); Max value from RGB is 213 - color contains mainly: green. Hex color #38D582 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38D582 is #C72A7D. Grayscale: #9C9C9C. Windows color (decimal): -13052542 or 8574264. OLE color: 8574264.
HSL color Cylindrical-coordinate representation of color #38D582: hue angle of 148.28º 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 #38D582 is Cyan = 0.74, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 56 | 213 | 130 | - |
| CMYK | 0.74 | 0 | 0.39 | 0.16 |
| HSL | 148.28º | 0.65% | 0.53% | - |
| HSV(B) | 148.28º | 0.74% | 0.84% | - |
| XYZ | 29.45 | 50.04 | 29.23 | - |
| YUV | 156.6 | 112.99 | 56.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 213 | 130 | 0.74 | 0 | 0.39 | 0.16 | 148.28 | 0.65 | 0.53 |
| Hex | 38 | D5 | 82 | 4A | 0 | 27 | 10 | 94 | 41 | 35 |
| Octal | 70 | 325 | 202 | 112 | 0 | 47 | 20 | 224 | 101 | 65 |
| Binary | 111000 | 11010101 | 10000010 | 1001010 | 0 | 100111 | 10000 | 10010100 | 1000001 | 110101 |
Color Harmonies of #38D582
Complementary color
Monochromatic Colors of #38D582
Black with #38D582
Text Example
Text Example
White with #38D582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D582; }
p { color: rgb(56,213,130); }
H1.HeaderClassName
{
color: #38D582;
}
.AnyTagClassName
{
color: #38D582;
}
</style>
background-color css
<style>
a { background-color: #38D582; }
a { background-color: rgb(56,213,130); }
div.DivClassName
{
background-color: #38D582;
}
.BgClassName
{
background-color: #38D582;
}
</style>
border-color css
<style>
span { border-color: #38D582; }
span { border-color: rgb(56,213,130); }
td.TdClassName
{
border-color: #38D582;
}
.TagClassName
{
border-color: #38D582;
}
</style>