Shades of Shamrock #36D385
Tints of Shamrock #36D385
RGB
CMYK
RGB Variations
Color information
#36D385 (or 0x36D385) is known color: Shamrock. HEX triplet: 36, D3 and 85. RGB value is (54,211,133). Sum of RGB (Red+Green+Blue) = 54+211+133=398 (52% of max value = 765). Red value is 54 (21.48% from 255 or 13.57% from 398); Green value is 211 (82.81% from 255 or 53.02% from 398); Blue value is 133 (52.34% from 255 or 33.42% from 398); Max value from RGB is 211 - color contains mainly: green. Hex color #36D385 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #36D385 is #C92C7A. Grayscale: #9B9B9B. Windows color (decimal): -13184123 or 8770358. OLE color: 8770358.
HSL color Cylindrical-coordinate representation of color #36D385: hue angle of 150.19º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #36D385 is Cyan = 0.74, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 54 | 211 | 133 | - |
| CMYK | 0.74 | 0 | 0.37 | 0.17 |
| HSL | 150.19º | 0.64% | 0.52% | - |
| HSV(B) | 150.19º | 0.74% | 0.83% | - |
| XYZ | 29.05 | 49.07 | 30.13 | - |
| YUV | 155.17 | 115.49 | 55.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 211 | 133 | 0.74 | 0 | 0.37 | 0.17 | 150.19 | 0.64 | 0.52 |
| Hex | 36 | D3 | 85 | 4A | 0 | 25 | 11 | 96 | 40 | 34 |
| Octal | 66 | 323 | 205 | 112 | 0 | 45 | 21 | 226 | 100 | 64 |
| Binary | 110110 | 11010011 | 10000101 | 1001010 | 0 | 100101 | 10001 | 10010110 | 1000000 | 110100 |
Color Harmonies of #36D385
Complementary color
Monochromatic Colors of #36D385
Black with #36D385
Text Example
Text Example
White with #36D385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36D385; }
p { color: rgb(54,211,133); }
H1.HeaderClassName
{
color: #36D385;
}
.AnyTagClassName
{
color: #36D385;
}
</style>
background-color css
<style>
a { background-color: #36D385; }
a { background-color: rgb(54,211,133); }
div.DivClassName
{
background-color: #36D385;
}
.BgClassName
{
background-color: #36D385;
}
</style>
border-color css
<style>
span { border-color: #36D385; }
span { border-color: rgb(54,211,133); }
td.TdClassName
{
border-color: #36D385;
}
.TagClassName
{
border-color: #36D385;
}
</style>