Shades of Shamrock #3DBB92
Tints of Shamrock #3DBB92
RGB
CMYK
RGB Variations
Color information
#3DBB92 (or 0x3DBB92) is known color: Shamrock. HEX triplet: 3D, BB and 92. RGB value is (61,187,146). Sum of RGB (Red+Green+Blue) = 61+187+146=394 (52% of max value = 765). Red value is 61 (24.22% from 255 or 15.48% from 394); Green value is 187 (73.44% from 255 or 47.46% from 394); Blue value is 146 (57.42% from 255 or 37.06% from 394); Max value from RGB is 187 - color contains mainly: green. Hex color #3DBB92 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DBB92 is #C2446D. Grayscale: #909090. Windows color (decimal): -12731502 or 9616189. OLE color: 9616189.
HSL color Cylindrical-coordinate representation of color #3DBB92: hue angle of 160.48º 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 #3DBB92 is Cyan = 0.67, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 61 | 187 | 146 | - |
| CMYK | 0.67 | 0 | 0.22 | 0.27 |
| HSL | 160.48º | 0.51% | 0.49% | - |
| HSV(B) | 160.48º | 0.67% | 0.73% | - |
| XYZ | 24.88 | 38.61 | 33.33 | - |
| YUV | 144.65 | 128.76 | 68.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 187 | 146 | 0.67 | 0 | 0.22 | 0.27 | 160.48 | 0.51 | 0.49 |
| Hex | 3D | BB | 92 | 43 | 0 | 16 | 1B | A0 | 33 | 31 |
| Octal | 75 | 273 | 222 | 103 | 0 | 26 | 33 | 240 | 63 | 61 |
| Binary | 111101 | 10111011 | 10010010 | 1000011 | 0 | 10110 | 11011 | 10100000 | 110011 | 110001 |
Color Harmonies of #3DBB92
Complementary color
Monochromatic Colors of #3DBB92
Black with #3DBB92
Text Example
Text Example
White with #3DBB92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBB92; }
p { color: rgb(61,187,146); }
H1.HeaderClassName
{
color: #3DBB92;
}
.AnyTagClassName
{
color: #3DBB92;
}
</style>
background-color css
<style>
a { background-color: #3DBB92; }
a { background-color: rgb(61,187,146); }
div.DivClassName
{
background-color: #3DBB92;
}
.BgClassName
{
background-color: #3DBB92;
}
</style>
border-color css
<style>
span { border-color: #3DBB92; }
span { border-color: rgb(61,187,146); }
td.TdClassName
{
border-color: #3DBB92;
}
.TagClassName
{
border-color: #3DBB92;
}
</style>