Shades of Shamrock #48C395
Tints of Shamrock #48C395
RGB
CMYK
RGB Variations
Color information
#48C395 (or 0x48C395) is known color: Shamrock. HEX triplet: 48, C3 and 95. RGB value is (72,195,149). Sum of RGB (Red+Green+Blue) = 72+195+149=416 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.31% from 416); Green value is 195 (76.56% from 255 or 46.88% from 416); Blue value is 149 (58.59% from 255 or 35.82% from 416); Max value from RGB is 195 - color contains mainly: green. Hex color #48C395 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48C395 is #B73C6A. Grayscale: #999999. Windows color (decimal): -12008555 or 9814856. OLE color: 9814856.
HSL color Cylindrical-coordinate representation of color #48C395: hue angle of 157.56º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #48C395 is Cyan = 0.63, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 72 | 195 | 149 | - |
| CMYK | 0.63 | 0 | 0.24 | 0.24 |
| HSL | 157.56º | 0.51% | 0.52% | - |
| HSV(B) | 157.56º | 0.63% | 0.76% | - |
| XYZ | 27.61 | 42.58 | 35.2 | - |
| YUV | 152.98 | 125.75 | 70.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 195 | 149 | 0.63 | 0 | 0.24 | 0.24 | 157.56 | 0.51 | 0.52 |
| Hex | 48 | C3 | 95 | 3F | 0 | 18 | 18 | 9E | 33 | 34 |
| Octal | 110 | 303 | 225 | 77 | 0 | 30 | 30 | 236 | 63 | 64 |
| Binary | 1001000 | 11000011 | 10010101 | 111111 | 0 | 11000 | 11000 | 10011110 | 110011 | 110100 |
Color Harmonies of #48C395
Complementary color
Monochromatic Colors of #48C395
Black with #48C395
Text Example
Text Example
White with #48C395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48C395; }
p { color: rgb(72,195,149); }
H1.HeaderClassName
{
color: #48C395;
}
.AnyTagClassName
{
color: #48C395;
}
</style>
background-color css
<style>
a { background-color: #48C395; }
a { background-color: rgb(72,195,149); }
div.DivClassName
{
background-color: #48C395;
}
.BgClassName
{
background-color: #48C395;
}
</style>
border-color css
<style>
span { border-color: #48C395; }
span { border-color: rgb(72,195,149); }
td.TdClassName
{
border-color: #48C395;
}
.TagClassName
{
border-color: #48C395;
}
</style>