Shades of Shamrock #39C785
Tints of Shamrock #39C785
RGB
CMYK
RGB Variations
Color information
#39C785 (or 0x39C785) is known color: Shamrock. HEX triplet: 39, C7 and 85. RGB value is (57,199,133). Sum of RGB (Red+Green+Blue) = 57+199+133=389 (51% of max value = 765). Red value is 57 (22.66% from 255 or 14.65% from 389); Green value is 199 (78.12% from 255 or 51.16% from 389); Blue value is 133 (52.34% from 255 or 34.19% from 389); Max value from RGB is 199 - color contains mainly: green. Hex color #39C785 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #39C785 is #C6387A. Grayscale: #959595. Windows color (decimal): -12990587 or 8767289. OLE color: 8767289.
HSL color Cylindrical-coordinate representation of color #39C785: hue angle of 152.11º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #39C785 is Cyan = 0.71, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 57 | 199 | 133 | - |
| CMYK | 0.71 | 0 | 0.33 | 0.22 |
| HSL | 152.11º | 0.56% | 0.5% | - |
| HSV(B) | 152.11º | 0.71% | 0.78% | - |
| XYZ | 26.34 | 43.41 | 29.18 | - |
| YUV | 149.02 | 118.96 | 62.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 199 | 133 | 0.71 | 0 | 0.33 | 0.22 | 152.11 | 0.56 | 0.5 |
| Hex | 39 | C7 | 85 | 47 | 0 | 21 | 16 | 98 | 38 | 32 |
| Octal | 71 | 307 | 205 | 107 | 0 | 41 | 26 | 230 | 70 | 62 |
| Binary | 111001 | 11000111 | 10000101 | 1000111 | 0 | 100001 | 10110 | 10011000 | 111000 | 110010 |
Color Harmonies of #39C785
Complementary color
Monochromatic Colors of #39C785
Black with #39C785
Text Example
Text Example
White with #39C785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39C785; }
p { color: rgb(57,199,133); }
H1.HeaderClassName
{
color: #39C785;
}
.AnyTagClassName
{
color: #39C785;
}
</style>
background-color css
<style>
a { background-color: #39C785; }
a { background-color: rgb(57,199,133); }
div.DivClassName
{
background-color: #39C785;
}
.BgClassName
{
background-color: #39C785;
}
</style>
border-color css
<style>
span { border-color: #39C785; }
span { border-color: rgb(57,199,133); }
td.TdClassName
{
border-color: #39C785;
}
.TagClassName
{
border-color: #39C785;
}
</style>