Shades of Shamrock #3DBE8C
Tints of Shamrock #3DBE8C
RGB
CMYK
RGB Variations
Color information
#3DBE8C (or 0x3DBE8C) is known color: Shamrock. HEX triplet: 3D, BE and 8C. RGB value is (61,190,140). Sum of RGB (Red+Green+Blue) = 61+190+140=391 (51% of max value = 765). Red value is 61 (24.22% from 255 or 15.60% from 391); Green value is 190 (74.61% from 255 or 48.59% from 391); Blue value is 140 (55.08% from 255 or 35.81% from 391); Max value from RGB is 190 - color contains mainly: green. Hex color #3DBE8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DBE8C is #C24173. Grayscale: #919191. Windows color (decimal): -12730740 or 9223741. OLE color: 9223741.
HSL color Cylindrical-coordinate representation of color #3DBE8C: hue angle of 156.74º 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 #3DBE8C is Cyan = 0.68, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 61 | 190 | 140 | - |
| CMYK | 0.68 | 0 | 0.26 | 0.25 |
| HSL | 156.74º | 0.51% | 0.49% | - |
| HSV(B) | 156.74º | 0.68% | 0.75% | - |
| XYZ | 25.07 | 39.71 | 31.15 | - |
| YUV | 145.73 | 124.76 | 67.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 190 | 140 | 0.68 | 0 | 0.26 | 0.25 | 156.74 | 0.51 | 0.49 |
| Hex | 3D | BE | 8C | 44 | 0 | 1A | 19 | 9D | 33 | 31 |
| Octal | 75 | 276 | 214 | 104 | 0 | 32 | 31 | 235 | 63 | 61 |
| Binary | 111101 | 10111110 | 10001100 | 1000100 | 0 | 11010 | 11001 | 10011101 | 110011 | 110001 |
Color Harmonies of #3DBE8C
Complementary color
Monochromatic Colors of #3DBE8C
Black with #3DBE8C
Text Example
Text Example
White with #3DBE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBE8C; }
p { color: rgb(61,190,140); }
H1.HeaderClassName
{
color: #3DBE8C;
}
.AnyTagClassName
{
color: #3DBE8C;
}
</style>
background-color css
<style>
a { background-color: #3DBE8C; }
a { background-color: rgb(61,190,140); }
div.DivClassName
{
background-color: #3DBE8C;
}
.BgClassName
{
background-color: #3DBE8C;
}
</style>
border-color css
<style>
span { border-color: #3DBE8C; }
span { border-color: rgb(61,190,140); }
td.TdClassName
{
border-color: #3DBE8C;
}
.TagClassName
{
border-color: #3DBE8C;
}
</style>