Shades of Shamrock #38D792
Tints of Shamrock #38D792
RGB
CMYK
RGB Variations
Color information
#38D792 (or 0x38D792) is known color: Shamrock. HEX triplet: 38, D7 and 92. RGB value is (56,215,146). Sum of RGB (Red+Green+Blue) = 56+215+146=417 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.43% from 417); Green value is 215 (84.38% from 255 or 51.56% from 417); Blue value is 146 (57.42% from 255 or 35.01% from 417); Max value from RGB is 215 - color contains mainly: green. Hex color #38D792 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38D792 is #C7286D. Grayscale: #9F9F9F. Windows color (decimal): -13052014 or 9623352. OLE color: 9623352.
HSL color Cylindrical-coordinate representation of color #38D792: hue angle of 153.96º degrees, saturation: 0.67, 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 #38D792 is Cyan = 0.74, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 56 | 215 | 146 | - |
| CMYK | 0.74 | 0 | 0.32 | 0.16 |
| HSL | 153.96º | 0.67% | 0.53% | - |
| HSV(B) | 153.96º | 0.74% | 0.84% | - |
| XYZ | 31.12 | 51.52 | 35.5 | - |
| YUV | 159.59 | 120.32 | 54.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 215 | 146 | 0.74 | 0 | 0.32 | 0.16 | 153.96 | 0.67 | 0.53 |
| Hex | 38 | D7 | 92 | 4A | 0 | 20 | 10 | 9A | 43 | 35 |
| Octal | 70 | 327 | 222 | 112 | 0 | 40 | 20 | 232 | 103 | 65 |
| Binary | 111000 | 11010111 | 10010010 | 1001010 | 0 | 100000 | 10000 | 10011010 | 1000011 | 110101 |
Color Harmonies of #38D792
Complementary color
Monochromatic Colors of #38D792
Black with #38D792
Text Example
Text Example
White with #38D792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D792; }
p { color: rgb(56,215,146); }
H1.HeaderClassName
{
color: #38D792;
}
.AnyTagClassName
{
color: #38D792;
}
</style>
background-color css
<style>
a { background-color: #38D792; }
a { background-color: rgb(56,215,146); }
div.DivClassName
{
background-color: #38D792;
}
.BgClassName
{
background-color: #38D792;
}
</style>
border-color css
<style>
span { border-color: #38D792; }
span { border-color: rgb(56,215,146); }
td.TdClassName
{
border-color: #38D792;
}
.TagClassName
{
border-color: #38D792;
}
</style>