Shades of Shamrock Green #049A5C
Tints of Shamrock Green #049A5C
RGB
CMYK
RGB Variations
Color information
#049A5C (or 0x049A5C) is known color: Shamrock Green. HEX triplet: 04, 9A and 5C. RGB value is (4,154,92). Sum of RGB (Red+Green+Blue) = 4+154+92=250 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.6% from 250); Green value is 154 (60.55% from 255 or 61.6% from 250); Blue value is 92 (36.33% from 255 or 36.8% from 250); Max value from RGB is 154 - color contains mainly: green. Hex color #049A5C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #049A5C is #FB65A3. Grayscale: #666666. Windows color (decimal): -16475556 or 6068740. OLE color: 6068740.
HSL color Cylindrical-coordinate representation of color #049A5C: hue angle of 155.2º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #049A5C is Cyan = 0.97, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 4 | 154 | 92 | - |
| CMYK | 0.97 | 0 | 0.40 | 0.40 |
| HSL | 155.2º | 0.95% | 0.31% | - |
| HSV(B) | 155.2º | 0.97% | 0.6% | - |
| XYZ | 13.54 | 23.91 | 14.03 | - |
| YUV | 102.08 | 122.31 | 58.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 154 | 92 | 0.97 | 0 | 0.40 | 0.40 | 155.2 | 0.95 | 0.31 |
| Hex | 4 | 9A | 5C | 61 | 0 | 28 | 28 | 9B | 5F | 1F |
| Octal | 4 | 232 | 134 | 141 | 0 | 50 | 50 | 233 | 137 | 37 |
| Binary | 100 | 10011010 | 1011100 | 1100001 | 0 | 101000 | 101000 | 10011011 | 1011111 | 11111 |
Color Harmonies of #049A5C
Complementary color
Monochromatic Colors of #049A5C
Black with #049A5C
Text Example
Text Example
White with #049A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #049A5C; }
p { color: rgb(4,154,92); }
H1.HeaderClassName
{
color: #049A5C;
}
.AnyTagClassName
{
color: #049A5C;
}
</style>
background-color css
<style>
a { background-color: #049A5C; }
a { background-color: rgb(4,154,92); }
div.DivClassName
{
background-color: #049A5C;
}
.BgClassName
{
background-color: #049A5C;
}
</style>
border-color css
<style>
span { border-color: #049A5C; }
span { border-color: rgb(4,154,92); }
td.TdClassName
{
border-color: #049A5C;
}
.TagClassName
{
border-color: #049A5C;
}
</style>