Shades of Shamrock #39C385
Tints of Shamrock #39C385
RGB
CMYK
RGB Variations
Color information
#39C385 (or 0x39C385) is known color: Shamrock. HEX triplet: 39, C3 and 85. RGB value is (57,195,133). Sum of RGB (Red+Green+Blue) = 57+195+133=385 (50% of max value = 765). Red value is 57 (22.66% from 255 or 14.81% from 385); Green value is 195 (76.56% from 255 or 50.65% from 385); Blue value is 133 (52.34% from 255 or 34.55% from 385); Max value from RGB is 195 - color contains mainly: green. Hex color #39C385 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #39C385 is #C63C7A. Grayscale: #929292. Windows color (decimal): -12991611 or 8766265. OLE color: 8766265.
HSL color Cylindrical-coordinate representation of color #39C385: hue angle of 153.04º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #39C385 is Cyan = 0.71, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 57 | 195 | 133 | - |
| CMYK | 0.71 | 0 | 0.32 | 0.24 |
| HSL | 153.04º | 0.55% | 0.49% | - |
| HSV(B) | 153.04º | 0.71% | 0.76% | - |
| XYZ | 25.44 | 41.59 | 28.88 | - |
| YUV | 146.67 | 120.28 | 64.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 195 | 133 | 0.71 | 0 | 0.32 | 0.24 | 153.04 | 0.55 | 0.49 |
| Hex | 39 | C3 | 85 | 47 | 0 | 20 | 18 | 99 | 37 | 31 |
| Octal | 71 | 303 | 205 | 107 | 0 | 40 | 30 | 231 | 67 | 61 |
| Binary | 111001 | 11000011 | 10000101 | 1000111 | 0 | 100000 | 11000 | 10011001 | 110111 | 110001 |
Color Harmonies of #39C385
Complementary color
Monochromatic Colors of #39C385
Black with #39C385
Text Example
Text Example
White with #39C385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39C385; }
p { color: rgb(57,195,133); }
H1.HeaderClassName
{
color: #39C385;
}
.AnyTagClassName
{
color: #39C385;
}
</style>
background-color css
<style>
a { background-color: #39C385; }
a { background-color: rgb(57,195,133); }
div.DivClassName
{
background-color: #39C385;
}
.BgClassName
{
background-color: #39C385;
}
</style>
border-color css
<style>
span { border-color: #39C385; }
span { border-color: rgb(57,195,133); }
td.TdClassName
{
border-color: #39C385;
}
.TagClassName
{
border-color: #39C385;
}
</style>