Shades of Shamrock #3DB798
Tints of Shamrock #3DB798
RGB
CMYK
RGB Variations
Color information
#3DB798 (or 0x3DB798) is known color: Shamrock. HEX triplet: 3D, B7 and 98. RGB value is (61,183,152). Sum of RGB (Red+Green+Blue) = 61+183+152=396 (52% of max value = 765). Red value is 61 (24.22% from 255 or 15.40% from 396); Green value is 183 (71.88% from 255 or 46.21% from 396); Blue value is 152 (59.77% from 255 or 38.38% from 396); Max value from RGB is 183 - color contains mainly: green. Hex color #3DB798 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DB798 is #C24867. Grayscale: #8E8E8E. Windows color (decimal): -12732520 or 10008381. OLE color: 10008381.
HSL color Cylindrical-coordinate representation of color #3DB798: hue angle of 164.75º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3DB798 is Cyan = 0.67, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 61 | 183 | 152 | - |
| CMYK | 0.67 | 0 | 0.17 | 0.28 |
| HSL | 164.75º | 0.5% | 0.48% | - |
| HSV(B) | 164.75º | 0.67% | 0.72% | - |
| XYZ | 24.53 | 37.13 | 35.58 | - |
| YUV | 142.99 | 133.08 | 69.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 183 | 152 | 0.67 | 0 | 0.17 | 0.28 | 164.75 | 0.5 | 0.48 |
| Hex | 3D | B7 | 98 | 43 | 0 | 11 | 1C | A5 | 32 | 30 |
| Octal | 75 | 267 | 230 | 103 | 0 | 21 | 34 | 245 | 62 | 60 |
| Binary | 111101 | 10110111 | 10011000 | 1000011 | 0 | 10001 | 11100 | 10100101 | 110010 | 110000 |
Color Harmonies of #3DB798
Complementary color
Monochromatic Colors of #3DB798
Black with #3DB798
Text Example
Text Example
White with #3DB798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB798; }
p { color: rgb(61,183,152); }
H1.HeaderClassName
{
color: #3DB798;
}
.AnyTagClassName
{
color: #3DB798;
}
</style>
background-color css
<style>
a { background-color: #3DB798; }
a { background-color: rgb(61,183,152); }
div.DivClassName
{
background-color: #3DB798;
}
.BgClassName
{
background-color: #3DB798;
}
</style>
border-color css
<style>
span { border-color: #3DB798; }
span { border-color: rgb(61,183,152); }
td.TdClassName
{
border-color: #3DB798;
}
.TagClassName
{
border-color: #3DB798;
}
</style>