Shades of Shamrock #36D682
Tints of Shamrock #36D682
RGB
CMYK
RGB Variations
Color information
#36D682 (or 0x36D682) is known color: Shamrock. HEX triplet: 36, D6 and 82. RGB value is (54,214,130). Sum of RGB (Red+Green+Blue) = 54+214+130=398 (52% of max value = 765). Red value is 54 (21.48% from 255 or 13.57% from 398); Green value is 214 (83.98% from 255 or 53.77% from 398); Blue value is 130 (51.17% from 255 or 32.66% from 398); Max value from RGB is 214 - color contains mainly: green. Hex color #36D682 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #36D682 is #C9297D. Grayscale: #9C9C9C. Windows color (decimal): -13183358 or 8574518. OLE color: 8574518.
HSL color Cylindrical-coordinate representation of color #36D682: hue angle of 148.5º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #36D682 is Cyan = 0.75, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 54 | 214 | 130 | - |
| CMYK | 0.75 | 0 | 0.39 | 0.16 |
| HSL | 148.5º | 0.66% | 0.53% | - |
| HSV(B) | 148.5º | 0.75% | 0.84% | - |
| XYZ | 29.6 | 50.49 | 29.3 | - |
| YUV | 156.58 | 112.99 | 54.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 214 | 130 | 0.75 | 0 | 0.39 | 0.16 | 148.5 | 0.66 | 0.53 |
| Hex | 36 | D6 | 82 | 4B | 0 | 27 | 10 | 94 | 42 | 35 |
| Octal | 66 | 326 | 202 | 113 | 0 | 47 | 20 | 224 | 102 | 65 |
| Binary | 110110 | 11010110 | 10000010 | 1001011 | 0 | 100111 | 10000 | 10010100 | 1000010 | 110101 |
Color Harmonies of #36D682
Complementary color
Monochromatic Colors of #36D682
Black with #36D682
Text Example
Text Example
White with #36D682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36D682; }
p { color: rgb(54,214,130); }
H1.HeaderClassName
{
color: #36D682;
}
.AnyTagClassName
{
color: #36D682;
}
</style>
background-color css
<style>
a { background-color: #36D682; }
a { background-color: rgb(54,214,130); }
div.DivClassName
{
background-color: #36D682;
}
.BgClassName
{
background-color: #36D682;
}
</style>
border-color css
<style>
span { border-color: #36D682; }
span { border-color: rgb(54,214,130); }
td.TdClassName
{
border-color: #36D682;
}
.TagClassName
{
border-color: #36D682;
}
</style>