Shades of Shamrock #49D093
Tints of Shamrock #49D093
RGB
CMYK
RGB Variations
Color information
#49D093 (or 0x49D093) is known color: Shamrock. HEX triplet: 49, D0 and 93. RGB value is (73,208,147). Sum of RGB (Red+Green+Blue) = 73+208+147=428 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.06% from 428); Green value is 208 (81.64% from 255 or 48.60% from 428); Blue value is 147 (57.81% from 255 or 34.35% from 428); Max value from RGB is 208 - color contains mainly: green. Hex color #49D093 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49D093 is #B62F6C. Grayscale: #A0A0A0. Windows color (decimal): -11939693 or 9687113. OLE color: 9687113.
HSL color Cylindrical-coordinate representation of color #49D093: hue angle of 152.89º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49D093 is Cyan = 0.65, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 73 | 208 | 147 | - |
| CMYK | 0.65 | 0 | 0.29 | 0.18 |
| HSL | 152.89º | 0.59% | 0.55% | - |
| HSV(B) | 152.89º | 0.65% | 0.82% | - |
| XYZ | 30.57 | 48.63 | 35.38 | - |
| YUV | 160.68 | 120.27 | 65.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 208 | 147 | 0.65 | 0 | 0.29 | 0.18 | 152.89 | 0.59 | 0.55 |
| Hex | 49 | D0 | 93 | 41 | 0 | 1D | 12 | 99 | 3B | 37 |
| Octal | 111 | 320 | 223 | 101 | 0 | 35 | 22 | 231 | 73 | 67 |
| Binary | 1001001 | 11010000 | 10010011 | 1000001 | 0 | 11101 | 10010 | 10011001 | 111011 | 110111 |
Color Harmonies of #49D093
Complementary color
Monochromatic Colors of #49D093
Black with #49D093
Text Example
Text Example
White with #49D093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D093; }
p { color: rgb(73,208,147); }
H1.HeaderClassName
{
color: #49D093;
}
.AnyTagClassName
{
color: #49D093;
}
</style>
background-color css
<style>
a { background-color: #49D093; }
a { background-color: rgb(73,208,147); }
div.DivClassName
{
background-color: #49D093;
}
.BgClassName
{
background-color: #49D093;
}
</style>
border-color css
<style>
span { border-color: #49D093; }
span { border-color: rgb(73,208,147); }
td.TdClassName
{
border-color: #49D093;
}
.TagClassName
{
border-color: #49D093;
}
</style>