Shades of Myrtle #113401
Tints of Myrtle #113401
RGB
CMYK
RGB Variations
Color information
#113401 (or 0x113401) is known color: Myrtle. HEX triplet: 11, 34 and 01. RGB value is (17,52,1). Sum of RGB (Red+Green+Blue) = 17+52+1=70 (9% of max value = 765). Red value is 17 (7.03% from 255 or 24.29% from 70); Green value is 52 (20.70% from 255 or 74.29% from 70); Blue value is 1 (0.78% from 255 or 1.43% from 70); Max value from RGB is 52 - color contains mainly: green. Hex color #113401 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113401 is #EECBFE. Grayscale: #232323. Windows color (decimal): -15649791 or 78865. OLE color: 78865.
HSL color Cylindrical-coordinate representation of color #113401: hue angle of 101.18º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #113401 is Cyan = 0.67, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 17 | 52 | 1 | - |
| CMYK | 0.67 | 0 | 0.98 | 0.80 |
| HSL | 101.18º | 0.96% | 0.1% | - |
| HSV(B) | 101.18º | 0.98% | 0.2% | - |
| XYZ | 1.46 | 2.58 | 0.45 | - |
| YUV | 35.72 | 108.4 | 114.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 52 | 1 | 0.67 | 0 | 0.98 | 0.80 | 101.18 | 0.96 | 0.1 |
| Hex | 11 | 34 | 1 | 43 | 0 | 62 | 50 | 65 | 60 | A |
| Octal | 21 | 64 | 1 | 103 | 0 | 142 | 120 | 145 | 140 | 12 |
| Binary | 10001 | 110100 | 1 | 1000011 | 0 | 1100010 | 1010000 | 1100101 | 1100000 | 1010 |
Color Harmonies of #113401
Complementary color
Monochromatic Colors of #113401
Black with #113401
Text Example
Text Example
White with #113401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113401; }
p { color: rgb(17,52,1); }
H1.HeaderClassName
{
color: #113401;
}
.AnyTagClassName
{
color: #113401;
}
</style>
background-color css
<style>
a { background-color: #113401; }
a { background-color: rgb(17,52,1); }
div.DivClassName
{
background-color: #113401;
}
.BgClassName
{
background-color: #113401;
}
</style>
border-color css
<style>
span { border-color: #113401; }
span { border-color: rgb(17,52,1); }
td.TdClassName
{
border-color: #113401;
}
.TagClassName
{
border-color: #113401;
}
</style>