Shades of Shamrock #49CD9A
Tints of Shamrock #49CD9A
RGB
CMYK
RGB Variations
Color information
#49CD9A (or 0x49CD9A) is known color: Shamrock. HEX triplet: 49, CD and 9A. RGB value is (73,205,154). Sum of RGB (Red+Green+Blue) = 73+205+154=432 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.90% from 432); Green value is 205 (80.47% from 255 or 47.45% from 432); Blue value is 154 (60.55% from 255 or 35.65% from 432); Max value from RGB is 205 - color contains mainly: green. Hex color #49CD9A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49CD9A is #B63265. Grayscale: #9F9F9F. Windows color (decimal): -11940454 or 10145097. OLE color: 10145097.
HSL color Cylindrical-coordinate representation of color #49CD9A: hue angle of 156.82º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49CD9A is Cyan = 0.64, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 73 | 205 | 154 | - |
| CMYK | 0.64 | 0 | 0.25 | 0.20 |
| HSL | 156.82º | 0.57% | 0.55% | - |
| HSV(B) | 156.82º | 0.64% | 0.8% | - |
| XYZ | 30.41 | 47.41 | 38.12 | - |
| YUV | 159.72 | 124.77 | 66.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 205 | 154 | 0.64 | 0 | 0.25 | 0.20 | 156.82 | 0.57 | 0.55 |
| Hex | 49 | CD | 9A | 40 | 0 | 19 | 14 | 9D | 39 | 37 |
| Octal | 111 | 315 | 232 | 100 | 0 | 31 | 24 | 235 | 71 | 67 |
| Binary | 1001001 | 11001101 | 10011010 | 1000000 | 0 | 11001 | 10100 | 10011101 | 111001 | 110111 |
Color Harmonies of #49CD9A
Complementary color
Monochromatic Colors of #49CD9A
Black with #49CD9A
Text Example
Text Example
White with #49CD9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CD9A; }
p { color: rgb(73,205,154); }
H1.HeaderClassName
{
color: #49CD9A;
}
.AnyTagClassName
{
color: #49CD9A;
}
</style>
background-color css
<style>
a { background-color: #49CD9A; }
a { background-color: rgb(73,205,154); }
div.DivClassName
{
background-color: #49CD9A;
}
.BgClassName
{
background-color: #49CD9A;
}
</style>
border-color css
<style>
span { border-color: #49CD9A; }
span { border-color: rgb(73,205,154); }
td.TdClassName
{
border-color: #49CD9A;
}
.TagClassName
{
border-color: #49CD9A;
}
</style>