Shades of Shamrock Green #049D5D
Tints of Shamrock Green #049D5D
RGB
CMYK
RGB Variations
Color information
#049D5D (or 0x049D5D) is known color: Shamrock Green. HEX triplet: 04, 9D and 5D. RGB value is (4,157,93). Sum of RGB (Red+Green+Blue) = 4+157+93=254 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.57% from 254); Green value is 157 (61.72% from 255 or 61.81% from 254); Blue value is 93 (36.72% from 255 or 36.61% from 254); Max value from RGB is 157 - color contains mainly: green. Hex color #049D5D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #049D5D is #FB62A2. Grayscale: #686868. Windows color (decimal): -16474787 or 6135044. OLE color: 6135044.
HSL color Cylindrical-coordinate representation of color #049D5D: hue angle of 154.9º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #049D5D is Cyan = 0.97, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 4 | 157 | 93 | - |
| CMYK | 0.97 | 0 | 0.41 | 0.38 |
| HSL | 154.9º | 0.95% | 0.32% | - |
| HSV(B) | 154.9º | 0.97% | 0.62% | - |
| XYZ | 14.08 | 24.93 | 14.43 | - |
| YUV | 103.96 | 121.81 | 56.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 157 | 93 | 0.97 | 0 | 0.41 | 0.38 | 154.9 | 0.95 | 0.32 |
| Hex | 4 | 9D | 5D | 61 | 0 | 29 | 26 | 9B | 5F | 20 |
| Octal | 4 | 235 | 135 | 141 | 0 | 51 | 46 | 233 | 137 | 40 |
| Binary | 100 | 10011101 | 1011101 | 1100001 | 0 | 101001 | 100110 | 10011011 | 1011111 | 100000 |
Color Harmonies of #049D5D
Complementary color
Monochromatic Colors of #049D5D
Black with #049D5D
Text Example
Text Example
White with #049D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #049D5D; }
p { color: rgb(4,157,93); }
H1.HeaderClassName
{
color: #049D5D;
}
.AnyTagClassName
{
color: #049D5D;
}
</style>
background-color css
<style>
a { background-color: #049D5D; }
a { background-color: rgb(4,157,93); }
div.DivClassName
{
background-color: #049D5D;
}
.BgClassName
{
background-color: #049D5D;
}
</style>
border-color css
<style>
span { border-color: #049D5D; }
span { border-color: rgb(4,157,93); }
td.TdClassName
{
border-color: #049D5D;
}
.TagClassName
{
border-color: #049D5D;
}
</style>