Shades of Myrtle #115314
Tints of Myrtle #115314
RGB
CMYK
RGB Variations
Color information
#115314 (or 0x115314) is known color: Myrtle. HEX triplet: 11, 53 and 14. RGB value is (17,83,20). Sum of RGB (Red+Green+Blue) = 17+83+20=120 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.17% from 120); Green value is 83 (32.81% from 255 or 69.17% from 120); Blue value is 20 (8.20% from 255 or 16.67% from 120); Max value from RGB is 83 - color contains mainly: green. Hex color #115314 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #115314 is #EEACEB. Grayscale: #383838. Windows color (decimal): -15641836 or 1331985. OLE color: 1331985.
HSL color Cylindrical-coordinate representation of color #115314: hue angle of 122.73º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #115314 is Cyan = 0.80, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 17 | 83 | 20 | - |
| CMYK | 0.80 | 0 | 0.76 | 0.67 |
| HSL | 122.73º | 0.66% | 0.2% | - |
| HSV(B) | 122.73º | 0.8% | 0.33% | - |
| XYZ | 3.45 | 6.36 | 1.71 | - |
| YUV | 56.08 | 107.63 | 100.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 83 | 20 | 0.80 | 0 | 0.76 | 0.67 | 122.73 | 0.66 | 0.2 |
| Hex | 11 | 53 | 14 | 50 | 0 | 4C | 43 | 7B | 42 | 14 |
| Octal | 21 | 123 | 24 | 120 | 0 | 114 | 103 | 173 | 102 | 24 |
| Binary | 10001 | 1010011 | 10100 | 1010000 | 0 | 1001100 | 1000011 | 1111011 | 1000010 | 10100 |
Color Harmonies of #115314
Complementary color
Monochromatic Colors of #115314
Black with #115314
Text Example
Text Example
White with #115314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115314; }
p { color: rgb(17,83,20); }
H1.HeaderClassName
{
color: #115314;
}
.AnyTagClassName
{
color: #115314;
}
</style>
background-color css
<style>
a { background-color: #115314; }
a { background-color: rgb(17,83,20); }
div.DivClassName
{
background-color: #115314;
}
.BgClassName
{
background-color: #115314;
}
</style>
border-color css
<style>
span { border-color: #115314; }
span { border-color: rgb(17,83,20); }
td.TdClassName
{
border-color: #115314;
}
.TagClassName
{
border-color: #115314;
}
</style>