Shades of Shamrock #3DBF9D
Tints of Shamrock #3DBF9D
RGB
CMYK
RGB Variations
Color information
#3DBF9D (or 0x3DBF9D) is known color: Shamrock. HEX triplet: 3D, BF and 9D. RGB value is (61,191,157). Sum of RGB (Red+Green+Blue) = 61+191+157=409 (54% of max value = 765). Red value is 61 (24.22% from 255 or 14.91% from 409); Green value is 191 (75% from 255 or 46.70% from 409); Blue value is 157 (61.72% from 255 or 38.39% from 409); Max value from RGB is 191 - color contains mainly: green. Hex color #3DBF9D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DBF9D is #C24062. Grayscale: #949494. Windows color (decimal): -12730467 or 10338109. OLE color: 10338109.
HSL color Cylindrical-coordinate representation of color #3DBF9D: hue angle of 164.31º degrees, saturation: 0.52, 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 #3DBF9D is Cyan = 0.68, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 61 | 191 | 157 | - |
| CMYK | 0.68 | 0 | 0.18 | 0.25 |
| HSL | 164.31º | 0.52% | 0.49% | - |
| HSV(B) | 164.31º | 0.68% | 0.75% | - |
| XYZ | 26.64 | 40.69 | 38.35 | - |
| YUV | 148.25 | 132.93 | 65.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 191 | 157 | 0.68 | 0 | 0.18 | 0.25 | 164.31 | 0.52 | 0.49 |
| Hex | 3D | BF | 9D | 44 | 0 | 12 | 19 | A4 | 34 | 31 |
| Octal | 75 | 277 | 235 | 104 | 0 | 22 | 31 | 244 | 64 | 61 |
| Binary | 111101 | 10111111 | 10011101 | 1000100 | 0 | 10010 | 11001 | 10100100 | 110100 | 110001 |
Color Harmonies of #3DBF9D
Complementary color
Monochromatic Colors of #3DBF9D
Black with #3DBF9D
Text Example
Text Example
White with #3DBF9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBF9D; }
p { color: rgb(61,191,157); }
H1.HeaderClassName
{
color: #3DBF9D;
}
.AnyTagClassName
{
color: #3DBF9D;
}
</style>
background-color css
<style>
a { background-color: #3DBF9D; }
a { background-color: rgb(61,191,157); }
div.DivClassName
{
background-color: #3DBF9D;
}
.BgClassName
{
background-color: #3DBF9D;
}
</style>
border-color css
<style>
span { border-color: #3DBF9D; }
span { border-color: rgb(61,191,157); }
td.TdClassName
{
border-color: #3DBF9D;
}
.TagClassName
{
border-color: #3DBF9D;
}
</style>