Shades of Myrtle #113501
Tints of Myrtle #113501
RGB
CMYK
RGB Variations
Color information
#113501 (or 0x113501) is known color: Myrtle. HEX triplet: 11, 35 and 01. RGB value is (17,53,1). Sum of RGB (Red+Green+Blue) = 17+53+1=71 (9% of max value = 765). Red value is 17 (7.03% from 255 or 23.94% from 71); Green value is 53 (21.09% from 255 or 74.65% from 71); Blue value is 1 (0.78% from 255 or 1.41% from 71); Max value from RGB is 53 - color contains mainly: green. Hex color #113501 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113501 is #EECAFE. Grayscale: #242424. Windows color (decimal): -15649535 or 79121. OLE color: 79121.
HSL color Cylindrical-coordinate representation of color #113501: hue angle of 101.54º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #113501 is Cyan = 0.68, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 17 | 53 | 1 | - |
| CMYK | 0.68 | 0 | 0.98 | 0.79 |
| HSL | 101.54º | 0.96% | 0.11% | - |
| HSV(B) | 101.54º | 0.98% | 0.21% | - |
| XYZ | 1.51 | 2.67 | 0.46 | - |
| YUV | 36.31 | 108.07 | 114.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 53 | 1 | 0.68 | 0 | 0.98 | 0.79 | 101.54 | 0.96 | 0.11 |
| Hex | 11 | 35 | 1 | 44 | 0 | 62 | 4F | 66 | 60 | B |
| Octal | 21 | 65 | 1 | 104 | 0 | 142 | 117 | 146 | 140 | 13 |
| Binary | 10001 | 110101 | 1 | 1000100 | 0 | 1100010 | 1001111 | 1100110 | 1100000 | 1011 |
Color Harmonies of #113501
Complementary color
Monochromatic Colors of #113501
Black with #113501
Text Example
Text Example
White with #113501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113501; }
p { color: rgb(17,53,1); }
H1.HeaderClassName
{
color: #113501;
}
.AnyTagClassName
{
color: #113501;
}
</style>
background-color css
<style>
a { background-color: #113501; }
a { background-color: rgb(17,53,1); }
div.DivClassName
{
background-color: #113501;
}
.BgClassName
{
background-color: #113501;
}
</style>
border-color css
<style>
span { border-color: #113501; }
span { border-color: rgb(17,53,1); }
td.TdClassName
{
border-color: #113501;
}
.TagClassName
{
border-color: #113501;
}
</style>