Shades of Shamrock Green #058B5E
Tints of Shamrock Green #058B5E
RGB
CMYK
RGB Variations
Color information
#058B5E (or 0x058B5E) is known color: Shamrock Green. HEX triplet: 05, 8B and 5E. RGB value is (5,139,94). Sum of RGB (Red+Green+Blue) = 5+139+94=238 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.10% from 238); Green value is 139 (54.69% from 255 or 58.40% from 238); Blue value is 94 (37.11% from 255 or 39.50% from 238); Max value from RGB is 139 - color contains mainly: green. Hex color #058B5E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058B5E is #FA74A1. Grayscale: #5D5D5D. Windows color (decimal): -16413858 or 6195973. OLE color: 6195973.
HSL color Cylindrical-coordinate representation of color #058B5E: hue angle of 159.85º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058B5E is Cyan = 0.96, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.45.
Color convert
RGB | 5 | 139 | 94 | - |
CMYK | 0.96 | 0 | 0.32 | 0.45 |
HSL | 159.85º | 0.93% | 0.28% | - |
HSV(B) | 159.85º | 0.96% | 0.55% | - |
XYZ | 11.32 | 19.31 | 13.72 | - |
YUV | 93.8 | 128.11 | 64.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 5 | 139 | 94 | 0.96 | 0 | 0.32 | 0.45 | 159.85 | 0.93 | 0.28 |
Hex | 5 | 8B | 5E | 60 | 0 | 20 | 2D | A0 | 5D | 1C |
Octal | 5 | 213 | 136 | 140 | 0 | 40 | 55 | 240 | 135 | 34 |
Binary | 101 | 10001011 | 1011110 | 1100000 | 0 | 100000 | 101101 | 10100000 | 1011101 | 11100 |
Color Harmonies of #058B5E
Complementary color
Monochromatic Colors of #058B5E
Black with #058B5E
Text Example
Text Example
White with #058B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058B5E; }
p { color: rgb(5,139,94); }
H1.HeaderClassName
{
color: #058B5E;
}
.AnyTagClassName
{
color: #058B5E;
}
</style>
background-color css
<style>
a { background-color: #058B5E; }
a { background-color: rgb(5,139,94); }
div.DivClassName
{
background-color: #058B5E;
}
.BgClassName
{
background-color: #058B5E;
}
</style>
border-color css
<style>
span { border-color: #058B5E; }
span { border-color: rgb(5,139,94); }
td.TdClassName
{
border-color: #058B5E;
}
.TagClassName
{
border-color: #058B5E;
}
</style>