Shades of Shamrock #48C692
Tints of Shamrock #48C692
RGB
CMYK
RGB Variations
Color information
#48C692 (or 0x48C692) is known color: Shamrock. HEX triplet: 48, C6 and 92. RGB value is (72,198,146). Sum of RGB (Red+Green+Blue) = 72+198+146=416 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.31% from 416); Green value is 198 (77.73% from 255 or 47.60% from 416); Blue value is 146 (57.42% from 255 or 35.10% from 416); Max value from RGB is 198 - color contains mainly: green. Hex color #48C692 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48C692 is #B7396D. Grayscale: #9A9A9A. Windows color (decimal): -12007790 or 9619016. OLE color: 9619016.
HSL color Cylindrical-coordinate representation of color #48C692: hue angle of 155.24º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #48C692 is Cyan = 0.64, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 72 | 198 | 146 | - |
| CMYK | 0.64 | 0 | 0.26 | 0.22 |
| HSL | 155.24º | 0.53% | 0.53% | - |
| HSV(B) | 155.24º | 0.64% | 0.78% | - |
| XYZ | 28.05 | 43.84 | 34.18 | - |
| YUV | 154.4 | 123.26 | 69.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 198 | 146 | 0.64 | 0 | 0.26 | 0.22 | 155.24 | 0.53 | 0.53 |
| Hex | 48 | C6 | 92 | 40 | 0 | 1A | 16 | 9B | 34 | 35 |
| Octal | 110 | 306 | 222 | 100 | 0 | 32 | 26 | 233 | 64 | 65 |
| Binary | 1001000 | 11000110 | 10010010 | 1000000 | 0 | 11010 | 10110 | 10011011 | 110100 | 110101 |
Color Harmonies of #48C692
Complementary color
Monochromatic Colors of #48C692
Black with #48C692
Text Example
Text Example
White with #48C692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48C692; }
p { color: rgb(72,198,146); }
H1.HeaderClassName
{
color: #48C692;
}
.AnyTagClassName
{
color: #48C692;
}
</style>
background-color css
<style>
a { background-color: #48C692; }
a { background-color: rgb(72,198,146); }
div.DivClassName
{
background-color: #48C692;
}
.BgClassName
{
background-color: #48C692;
}
</style>
border-color css
<style>
span { border-color: #48C692; }
span { border-color: rgb(72,198,146); }
td.TdClassName
{
border-color: #48C692;
}
.TagClassName
{
border-color: #48C692;
}
</style>