Shades of Myrtle #115C04
Tints of Myrtle #115C04
RGB
CMYK
RGB Variations
Color information
#115C04 (or 0x115C04) is known color: Myrtle. HEX triplet: 11, 5C and 04. RGB value is (17,92,4). Sum of RGB (Red+Green+Blue) = 17+92+4=113 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.04% from 113); Green value is 92 (36.33% from 255 or 81.42% from 113); Blue value is 4 (1.95% from 255 or 3.54% from 113); Max value from RGB is 92 - color contains mainly: green. Hex color #115C04 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #115C04 is #EEA3FB. Grayscale: #3B3B3B. Windows color (decimal): -15639548 or 285713. OLE color: 285713.
HSL color Cylindrical-coordinate representation of color #115C04: hue angle of 111.14º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #115C04 is Cyan = 0.82, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 17 | 92 | 4 | - |
| CMYK | 0.82 | 0 | 0.96 | 0.64 |
| HSL | 111.14º | 0.92% | 0.19% | - |
| HSV(B) | 111.14º | 0.96% | 0.36% | - |
| XYZ | 4.08 | 7.78 | 1.4 | - |
| YUV | 59.54 | 96.65 | 97.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 92 | 4 | 0.82 | 0 | 0.96 | 0.64 | 111.14 | 0.92 | 0.19 |
| Hex | 11 | 5C | 4 | 52 | 0 | 60 | 40 | 6F | 5C | 13 |
| Octal | 21 | 134 | 4 | 122 | 0 | 140 | 100 | 157 | 134 | 23 |
| Binary | 10001 | 1011100 | 100 | 1010010 | 0 | 1100000 | 1000000 | 1101111 | 1011100 | 10011 |
Color Harmonies of #115C04
Complementary color
Monochromatic Colors of #115C04
Black with #115C04
Text Example
Text Example
White with #115C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115C04; }
p { color: rgb(17,92,4); }
H1.HeaderClassName
{
color: #115C04;
}
.AnyTagClassName
{
color: #115C04;
}
</style>
background-color css
<style>
a { background-color: #115C04; }
a { background-color: rgb(17,92,4); }
div.DivClassName
{
background-color: #115C04;
}
.BgClassName
{
background-color: #115C04;
}
</style>
border-color css
<style>
span { border-color: #115C04; }
span { border-color: rgb(17,92,4); }
td.TdClassName
{
border-color: #115C04;
}
.TagClassName
{
border-color: #115C04;
}
</style>