Shades of Shamrock #3DBE92
Tints of Shamrock #3DBE92
RGB
CMYK
RGB Variations
Color information
#3DBE92 (or 0x3DBE92) is known color: Shamrock. HEX triplet: 3D, BE and 92. RGB value is (61,190,146). Sum of RGB (Red+Green+Blue) = 61+190+146=397 (52% of max value = 765). Red value is 61 (24.22% from 255 or 15.37% from 397); Green value is 190 (74.61% from 255 or 47.86% from 397); Blue value is 146 (57.42% from 255 or 36.78% from 397); Max value from RGB is 190 - color contains mainly: green. Hex color #3DBE92 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DBE92 is #C2416D. Grayscale: #929292. Windows color (decimal): -12730734 or 9616957. OLE color: 9616957.
HSL color Cylindrical-coordinate representation of color #3DBE92: hue angle of 159.53º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3DBE92 is Cyan = 0.68, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 61 | 190 | 146 | - |
| CMYK | 0.68 | 0 | 0.23 | 0.25 |
| HSL | 159.53º | 0.51% | 0.49% | - |
| HSV(B) | 159.53º | 0.68% | 0.75% | - |
| XYZ | 25.53 | 39.89 | 33.55 | - |
| YUV | 146.41 | 127.76 | 67.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 190 | 146 | 0.68 | 0 | 0.23 | 0.25 | 159.53 | 0.51 | 0.49 |
| Hex | 3D | BE | 92 | 44 | 0 | 17 | 19 | A0 | 33 | 31 |
| Octal | 75 | 276 | 222 | 104 | 0 | 27 | 31 | 240 | 63 | 61 |
| Binary | 111101 | 10111110 | 10010010 | 1000100 | 0 | 10111 | 11001 | 10100000 | 110011 | 110001 |
Color Harmonies of #3DBE92
Complementary color
Monochromatic Colors of #3DBE92
Black with #3DBE92
Text Example
Text Example
White with #3DBE92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBE92; }
p { color: rgb(61,190,146); }
H1.HeaderClassName
{
color: #3DBE92;
}
.AnyTagClassName
{
color: #3DBE92;
}
</style>
background-color css
<style>
a { background-color: #3DBE92; }
a { background-color: rgb(61,190,146); }
div.DivClassName
{
background-color: #3DBE92;
}
.BgClassName
{
background-color: #3DBE92;
}
</style>
border-color css
<style>
span { border-color: #3DBE92; }
span { border-color: rgb(61,190,146); }
td.TdClassName
{
border-color: #3DBE92;
}
.TagClassName
{
border-color: #3DBE92;
}
</style>