Shades of Shamrock #3DB98C
Tints of Shamrock #3DB98C
RGB
CMYK
RGB Variations
Color information
#3DB98C (or 0x3DB98C) is known color: Shamrock. HEX triplet: 3D, B9 and 8C. RGB value is (61,185,140). Sum of RGB (Red+Green+Blue) = 61+185+140=386 (51% of max value = 765). Red value is 61 (24.22% from 255 or 15.80% from 386); Green value is 185 (72.66% from 255 or 47.93% from 386); Blue value is 140 (55.08% from 255 or 36.27% from 386); Max value from RGB is 185 - color contains mainly: green. Hex color #3DB98C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DB98C is #C24673. Grayscale: #8E8E8E. Windows color (decimal): -12732020 or 9222461. OLE color: 9222461.
HSL color Cylindrical-coordinate representation of color #3DB98C: hue angle of 158.23º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3DB98C is Cyan = 0.67, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 61 | 185 | 140 | - |
| CMYK | 0.67 | 0 | 0.24 | 0.27 |
| HSL | 158.23º | 0.5% | 0.48% | - |
| HSV(B) | 158.23º | 0.67% | 0.73% | - |
| XYZ | 24.01 | 37.58 | 30.8 | - |
| YUV | 142.79 | 126.42 | 69.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 185 | 140 | 0.67 | 0 | 0.24 | 0.27 | 158.23 | 0.5 | 0.48 |
| Hex | 3D | B9 | 8C | 43 | 0 | 18 | 1B | 9E | 32 | 30 |
| Octal | 75 | 271 | 214 | 103 | 0 | 30 | 33 | 236 | 62 | 60 |
| Binary | 111101 | 10111001 | 10001100 | 1000011 | 0 | 11000 | 11011 | 10011110 | 110010 | 110000 |
Color Harmonies of #3DB98C
Complementary color
Monochromatic Colors of #3DB98C
Black with #3DB98C
Text Example
Text Example
White with #3DB98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB98C; }
p { color: rgb(61,185,140); }
H1.HeaderClassName
{
color: #3DB98C;
}
.AnyTagClassName
{
color: #3DB98C;
}
</style>
background-color css
<style>
a { background-color: #3DB98C; }
a { background-color: rgb(61,185,140); }
div.DivClassName
{
background-color: #3DB98C;
}
.BgClassName
{
background-color: #3DB98C;
}
</style>
border-color css
<style>
span { border-color: #3DB98C; }
span { border-color: rgb(61,185,140); }
td.TdClassName
{
border-color: #3DB98C;
}
.TagClassName
{
border-color: #3DB98C;
}
</style>