Shades of Shamrock #3DB59D
Tints of Shamrock #3DB59D
RGB
CMYK
RGB Variations
Color information
#3DB59D (or 0x3DB59D) is known color: Shamrock. HEX triplet: 3D, B5 and 9D. RGB value is (61,181,157). Sum of RGB (Red+Green+Blue) = 61+181+157=399 (52% of max value = 765). Red value is 61 (24.22% from 255 or 15.29% from 399); Green value is 181 (71.09% from 255 or 45.36% from 399); Blue value is 157 (61.72% from 255 or 39.35% from 399); Max value from RGB is 181 - color contains mainly: green. Hex color #3DB59D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DB59D is #C24A62. Grayscale: #8E8E8E. Windows color (decimal): -12733027 or 10335549. OLE color: 10335549.
HSL color Cylindrical-coordinate representation of color #3DB59D: hue angle of 168º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3DB59D is Cyan = 0.66, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 61 | 181 | 157 | - |
| CMYK | 0.66 | 0 | 0.13 | 0.29 |
| HSL | 168º | 0.5% | 0.47% | - |
| HSV(B) | 168º | 0.66% | 0.71% | - |
| XYZ | 24.53 | 36.47 | 37.65 | - |
| YUV | 142.38 | 136.24 | 69.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 181 | 157 | 0.66 | 0 | 0.13 | 0.29 | 168 | 0.5 | 0.47 |
| Hex | 3D | B5 | 9D | 42 | 0 | D | 1D | A8 | 32 | 2F |
| Octal | 75 | 265 | 235 | 102 | 0 | 15 | 35 | 250 | 62 | 57 |
| Binary | 111101 | 10110101 | 10011101 | 1000010 | 0 | 1101 | 11101 | 10101000 | 110010 | 101111 |
Color Harmonies of #3DB59D
Complementary color
Monochromatic Colors of #3DB59D
Black with #3DB59D
Text Example
Text Example
White with #3DB59D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB59D; }
p { color: rgb(61,181,157); }
H1.HeaderClassName
{
color: #3DB59D;
}
.AnyTagClassName
{
color: #3DB59D;
}
</style>
background-color css
<style>
a { background-color: #3DB59D; }
a { background-color: rgb(61,181,157); }
div.DivClassName
{
background-color: #3DB59D;
}
.BgClassName
{
background-color: #3DB59D;
}
</style>
border-color css
<style>
span { border-color: #3DB59D; }
span { border-color: rgb(61,181,157); }
td.TdClassName
{
border-color: #3DB59D;
}
.TagClassName
{
border-color: #3DB59D;
}
</style>