Shades of Shamrock #3BCA90
Tints of Shamrock #3BCA90
RGB
CMYK
RGB Variations
Color information
#3BCA90 (or 0x3BCA90) is known color: Shamrock. HEX triplet: 3B, CA and 90. RGB value is (59,202,144). Sum of RGB (Red+Green+Blue) = 59+202+144=405 (53% of max value = 765). Red value is 59 (23.44% from 255 or 14.57% from 405); Green value is 202 (79.30% from 255 or 49.88% from 405); Blue value is 144 (56.64% from 255 or 35.56% from 405); Max value from RGB is 202 - color contains mainly: green. Hex color #3BCA90 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BCA90 is #C4356F. Grayscale: #989898. Windows color (decimal): -12858736 or 9488955. OLE color: 9488955.
HSL color Cylindrical-coordinate representation of color #3BCA90: hue angle of 155.66º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3BCA90 is Cyan = 0.71, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 59 | 202 | 144 | - |
| CMYK | 0.71 | 0 | 0.29 | 0.21 |
| HSL | 155.66º | 0.57% | 0.51% | - |
| HSV(B) | 155.66º | 0.71% | 0.79% | - |
| XYZ | 27.96 | 45.18 | 33.63 | - |
| YUV | 152.63 | 123.12 | 61.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 202 | 144 | 0.71 | 0 | 0.29 | 0.21 | 155.66 | 0.57 | 0.51 |
| Hex | 3B | CA | 90 | 47 | 0 | 1D | 15 | 9C | 39 | 33 |
| Octal | 73 | 312 | 220 | 107 | 0 | 35 | 25 | 234 | 71 | 63 |
| Binary | 111011 | 11001010 | 10010000 | 1000111 | 0 | 11101 | 10101 | 10011100 | 111001 | 110011 |
Color Harmonies of #3BCA90
Complementary color
Monochromatic Colors of #3BCA90
Black with #3BCA90
Text Example
Text Example
White with #3BCA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BCA90; }
p { color: rgb(59,202,144); }
H1.HeaderClassName
{
color: #3BCA90;
}
.AnyTagClassName
{
color: #3BCA90;
}
</style>
background-color css
<style>
a { background-color: #3BCA90; }
a { background-color: rgb(59,202,144); }
div.DivClassName
{
background-color: #3BCA90;
}
.BgClassName
{
background-color: #3BCA90;
}
</style>
border-color css
<style>
span { border-color: #3BCA90; }
span { border-color: rgb(59,202,144); }
td.TdClassName
{
border-color: #3BCA90;
}
.TagClassName
{
border-color: #3BCA90;
}
</style>