Shades of Shamrock #36D09B
Tints of Shamrock #36D09B
RGB
CMYK
RGB Variations
Color information
#36D09B (or 0x36D09B) is known color: Shamrock. HEX triplet: 36, D0 and 9B. RGB value is (54,208,155). Sum of RGB (Red+Green+Blue) = 54+208+155=417 (55% of max value = 765). Red value is 54 (21.48% from 255 or 12.95% from 417); Green value is 208 (81.64% from 255 or 49.88% from 417); Blue value is 155 (60.94% from 255 or 37.17% from 417); Max value from RGB is 208 - color contains mainly: green. Hex color #36D09B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #36D09B is #C92F64. Grayscale: #9B9B9B. Windows color (decimal): -13184869 or 10211382. OLE color: 10211382.
HSL color Cylindrical-coordinate representation of color #36D09B: hue angle of 159.35º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #36D09B is Cyan = 0.74, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 54 | 208 | 155 | - |
| CMYK | 0.74 | 0 | 0.25 | 0.18 |
| HSL | 159.35º | 0.62% | 0.51% | - |
| HSV(B) | 159.35º | 0.74% | 0.82% | - |
| XYZ | 29.99 | 48.26 | 38.75 | - |
| YUV | 155.91 | 127.48 | 55.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 208 | 155 | 0.74 | 0 | 0.25 | 0.18 | 159.35 | 0.62 | 0.51 |
| Hex | 36 | D0 | 9B | 4A | 0 | 19 | 12 | 9F | 3E | 33 |
| Octal | 66 | 320 | 233 | 112 | 0 | 31 | 22 | 237 | 76 | 63 |
| Binary | 110110 | 11010000 | 10011011 | 1001010 | 0 | 11001 | 10010 | 10011111 | 111110 | 110011 |
Color Harmonies of #36D09B
Complementary color
Monochromatic Colors of #36D09B
Black with #36D09B
Text Example
Text Example
White with #36D09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36D09B; }
p { color: rgb(54,208,155); }
H1.HeaderClassName
{
color: #36D09B;
}
.AnyTagClassName
{
color: #36D09B;
}
</style>
background-color css
<style>
a { background-color: #36D09B; }
a { background-color: rgb(54,208,155); }
div.DivClassName
{
background-color: #36D09B;
}
.BgClassName
{
background-color: #36D09B;
}
</style>
border-color css
<style>
span { border-color: #36D09B; }
span { border-color: rgb(54,208,155); }
td.TdClassName
{
border-color: #36D09B;
}
.TagClassName
{
border-color: #36D09B;
}
</style>