Shades of Harlequin #36DC0D
Tints of Harlequin #36DC0D
RGB
CMYK
RGB Variations
Color information
#36DC0D (or 0x36DC0D) is known color: Harlequin. HEX triplet: 36, DC and 0D. RGB value is (54,220,13). Sum of RGB (Red+Green+Blue) = 54+220+13=287 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.82% from 287); Green value is 220 (86.33% from 255 or 76.66% from 287); Blue value is 13 (5.47% from 255 or 4.53% from 287); Max value from RGB is 220 - color contains mainly: green. Hex color #36DC0D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #36DC0D is #C923F2. Grayscale: #939393. Windows color (decimal): -13181939 or 908342. OLE color: 908342.
HSL color Cylindrical-coordinate representation of color #36DC0D: hue angle of 108.12º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #36DC0D is Cyan = 0.75, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 54 | 220 | 13 | - |
| CMYK | 0.75 | 0 | 0.94 | 0.14 |
| HSL | 108.12º | 0.89% | 0.46% | - |
| HSV(B) | 108.12º | 0.94% | 0.86% | - |
| XYZ | 27.19 | 52 | 8.98 | - |
| YUV | 146.77 | 52.5 | 61.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 220 | 13 | 0.75 | 0 | 0.94 | 0.14 | 108.12 | 0.89 | 0.46 |
| Hex | 36 | DC | D | 4B | 0 | 5E | E | 6C | 59 | 2E |
| Octal | 66 | 334 | 15 | 113 | 0 | 136 | 16 | 154 | 131 | 56 |
| Binary | 110110 | 11011100 | 1101 | 1001011 | 0 | 1011110 | 1110 | 1101100 | 1011001 | 101110 |
Color Harmonies of #36DC0D
Complementary color
Monochromatic Colors of #36DC0D
Black with #36DC0D
Text Example
Text Example
White with #36DC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36DC0D; }
p { color: rgb(54,220,13); }
H1.HeaderClassName
{
color: #36DC0D;
}
.AnyTagClassName
{
color: #36DC0D;
}
</style>
background-color css
<style>
a { background-color: #36DC0D; }
a { background-color: rgb(54,220,13); }
div.DivClassName
{
background-color: #36DC0D;
}
.BgClassName
{
background-color: #36DC0D;
}
</style>
border-color css
<style>
span { border-color: #36DC0D; }
span { border-color: rgb(54,220,13); }
td.TdClassName
{
border-color: #36DC0D;
}
.TagClassName
{
border-color: #36DC0D;
}
</style>