Shades of Shamrock #46C68F
Tints of Shamrock #46C68F
RGB
CMYK
RGB Variations
Color information
#46C68F (or 0x46C68F) is known color: Shamrock. HEX triplet: 46, C6 and 8F. RGB value is (70,198,143). Sum of RGB (Red+Green+Blue) = 70+198+143=411 (54% of max value = 765). Red value is 70 (27.73% from 255 or 17.03% from 411); Green value is 198 (77.73% from 255 or 48.18% from 411); Blue value is 143 (56.25% from 255 or 34.79% from 411); Max value from RGB is 198 - color contains mainly: green. Hex color #46C68F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46C68F is #B93970. Grayscale: #999999. Windows color (decimal): -12138865 or 9422406. OLE color: 9422406.
HSL color Cylindrical-coordinate representation of color #46C68F: hue angle of 154.22º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #46C68F is Cyan = 0.65, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 70 | 198 | 143 | - |
| CMYK | 0.65 | 0 | 0.28 | 0.22 |
| HSL | 154.22º | 0.53% | 0.53% | - |
| HSV(B) | 154.22º | 0.65% | 0.78% | - |
| XYZ | 27.68 | 43.67 | 32.96 | - |
| YUV | 153.46 | 122.09 | 68.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 198 | 143 | 0.65 | 0 | 0.28 | 0.22 | 154.22 | 0.53 | 0.53 |
| Hex | 46 | C6 | 8F | 41 | 0 | 1C | 16 | 9A | 35 | 35 |
| Octal | 106 | 306 | 217 | 101 | 0 | 34 | 26 | 232 | 65 | 65 |
| Binary | 1000110 | 11000110 | 10001111 | 1000001 | 0 | 11100 | 10110 | 10011010 | 110101 | 110101 |
Color Harmonies of #46C68F
Complementary color
Monochromatic Colors of #46C68F
Black with #46C68F
Text Example
Text Example
White with #46C68F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46C68F; }
p { color: rgb(70,198,143); }
H1.HeaderClassName
{
color: #46C68F;
}
.AnyTagClassName
{
color: #46C68F;
}
</style>
background-color css
<style>
a { background-color: #46C68F; }
a { background-color: rgb(70,198,143); }
div.DivClassName
{
background-color: #46C68F;
}
.BgClassName
{
background-color: #46C68F;
}
</style>
border-color css
<style>
span { border-color: #46C68F; }
span { border-color: rgb(70,198,143); }
td.TdClassName
{
border-color: #46C68F;
}
.TagClassName
{
border-color: #46C68F;
}
</style>