Shades of Shamrock #3FBD92
Tints of Shamrock #3FBD92
RGB
CMYK
RGB Variations
Color information
#3FBD92 (or 0x3FBD92) is known color: Shamrock. HEX triplet: 3F, BD and 92. RGB value is (63,189,146). Sum of RGB (Red+Green+Blue) = 63+189+146=398 (52% of max value = 765). Red value is 63 (25% from 255 or 15.83% from 398); Green value is 189 (74.22% from 255 or 47.49% from 398); Blue value is 146 (57.42% from 255 or 36.68% from 398); Max value from RGB is 189 - color contains mainly: green. Hex color #3FBD92 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FBD92 is #C0426D. Grayscale: #929292. Windows color (decimal): -12599918 or 9616703. OLE color: 9616703.
HSL color Cylindrical-coordinate representation of color #3FBD92: hue angle of 159.52º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3FBD92 is Cyan = 0.67, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 63 | 189 | 146 | - |
| CMYK | 0.67 | 0 | 0.23 | 0.26 |
| HSL | 159.52º | 0.5% | 0.49% | - |
| HSV(B) | 159.52º | 0.67% | 0.74% | - |
| XYZ | 25.44 | 39.53 | 33.48 | - |
| YUV | 146.42 | 127.76 | 68.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 189 | 146 | 0.67 | 0 | 0.23 | 0.26 | 159.52 | 0.5 | 0.49 |
| Hex | 3F | BD | 92 | 43 | 0 | 17 | 1A | A0 | 32 | 31 |
| Octal | 77 | 275 | 222 | 103 | 0 | 27 | 32 | 240 | 62 | 61 |
| Binary | 111111 | 10111101 | 10010010 | 1000011 | 0 | 10111 | 11010 | 10100000 | 110010 | 110001 |
Color Harmonies of #3FBD92
Complementary color
Monochromatic Colors of #3FBD92
Black with #3FBD92
Text Example
Text Example
White with #3FBD92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBD92; }
p { color: rgb(63,189,146); }
H1.HeaderClassName
{
color: #3FBD92;
}
.AnyTagClassName
{
color: #3FBD92;
}
</style>
background-color css
<style>
a { background-color: #3FBD92; }
a { background-color: rgb(63,189,146); }
div.DivClassName
{
background-color: #3FBD92;
}
.BgClassName
{
background-color: #3FBD92;
}
</style>
border-color css
<style>
span { border-color: #3FBD92; }
span { border-color: rgb(63,189,146); }
td.TdClassName
{
border-color: #3FBD92;
}
.TagClassName
{
border-color: #3FBD92;
}
</style>