Shades of Shamrock #3DB699
Tints of Shamrock #3DB699
RGB
CMYK
RGB Variations
Color information
#3DB699 (or 0x3DB699) is known color: Shamrock. HEX triplet: 3D, B6 and 99. RGB value is (61,182,153). Sum of RGB (Red+Green+Blue) = 61+182+153=396 (52% of max value = 765). Red value is 61 (24.22% from 255 or 15.40% from 396); Green value is 182 (71.48% from 255 or 45.96% from 396); Blue value is 153 (60.16% from 255 or 38.64% from 396); Max value from RGB is 182 - color contains mainly: green. Hex color #3DB699 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DB699 is #C24966. Grayscale: #8E8E8E. Windows color (decimal): -12732775 or 10073661. OLE color: 10073661.
HSL color Cylindrical-coordinate representation of color #3DB699: hue angle of 165.62º 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 #3DB699 is Cyan = 0.66, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 61 | 182 | 153 | - |
| CMYK | 0.66 | 0 | 0.16 | 0.29 |
| HSL | 165.62º | 0.5% | 0.48% | - |
| HSV(B) | 165.62º | 0.66% | 0.71% | - |
| XYZ | 24.4 | 36.75 | 35.94 | - |
| YUV | 142.52 | 133.91 | 69.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 182 | 153 | 0.66 | 0 | 0.16 | 0.29 | 165.62 | 0.5 | 0.48 |
| Hex | 3D | B6 | 99 | 42 | 0 | 10 | 1D | A6 | 32 | 30 |
| Octal | 75 | 266 | 231 | 102 | 0 | 20 | 35 | 246 | 62 | 60 |
| Binary | 111101 | 10110110 | 10011001 | 1000010 | 0 | 10000 | 11101 | 10100110 | 110010 | 110000 |
Color Harmonies of #3DB699
Complementary color
Monochromatic Colors of #3DB699
Black with #3DB699
Text Example
Text Example
White with #3DB699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB699; }
p { color: rgb(61,182,153); }
H1.HeaderClassName
{
color: #3DB699;
}
.AnyTagClassName
{
color: #3DB699;
}
</style>
background-color css
<style>
a { background-color: #3DB699; }
a { background-color: rgb(61,182,153); }
div.DivClassName
{
background-color: #3DB699;
}
.BgClassName
{
background-color: #3DB699;
}
</style>
border-color css
<style>
span { border-color: #3DB699; }
span { border-color: rgb(61,182,153); }
td.TdClassName
{
border-color: #3DB699;
}
.TagClassName
{
border-color: #3DB699;
}
</style>