Shades of Shamrock #46D092
Tints of Shamrock #46D092
RGB
CMYK
RGB Variations
Color information
#46D092 (or 0x46D092) is known color: Shamrock. HEX triplet: 46, D0 and 92. RGB value is (70,208,146). Sum of RGB (Red+Green+Blue) = 70+208+146=424 (56% of max value = 765). Red value is 70 (27.73% from 255 or 16.51% from 424); Green value is 208 (81.64% from 255 or 49.06% from 424); Blue value is 146 (57.42% from 255 or 34.43% from 424); Max value from RGB is 208 - color contains mainly: green. Hex color #46D092 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46D092 is #B92F6D. Grayscale: #9F9F9F. Windows color (decimal): -12136302 or 9621574. OLE color: 9621574.
HSL color Cylindrical-coordinate representation of color #46D092: hue angle of 153.04º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #46D092 is Cyan = 0.66, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 70 | 208 | 146 | - |
| CMYK | 0.66 | 0 | 0.30 | 0.18 |
| HSL | 153.04º | 0.59% | 0.55% | - |
| HSV(B) | 153.04º | 0.66% | 0.82% | - |
| XYZ | 30.27 | 48.49 | 34.96 | - |
| YUV | 159.67 | 120.28 | 64.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 208 | 146 | 0.66 | 0 | 0.30 | 0.18 | 153.04 | 0.59 | 0.55 |
| Hex | 46 | D0 | 92 | 42 | 0 | 1E | 12 | 99 | 3B | 37 |
| Octal | 106 | 320 | 222 | 102 | 0 | 36 | 22 | 231 | 73 | 67 |
| Binary | 1000110 | 11010000 | 10010010 | 1000010 | 0 | 11110 | 10010 | 10011001 | 111011 | 110111 |
Color Harmonies of #46D092
Complementary color
Monochromatic Colors of #46D092
Black with #46D092
Text Example
Text Example
White with #46D092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46D092; }
p { color: rgb(70,208,146); }
H1.HeaderClassName
{
color: #46D092;
}
.AnyTagClassName
{
color: #46D092;
}
</style>
background-color css
<style>
a { background-color: #46D092; }
a { background-color: rgb(70,208,146); }
div.DivClassName
{
background-color: #46D092;
}
.BgClassName
{
background-color: #46D092;
}
</style>
border-color css
<style>
span { border-color: #46D092; }
span { border-color: rgb(70,208,146); }
td.TdClassName
{
border-color: #46D092;
}
.TagClassName
{
border-color: #46D092;
}
</style>