Shades of Myrtle #115401
Tints of Myrtle #115401
RGB
CMYK
RGB Variations
Color information
#115401 (or 0x115401) is known color: Myrtle. HEX triplet: 11, 54 and 01. RGB value is (17,84,1). Sum of RGB (Red+Green+Blue) = 17+84+1=102 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.67% from 102); Green value is 84 (33.20% from 255 or 82.35% from 102); Blue value is 1 (0.78% from 255 or 0.98% from 102); Max value from RGB is 84 - color contains mainly: green. Hex color #115401 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #115401 is #EEABFE. Grayscale: #363636. Windows color (decimal): -15641599 or 87057. OLE color: 87057.
HSL color Cylindrical-coordinate representation of color #115401: hue angle of 108.43º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #115401 is Cyan = 0.80, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 17 | 84 | 1 | - |
| CMYK | 0.80 | 0 | 0.99 | 0.67 |
| HSL | 108.43º | 0.98% | 0.17% | - |
| HSV(B) | 108.43º | 0.99% | 0.33% | - |
| XYZ | 3.41 | 6.46 | 1.1 | - |
| YUV | 54.51 | 97.8 | 101.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 84 | 1 | 0.80 | 0 | 0.99 | 0.67 | 108.43 | 0.98 | 0.17 |
| Hex | 11 | 54 | 1 | 50 | 0 | 63 | 43 | 6C | 62 | 11 |
| Octal | 21 | 124 | 1 | 120 | 0 | 143 | 103 | 154 | 142 | 21 |
| Binary | 10001 | 1010100 | 1 | 1010000 | 0 | 1100011 | 1000011 | 1101100 | 1100010 | 10001 |
Color Harmonies of #115401
Complementary color
Monochromatic Colors of #115401
Black with #115401
Text Example
Text Example
White with #115401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115401; }
p { color: rgb(17,84,1); }
H1.HeaderClassName
{
color: #115401;
}
.AnyTagClassName
{
color: #115401;
}
</style>
background-color css
<style>
a { background-color: #115401; }
a { background-color: rgb(17,84,1); }
div.DivClassName
{
background-color: #115401;
}
.BgClassName
{
background-color: #115401;
}
</style>
border-color css
<style>
span { border-color: #115401; }
span { border-color: rgb(17,84,1); }
td.TdClassName
{
border-color: #115401;
}
.TagClassName
{
border-color: #115401;
}
</style>