Shades of Myrtle #115300
Tints of Myrtle #115300
RGB
CMYK
RGB Variations
Color information
#115300 (or 0x115300) is known color: Myrtle. HEX triplet: 11, 53 and 00. RGB value is (17,83,0). Sum of RGB (Red+Green+Blue) = 17+83+0=100 (13% of max value = 765). Red value is 17 (7.03% from 255 or 17% from 100); Green value is 83 (32.81% from 255 or 83% from 100); Blue value is 0 (0.39% from 255 or 0% from 100); Max value from RGB is 83 - color contains mainly: green. Hex color #115300 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #115300 is #EEACFF. Grayscale: #363636. Windows color (decimal): -15641856 or 21265. OLE color: 21265.
HSL color Cylindrical-coordinate representation of color #115300: hue angle of 107.71º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #115300 is Cyan = 0.80, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 17 | 83 | 0 | - |
| CMYK | 0.80 | 0 | 1 | 0.67 |
| HSL | 107.71º | 1% | 0.16% | - |
| HSV(B) | 107.71º | 1% | 0.33% | - |
| XYZ | 3.32 | 6.31 | 1.04 | - |
| YUV | 53.8 | 97.63 | 101.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 83 | 0 | 0.80 | 0 | 1 | 0.67 | 107.71 | 1 | 0.16 |
| Hex | 11 | 53 | 0 | 50 | 0 | 64 | 43 | 6C | 64 | 10 |
| Octal | 21 | 123 | 0 | 120 | 0 | 144 | 103 | 154 | 144 | 20 |
| Binary | 10001 | 1010011 | 0 | 1010000 | 0 | 1100100 | 1000011 | 1101100 | 1100100 | 10000 |
Color Harmonies of #115300
Complementary color
Monochromatic Colors of #115300
Black with #115300
Text Example
Text Example
White with #115300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115300; }
p { color: rgb(17,83,0); }
H1.HeaderClassName
{
color: #115300;
}
.AnyTagClassName
{
color: #115300;
}
</style>
background-color css
<style>
a { background-color: #115300; }
a { background-color: rgb(17,83,0); }
div.DivClassName
{
background-color: #115300;
}
.BgClassName
{
background-color: #115300;
}
</style>
border-color css
<style>
span { border-color: #115300; }
span { border-color: rgb(17,83,0); }
td.TdClassName
{
border-color: #115300;
}
.TagClassName
{
border-color: #115300;
}
</style>