Shades of Shamrock #3ADB92
Tints of Shamrock #3ADB92
RGB
CMYK
RGB Variations
Color information
#3ADB92 (or 0x3ADB92) is known color: Shamrock. HEX triplet: 3A, DB and 92. RGB value is (58,219,146). Sum of RGB (Red+Green+Blue) = 58+219+146=423 (56% of max value = 765). Red value is 58 (23.05% from 255 or 13.71% from 423); Green value is 219 (85.94% from 255 or 51.77% from 423); Blue value is 146 (57.42% from 255 or 34.52% from 423); Max value from RGB is 219 - color contains mainly: green. Hex color #3ADB92 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ADB92 is #C5246D. Grayscale: #A2A2A2. Windows color (decimal): -12919918 or 9624378. OLE color: 9624378.
HSL color Cylindrical-coordinate representation of color #3ADB92: hue angle of 152.8º 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 #3ADB92 is Cyan = 0.74, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 58 | 219 | 146 | - |
| CMYK | 0.74 | 0 | 0.33 | 0.14 |
| HSL | 152.8º | 0.69% | 0.54% | - |
| HSV(B) | 152.8º | 0.74% | 0.86% | - |
| XYZ | 32.26 | 53.64 | 35.85 | - |
| YUV | 162.54 | 118.66 | 53.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 219 | 146 | 0.74 | 0 | 0.33 | 0.14 | 152.8 | 0.69 | 0.54 |
| Hex | 3A | DB | 92 | 4A | 0 | 21 | E | 99 | 45 | 36 |
| Octal | 72 | 333 | 222 | 112 | 0 | 41 | 16 | 231 | 105 | 66 |
| Binary | 111010 | 11011011 | 10010010 | 1001010 | 0 | 100001 | 1110 | 10011001 | 1000101 | 110110 |
Color Harmonies of #3ADB92
Complementary color
Monochromatic Colors of #3ADB92
Black with #3ADB92
Text Example
Text Example
White with #3ADB92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADB92; }
p { color: rgb(58,219,146); }
H1.HeaderClassName
{
color: #3ADB92;
}
.AnyTagClassName
{
color: #3ADB92;
}
</style>
background-color css
<style>
a { background-color: #3ADB92; }
a { background-color: rgb(58,219,146); }
div.DivClassName
{
background-color: #3ADB92;
}
.BgClassName
{
background-color: #3ADB92;
}
</style>
border-color css
<style>
span { border-color: #3ADB92; }
span { border-color: rgb(58,219,146); }
td.TdClassName
{
border-color: #3ADB92;
}
.TagClassName
{
border-color: #3ADB92;
}
</style>