Shades of Shamrock #39B992
Tints of Shamrock #39B992
RGB
CMYK
RGB Variations
Color information
#39B992 (or 0x39B992) is known color: Shamrock. HEX triplet: 39, B9 and 92. RGB value is (57,185,146). Sum of RGB (Red+Green+Blue) = 57+185+146=388 (51% of max value = 765). Red value is 57 (22.66% from 255 or 14.69% from 388); Green value is 185 (72.66% from 255 or 47.68% from 388); Blue value is 146 (57.42% from 255 or 37.63% from 388); Max value from RGB is 185 - color contains mainly: green. Hex color #39B992 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #39B992 is #C6466D. Grayscale: #8E8E8E. Windows color (decimal): -12994158 or 9615673. OLE color: 9615673.
HSL color Cylindrical-coordinate representation of color #39B992: hue angle of 161.72º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #39B992 is Cyan = 0.69, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 57 | 185 | 146 | - |
| CMYK | 0.69 | 0 | 0.21 | 0.27 |
| HSL | 161.72º | 0.53% | 0.47% | - |
| HSV(B) | 161.72º | 0.69% | 0.73% | - |
| XYZ | 24.22 | 37.64 | 33.18 | - |
| YUV | 142.28 | 130.09 | 67.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 185 | 146 | 0.69 | 0 | 0.21 | 0.27 | 161.72 | 0.53 | 0.47 |
| Hex | 39 | B9 | 92 | 45 | 0 | 15 | 1B | A2 | 35 | 2F |
| Octal | 71 | 271 | 222 | 105 | 0 | 25 | 33 | 242 | 65 | 57 |
| Binary | 111001 | 10111001 | 10010010 | 1000101 | 0 | 10101 | 11011 | 10100010 | 110101 | 101111 |
Color Harmonies of #39B992
Complementary color
Monochromatic Colors of #39B992
Black with #39B992
Text Example
Text Example
White with #39B992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39B992; }
p { color: rgb(57,185,146); }
H1.HeaderClassName
{
color: #39B992;
}
.AnyTagClassName
{
color: #39B992;
}
</style>
background-color css
<style>
a { background-color: #39B992; }
a { background-color: rgb(57,185,146); }
div.DivClassName
{
background-color: #39B992;
}
.BgClassName
{
background-color: #39B992;
}
</style>
border-color css
<style>
span { border-color: #39B992; }
span { border-color: rgb(57,185,146); }
td.TdClassName
{
border-color: #39B992;
}
.TagClassName
{
border-color: #39B992;
}
</style>