Shades of Shamrock Green #008B52
Tints of Shamrock Green #008B52
RGB
CMYK
RGB Variations
Color information
#008B52 (or 0x008B52) is known color: Shamrock Green. HEX triplet: 00, 8B and 52. RGB value is (0,139,82). Sum of RGB (Red+Green+Blue) = 0+139+82=221 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 221); Green value is 139 (54.69% from 255 or 62.90% from 221); Blue value is 82 (32.42% from 255 or 37.10% from 221); Max value from RGB is 139 - color contains mainly: green. Hex color #008B52 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008B52 is #FF74AD. Grayscale: #5B5B5B. Windows color (decimal): -16741550 or 5409536. OLE color: 5409536.
HSL color Cylindrical-coordinate representation of color #008B52: hue angle of 155.4º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008B52 is Cyan = 1, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 139 | 82 | - |
| CMYK | 1 | 0 | 0.41 | 0.45 |
| HSL | 155.4º | 1% | 0.27% | - |
| HSV(B) | 155.4º | 1% | 0.55% | - |
| XYZ | 10.76 | 19.07 | 11.1 | - |
| YUV | 90.94 | 122.95 | 63.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 139 | 82 | 1 | 0 | 0.41 | 0.45 | 155.4 | 1 | 0.27 |
| Hex | 0 | 8B | 52 | 64 | 0 | 29 | 2D | 9B | 64 | 1B |
| Octal | 0 | 213 | 122 | 144 | 0 | 51 | 55 | 233 | 144 | 33 |
| Binary | 0 | 10001011 | 1010010 | 1100100 | 0 | 101001 | 101101 | 10011011 | 1100100 | 11011 |
Color Harmonies of #008B52
Complementary color
Monochromatic Colors of #008B52
Black with #008B52
Text Example
Text Example
White with #008B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008B52; }
p { color: rgb(0,139,82); }
H1.HeaderClassName
{
color: #008B52;
}
.AnyTagClassName
{
color: #008B52;
}
</style>
background-color css
<style>
a { background-color: #008B52; }
a { background-color: rgb(0,139,82); }
div.DivClassName
{
background-color: #008B52;
}
.BgClassName
{
background-color: #008B52;
}
</style>
border-color css
<style>
span { border-color: #008B52; }
span { border-color: rgb(0,139,82); }
td.TdClassName
{
border-color: #008B52;
}
.TagClassName
{
border-color: #008B52;
}
</style>