Shades of Shamrock #49D692
Tints of Shamrock #49D692
RGB
CMYK
RGB Variations
Color information
#49D692 (or 0x49D692) is known color: Shamrock. HEX triplet: 49, D6 and 92. RGB value is (73,214,146). Sum of RGB (Red+Green+Blue) = 73+214+146=433 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.86% from 433); Green value is 214 (83.98% from 255 or 49.42% from 433); Blue value is 146 (57.42% from 255 or 33.72% from 433); Max value from RGB is 214 - color contains mainly: green. Hex color #49D692 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49D692 is #B6296D. Grayscale: #A4A4A4. Windows color (decimal): -11938158 or 9623113. OLE color: 9623113.
HSL color Cylindrical-coordinate representation of color #49D692: hue angle of 151.06º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49D692 is Cyan = 0.66, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 73 | 214 | 146 | - |
| CMYK | 0.66 | 0 | 0.32 | 0.16 |
| HSL | 151.06º | 0.63% | 0.56% | - |
| HSV(B) | 151.06º | 0.66% | 0.84% | - |
| XYZ | 31.98 | 51.58 | 35.47 | - |
| YUV | 164.09 | 117.79 | 63.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 214 | 146 | 0.66 | 0 | 0.32 | 0.16 | 151.06 | 0.63 | 0.56 |
| Hex | 49 | D6 | 92 | 42 | 0 | 20 | 10 | 97 | 3F | 38 |
| Octal | 111 | 326 | 222 | 102 | 0 | 40 | 20 | 227 | 77 | 70 |
| Binary | 1001001 | 11010110 | 10010010 | 1000010 | 0 | 100000 | 10000 | 10010111 | 111111 | 111000 |
Color Harmonies of #49D692
Complementary color
Monochromatic Colors of #49D692
Black with #49D692
Text Example
Text Example
White with #49D692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D692; }
p { color: rgb(73,214,146); }
H1.HeaderClassName
{
color: #49D692;
}
.AnyTagClassName
{
color: #49D692;
}
</style>
background-color css
<style>
a { background-color: #49D692; }
a { background-color: rgb(73,214,146); }
div.DivClassName
{
background-color: #49D692;
}
.BgClassName
{
background-color: #49D692;
}
</style>
border-color css
<style>
span { border-color: #49D692; }
span { border-color: rgb(73,214,146); }
td.TdClassName
{
border-color: #49D692;
}
.TagClassName
{
border-color: #49D692;
}
</style>