Shades of Shamrock #3DBB90
Tints of Shamrock #3DBB90
RGB
CMYK
RGB Variations
Color information
#3DBB90 (or 0x3DBB90) is known color: Shamrock. HEX triplet: 3D, BB and 90. RGB value is (61,187,144). Sum of RGB (Red+Green+Blue) = 61+187+144=392 (51% of max value = 765). Red value is 61 (24.22% from 255 or 15.56% from 392); Green value is 187 (73.44% from 255 or 47.70% from 392); Blue value is 144 (56.64% from 255 or 36.73% from 392); Max value from RGB is 187 - color contains mainly: green. Hex color #3DBB90 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DBB90 is #C2446F. Grayscale: #909090. Windows color (decimal): -12731504 or 9485117. OLE color: 9485117.
HSL color Cylindrical-coordinate representation of color #3DBB90: hue angle of 159.52º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3DBB90 is Cyan = 0.67, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 61 | 187 | 144 | - |
| CMYK | 0.67 | 0 | 0.23 | 0.27 |
| HSL | 159.52º | 0.51% | 0.49% | - |
| HSV(B) | 159.52º | 0.67% | 0.73% | - |
| XYZ | 24.73 | 38.55 | 32.52 | - |
| YUV | 144.42 | 127.76 | 68.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 187 | 144 | 0.67 | 0 | 0.23 | 0.27 | 159.52 | 0.51 | 0.49 |
| Hex | 3D | BB | 90 | 43 | 0 | 17 | 1B | A0 | 33 | 31 |
| Octal | 75 | 273 | 220 | 103 | 0 | 27 | 33 | 240 | 63 | 61 |
| Binary | 111101 | 10111011 | 10010000 | 1000011 | 0 | 10111 | 11011 | 10100000 | 110011 | 110001 |
Color Harmonies of #3DBB90
Complementary color
Monochromatic Colors of #3DBB90
Black with #3DBB90
Text Example
Text Example
White with #3DBB90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBB90; }
p { color: rgb(61,187,144); }
H1.HeaderClassName
{
color: #3DBB90;
}
.AnyTagClassName
{
color: #3DBB90;
}
</style>
background-color css
<style>
a { background-color: #3DBB90; }
a { background-color: rgb(61,187,144); }
div.DivClassName
{
background-color: #3DBB90;
}
.BgClassName
{
background-color: #3DBB90;
}
</style>
border-color css
<style>
span { border-color: #3DBB90; }
span { border-color: rgb(61,187,144); }
td.TdClassName
{
border-color: #3DBB90;
}
.TagClassName
{
border-color: #3DBB90;
}
</style>