Shades of Shamrock #42B796
Tints of Shamrock #42B796
RGB
CMYK
RGB Variations
Color information
#42B796 (or 0x42B796) is known color: Shamrock. HEX triplet: 42, B7 and 96. RGB value is (66,183,150). Sum of RGB (Red+Green+Blue) = 66+183+150=399 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.54% from 399); Green value is 183 (71.88% from 255 or 45.86% from 399); Blue value is 150 (58.98% from 255 or 37.59% from 399); Max value from RGB is 183 - color contains mainly: green. Hex color #42B796 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42B796 is #BD4869. Grayscale: #909090. Windows color (decimal): -12404842 or 9877314. OLE color: 9877314.
HSL color Cylindrical-coordinate representation of color #42B796: hue angle of 163.08º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #42B796 is Cyan = 0.64, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 66 | 183 | 150 | - |
| CMYK | 0.64 | 0 | 0.18 | 0.28 |
| HSL | 163.08º | 0.47% | 0.49% | - |
| HSV(B) | 163.08º | 0.64% | 0.72% | - |
| XYZ | 24.69 | 37.23 | 34.74 | - |
| YUV | 144.26 | 131.24 | 72.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 183 | 150 | 0.64 | 0 | 0.18 | 0.28 | 163.08 | 0.47 | 0.49 |
| Hex | 42 | B7 | 96 | 40 | 0 | 12 | 1C | A3 | 2F | 31 |
| Octal | 102 | 267 | 226 | 100 | 0 | 22 | 34 | 243 | 57 | 61 |
| Binary | 1000010 | 10110111 | 10010110 | 1000000 | 0 | 10010 | 11100 | 10100011 | 101111 | 110001 |
Color Harmonies of #42B796
Complementary color
Monochromatic Colors of #42B796
Black with #42B796
Text Example
Text Example
White with #42B796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B796; }
p { color: rgb(66,183,150); }
H1.HeaderClassName
{
color: #42B796;
}
.AnyTagClassName
{
color: #42B796;
}
</style>
background-color css
<style>
a { background-color: #42B796; }
a { background-color: rgb(66,183,150); }
div.DivClassName
{
background-color: #42B796;
}
.BgClassName
{
background-color: #42B796;
}
</style>
border-color css
<style>
span { border-color: #42B796; }
span { border-color: rgb(66,183,150); }
td.TdClassName
{
border-color: #42B796;
}
.TagClassName
{
border-color: #42B796;
}
</style>