Shades of Shamrock #46C38F
Tints of Shamrock #46C38F
RGB
CMYK
RGB Variations
Color information
#46C38F (or 0x46C38F) is known color: Shamrock. HEX triplet: 46, C3 and 8F. RGB value is (70,195,143). Sum of RGB (Red+Green+Blue) = 70+195+143=408 (54% of max value = 765). Red value is 70 (27.73% from 255 or 17.16% from 408); Green value is 195 (76.56% from 255 or 47.79% from 408); Blue value is 143 (56.25% from 255 or 35.05% from 408); Max value from RGB is 195 - color contains mainly: green. Hex color #46C38F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46C38F is #B93C70. Grayscale: #979797. Windows color (decimal): -12139633 or 9421638. OLE color: 9421638.
HSL color Cylindrical-coordinate representation of color #46C38F: hue angle of 155.04º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #46C38F is Cyan = 0.64, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 70 | 195 | 143 | - |
| CMYK | 0.64 | 0 | 0.27 | 0.24 |
| HSL | 155.04º | 0.51% | 0.52% | - |
| HSV(B) | 155.04º | 0.64% | 0.76% | - |
| XYZ | 27 | 42.32 | 32.73 | - |
| YUV | 151.7 | 123.09 | 69.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 195 | 143 | 0.64 | 0 | 0.27 | 0.24 | 155.04 | 0.51 | 0.52 |
| Hex | 46 | C3 | 8F | 40 | 0 | 1B | 18 | 9B | 33 | 34 |
| Octal | 106 | 303 | 217 | 100 | 0 | 33 | 30 | 233 | 63 | 64 |
| Binary | 1000110 | 11000011 | 10001111 | 1000000 | 0 | 11011 | 11000 | 10011011 | 110011 | 110100 |
Color Harmonies of #46C38F
Complementary color
Monochromatic Colors of #46C38F
Black with #46C38F
Text Example
Text Example
White with #46C38F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46C38F; }
p { color: rgb(70,195,143); }
H1.HeaderClassName
{
color: #46C38F;
}
.AnyTagClassName
{
color: #46C38F;
}
</style>
background-color css
<style>
a { background-color: #46C38F; }
a { background-color: rgb(70,195,143); }
div.DivClassName
{
background-color: #46C38F;
}
.BgClassName
{
background-color: #46C38F;
}
</style>
border-color css
<style>
span { border-color: #46C38F; }
span { border-color: rgb(70,195,143); }
td.TdClassName
{
border-color: #46C38F;
}
.TagClassName
{
border-color: #46C38F;
}
</style>