Shades of Shamrock #3CB598
Tints of Shamrock #3CB598
RGB
CMYK
RGB Variations
Color information
#3CB598 (or 0x3CB598) is known color: Shamrock. HEX triplet: 3C, B5 and 98. RGB value is (60,181,152). Sum of RGB (Red+Green+Blue) = 60+181+152=393 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15.27% from 393); Green value is 181 (71.09% from 255 or 46.06% from 393); Blue value is 152 (59.77% from 255 or 38.68% from 393); Max value from RGB is 181 - color contains mainly: green. Hex color #3CB598 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CB598 is #C34A67. Grayscale: #8D8D8D. Windows color (decimal): -12798568 or 10007868. OLE color: 10007868.
HSL color Cylindrical-coordinate representation of color #3CB598: hue angle of 165.62º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3CB598 is Cyan = 0.67, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 60 | 181 | 152 | - |
| CMYK | 0.67 | 0 | 0.16 | 0.29 |
| HSL | 165.62º | 0.5% | 0.47% | - |
| HSV(B) | 165.62º | 0.67% | 0.71% | - |
| XYZ | 24.05 | 36.28 | 35.44 | - |
| YUV | 141.52 | 133.91 | 69.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 181 | 152 | 0.67 | 0 | 0.16 | 0.29 | 165.62 | 0.5 | 0.47 |
| Hex | 3C | B5 | 98 | 43 | 0 | 10 | 1D | A6 | 32 | 2F |
| Octal | 74 | 265 | 230 | 103 | 0 | 20 | 35 | 246 | 62 | 57 |
| Binary | 111100 | 10110101 | 10011000 | 1000011 | 0 | 10000 | 11101 | 10100110 | 110010 | 101111 |
Color Harmonies of #3CB598
Complementary color
Monochromatic Colors of #3CB598
Black with #3CB598
Text Example
Text Example
White with #3CB598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB598; }
p { color: rgb(60,181,152); }
H1.HeaderClassName
{
color: #3CB598;
}
.AnyTagClassName
{
color: #3CB598;
}
</style>
background-color css
<style>
a { background-color: #3CB598; }
a { background-color: rgb(60,181,152); }
div.DivClassName
{
background-color: #3CB598;
}
.BgClassName
{
background-color: #3CB598;
}
</style>
border-color css
<style>
span { border-color: #3CB598; }
span { border-color: rgb(60,181,152); }
td.TdClassName
{
border-color: #3CB598;
}
.TagClassName
{
border-color: #3CB598;
}
</style>