Shades of Shamrock #38BD92
Tints of Shamrock #38BD92
RGB
CMYK
RGB Variations
Color information
#38BD92 (or 0x38BD92) is known color: Shamrock. HEX triplet: 38, BD and 92. RGB value is (56,189,146). Sum of RGB (Red+Green+Blue) = 56+189+146=391 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.32% from 391); Green value is 189 (74.22% from 255 or 48.34% from 391); Blue value is 146 (57.42% from 255 or 37.34% from 391); Max value from RGB is 189 - color contains mainly: green. Hex color #38BD92 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38BD92 is #C7426D. Grayscale: #909090. Windows color (decimal): -13058670 or 9616696. OLE color: 9616696.
HSL color Cylindrical-coordinate representation of color #38BD92: hue angle of 160.6º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #38BD92 is Cyan = 0.70, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 56 | 189 | 146 | - |
| CMYK | 0.70 | 0 | 0.23 | 0.26 |
| HSL | 160.6º | 0.54% | 0.48% | - |
| HSV(B) | 160.6º | 0.7% | 0.74% | - |
| XYZ | 25.02 | 39.31 | 33.46 | - |
| YUV | 144.33 | 128.94 | 65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 189 | 146 | 0.70 | 0 | 0.23 | 0.26 | 160.6 | 0.54 | 0.48 |
| Hex | 38 | BD | 92 | 46 | 0 | 17 | 1A | A1 | 36 | 30 |
| Octal | 70 | 275 | 222 | 106 | 0 | 27 | 32 | 241 | 66 | 60 |
| Binary | 111000 | 10111101 | 10010010 | 1000110 | 0 | 10111 | 11010 | 10100001 | 110110 | 110000 |
Color Harmonies of #38BD92
Complementary color
Monochromatic Colors of #38BD92
Black with #38BD92
Text Example
Text Example
White with #38BD92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38BD92; }
p { color: rgb(56,189,146); }
H1.HeaderClassName
{
color: #38BD92;
}
.AnyTagClassName
{
color: #38BD92;
}
</style>
background-color css
<style>
a { background-color: #38BD92; }
a { background-color: rgb(56,189,146); }
div.DivClassName
{
background-color: #38BD92;
}
.BgClassName
{
background-color: #38BD92;
}
</style>
border-color css
<style>
span { border-color: #38BD92; }
span { border-color: rgb(56,189,146); }
td.TdClassName
{
border-color: #38BD92;
}
.TagClassName
{
border-color: #38BD92;
}
</style>