Shades of Shamrock #3ADB86
Tints of Shamrock #3ADB86
RGB
CMYK
RGB Variations
Color information
#3ADB86 (or 0x3ADB86) is known color: Shamrock. HEX triplet: 3A, DB and 86. RGB value is (58,219,134). Sum of RGB (Red+Green+Blue) = 58+219+134=411 (54% of max value = 765). Red value is 58 (23.05% from 255 or 14.11% from 411); Green value is 219 (85.94% from 255 or 53.28% from 411); Blue value is 134 (52.73% from 255 or 32.60% from 411); Max value from RGB is 219 - color contains mainly: green. Hex color #3ADB86 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ADB86 is #C52479. Grayscale: #A1A1A1. Windows color (decimal): -12919930 or 8837946. OLE color: 8837946.
HSL color Cylindrical-coordinate representation of color #3ADB86: hue angle of 148.32º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3ADB86 is Cyan = 0.74, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 58 | 219 | 134 | - |
| CMYK | 0.74 | 0 | 0.39 | 0.14 |
| HSL | 148.32º | 0.69% | 0.54% | - |
| HSV(B) | 148.32º | 0.74% | 0.86% | - |
| XYZ | 31.38 | 53.28 | 31.19 | - |
| YUV | 161.17 | 112.66 | 54.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 219 | 134 | 0.74 | 0 | 0.39 | 0.14 | 148.32 | 0.69 | 0.54 |
| Hex | 3A | DB | 86 | 4A | 0 | 27 | E | 94 | 45 | 36 |
| Octal | 72 | 333 | 206 | 112 | 0 | 47 | 16 | 224 | 105 | 66 |
| Binary | 111010 | 11011011 | 10000110 | 1001010 | 0 | 100111 | 1110 | 10010100 | 1000101 | 110110 |
Color Harmonies of #3ADB86
Complementary color
Monochromatic Colors of #3ADB86
Black with #3ADB86
Text Example
Text Example
White with #3ADB86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADB86; }
p { color: rgb(58,219,134); }
H1.HeaderClassName
{
color: #3ADB86;
}
.AnyTagClassName
{
color: #3ADB86;
}
</style>
background-color css
<style>
a { background-color: #3ADB86; }
a { background-color: rgb(58,219,134); }
div.DivClassName
{
background-color: #3ADB86;
}
.BgClassName
{
background-color: #3ADB86;
}
</style>
border-color css
<style>
span { border-color: #3ADB86; }
span { border-color: rgb(58,219,134); }
td.TdClassName
{
border-color: #3ADB86;
}
.TagClassName
{
border-color: #3ADB86;
}
</style>