Shades of Shamrock #3DB69A
Tints of Shamrock #3DB69A
RGB
CMYK
RGB Variations
Color information
#3DB69A (or 0x3DB69A) is known color: Shamrock. HEX triplet: 3D, B6 and 9A. RGB value is (61,182,154). Sum of RGB (Red+Green+Blue) = 61+182+154=397 (52% of max value = 765). Red value is 61 (24.22% from 255 or 15.37% from 397); Green value is 182 (71.48% from 255 or 45.84% from 397); Blue value is 154 (60.55% from 255 or 38.79% from 397); Max value from RGB is 182 - color contains mainly: green. Hex color #3DB69A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DB69A is #C24965. Grayscale: #8E8E8E. Windows color (decimal): -12732774 or 10139197. OLE color: 10139197.
HSL color Cylindrical-coordinate representation of color #3DB69A: hue angle of 166.12º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3DB69A is Cyan = 0.66, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 61 | 182 | 154 | - |
| CMYK | 0.66 | 0 | 0.15 | 0.29 |
| HSL | 166.12º | 0.5% | 0.48% | - |
| HSV(B) | 166.12º | 0.66% | 0.71% | - |
| XYZ | 24.49 | 36.78 | 36.38 | - |
| YUV | 142.63 | 134.41 | 69.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 182 | 154 | 0.66 | 0 | 0.15 | 0.29 | 166.12 | 0.5 | 0.48 |
| Hex | 3D | B6 | 9A | 42 | 0 | F | 1D | A6 | 32 | 30 |
| Octal | 75 | 266 | 232 | 102 | 0 | 17 | 35 | 246 | 62 | 60 |
| Binary | 111101 | 10110110 | 10011010 | 1000010 | 0 | 1111 | 11101 | 10100110 | 110010 | 110000 |
Color Harmonies of #3DB69A
Complementary color
Monochromatic Colors of #3DB69A
Black with #3DB69A
Text Example
Text Example
White with #3DB69A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB69A; }
p { color: rgb(61,182,154); }
H1.HeaderClassName
{
color: #3DB69A;
}
.AnyTagClassName
{
color: #3DB69A;
}
</style>
background-color css
<style>
a { background-color: #3DB69A; }
a { background-color: rgb(61,182,154); }
div.DivClassName
{
background-color: #3DB69A;
}
.BgClassName
{
background-color: #3DB69A;
}
</style>
border-color css
<style>
span { border-color: #3DB69A; }
span { border-color: rgb(61,182,154); }
td.TdClassName
{
border-color: #3DB69A;
}
.TagClassName
{
border-color: #3DB69A;
}
</style>