Shades of Shamrock #49E69C
Tints of Shamrock #49E69C
RGB
CMYK
RGB Variations
Color information
#49E69C (or 0x49E69C) is known color: Shamrock. HEX triplet: 49, E6 and 9C. RGB value is (73,230,156). Sum of RGB (Red+Green+Blue) = 73+230+156=459 (60% of max value = 765). Red value is 73 (28.91% from 255 or 15.90% from 459); Green value is 230 (90.23% from 255 or 50.11% from 459); Blue value is 156 (61.33% from 255 or 33.99% from 459); Max value from RGB is 230 - color contains mainly: green. Hex color #49E69C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49E69C is #B61963. Grayscale: #AEAEAE. Windows color (decimal): -11934052 or 10282569. OLE color: 10282569.
HSL color Cylindrical-coordinate representation of color #49E69C: hue angle of 151.72º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49E69C is Cyan = 0.68, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 73 | 230 | 156 | - |
| CMYK | 0.68 | 0 | 0.32 | 0.10 |
| HSL | 151.72º | 0.76% | 0.59% | - |
| HSV(B) | 151.72º | 0.68% | 0.9% | - |
| XYZ | 37.05 | 60.41 | 41.16 | - |
| YUV | 174.62 | 117.49 | 55.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 230 | 156 | 0.68 | 0 | 0.32 | 0.10 | 151.72 | 0.76 | 0.59 |
| Hex | 49 | E6 | 9C | 44 | 0 | 20 | A | 98 | 4C | 3B |
| Octal | 111 | 346 | 234 | 104 | 0 | 40 | 12 | 230 | 114 | 73 |
| Binary | 1001001 | 11100110 | 10011100 | 1000100 | 0 | 100000 | 1010 | 10011000 | 1001100 | 111011 |
Color Harmonies of #49E69C
Complementary color
Monochromatic Colors of #49E69C
Black with #49E69C
Text Example
Text Example
White with #49E69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49E69C; }
p { color: rgb(73,230,156); }
H1.HeaderClassName
{
color: #49E69C;
}
.AnyTagClassName
{
color: #49E69C;
}
</style>
background-color css
<style>
a { background-color: #49E69C; }
a { background-color: rgb(73,230,156); }
div.DivClassName
{
background-color: #49E69C;
}
.BgClassName
{
background-color: #49E69C;
}
</style>
border-color css
<style>
span { border-color: #49E69C; }
span { border-color: rgb(73,230,156); }
td.TdClassName
{
border-color: #49E69C;
}
.TagClassName
{
border-color: #49E69C;
}
</style>