Shades of Shamrock #39E385
Tints of Shamrock #39E385
RGB
CMYK
RGB Variations
Color information
#39E385 (or 0x39E385) is known color: Shamrock. HEX triplet: 39, E3 and 85. RGB value is (57,227,133). Sum of RGB (Red+Green+Blue) = 57+227+133=417 (55% of max value = 765). Red value is 57 (22.66% from 255 or 13.67% from 417); Green value is 227 (89.06% from 255 or 54.44% from 417); Blue value is 133 (52.34% from 255 or 31.89% from 417); Max value from RGB is 227 - color contains mainly: green. Hex color #39E385 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #39E385 is #C61C7A. Grayscale: #A5A5A5. Windows color (decimal): -12983419 or 8774457. OLE color: 8774457.
HSL color Cylindrical-coordinate representation of color #39E385: hue angle of 146.82º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #39E385 is Cyan = 0.75, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 57 | 227 | 133 | - |
| CMYK | 0.75 | 0 | 0.41 | 0.11 |
| HSL | 146.82º | 0.75% | 0.56% | - |
| HSV(B) | 146.82º | 0.75% | 0.89% | - |
| XYZ | 33.39 | 57.5 | 31.53 | - |
| YUV | 165.45 | 109.68 | 50.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 227 | 133 | 0.75 | 0 | 0.41 | 0.11 | 146.82 | 0.75 | 0.56 |
| Hex | 39 | E3 | 85 | 4B | 0 | 29 | B | 93 | 4B | 38 |
| Octal | 71 | 343 | 205 | 113 | 0 | 51 | 13 | 223 | 113 | 70 |
| Binary | 111001 | 11100011 | 10000101 | 1001011 | 0 | 101001 | 1011 | 10010011 | 1001011 | 111000 |
Color Harmonies of #39E385
Complementary color
Monochromatic Colors of #39E385
Black with #39E385
Text Example
Text Example
White with #39E385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39E385; }
p { color: rgb(57,227,133); }
H1.HeaderClassName
{
color: #39E385;
}
.AnyTagClassName
{
color: #39E385;
}
</style>
background-color css
<style>
a { background-color: #39E385; }
a { background-color: rgb(57,227,133); }
div.DivClassName
{
background-color: #39E385;
}
.BgClassName
{
background-color: #39E385;
}
</style>
border-color css
<style>
span { border-color: #39E385; }
span { border-color: rgb(57,227,133); }
td.TdClassName
{
border-color: #39E385;
}
.TagClassName
{
border-color: #39E385;
}
</style>