Shades of Shamrock #46D59B
Tints of Shamrock #46D59B
RGB
CMYK
RGB Variations
Color information
#46D59B (or 0x46D59B) is known color: Shamrock. HEX triplet: 46, D5 and 9B. RGB value is (70,213,155). Sum of RGB (Red+Green+Blue) = 70+213+155=438 (58% of max value = 765). Red value is 70 (27.73% from 255 or 15.98% from 438); Green value is 213 (83.59% from 255 or 48.63% from 438); Blue value is 155 (60.94% from 255 or 35.39% from 438); Max value from RGB is 213 - color contains mainly: green. Hex color #46D59B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46D59B is #B92A64. Grayscale: #A3A3A3. Windows color (decimal): -12135013 or 10212678. OLE color: 10212678.
HSL color Cylindrical-coordinate representation of color #46D59B: hue angle of 155.66º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #46D59B is Cyan = 0.67, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 70 | 213 | 155 | - |
| CMYK | 0.67 | 0 | 0.27 | 0.16 |
| HSL | 155.66º | 0.63% | 0.55% | - |
| HSV(B) | 155.66º | 0.67% | 0.84% | - |
| XYZ | 32.24 | 51.26 | 39.2 | - |
| YUV | 163.63 | 123.12 | 61.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 213 | 155 | 0.67 | 0 | 0.27 | 0.16 | 155.66 | 0.63 | 0.55 |
| Hex | 46 | D5 | 9B | 43 | 0 | 1B | 10 | 9C | 3F | 37 |
| Octal | 106 | 325 | 233 | 103 | 0 | 33 | 20 | 234 | 77 | 67 |
| Binary | 1000110 | 11010101 | 10011011 | 1000011 | 0 | 11011 | 10000 | 10011100 | 111111 | 110111 |
Color Harmonies of #46D59B
Complementary color
Monochromatic Colors of #46D59B
Black with #46D59B
Text Example
Text Example
White with #46D59B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46D59B; }
p { color: rgb(70,213,155); }
H1.HeaderClassName
{
color: #46D59B;
}
.AnyTagClassName
{
color: #46D59B;
}
</style>
background-color css
<style>
a { background-color: #46D59B; }
a { background-color: rgb(70,213,155); }
div.DivClassName
{
background-color: #46D59B;
}
.BgClassName
{
background-color: #46D59B;
}
</style>
border-color css
<style>
span { border-color: #46D59B; }
span { border-color: rgb(70,213,155); }
td.TdClassName
{
border-color: #46D59B;
}
.TagClassName
{
border-color: #46D59B;
}
</style>