Shades of Myrtle #113B01
Tints of Myrtle #113B01
RGB
CMYK
RGB Variations
Color information
#113B01 (or 0x113B01) is known color: Myrtle. HEX triplet: 11, 3B and 01. RGB value is (17,59,1). Sum of RGB (Red+Green+Blue) = 17+59+1=77 (10% of max value = 765). Red value is 17 (7.03% from 255 or 22.08% from 77); Green value is 59 (23.44% from 255 or 76.62% from 77); Blue value is 1 (0.78% from 255 or 1.30% from 77); Max value from RGB is 59 - color contains mainly: green. Hex color #113B01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113B01 is #EEC4FE. Grayscale: #282828. Windows color (decimal): -15647999 or 80657. OLE color: 80657.
HSL color Cylindrical-coordinate representation of color #113B01: hue angle of 103.45º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #113B01 is Cyan = 0.71, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 17 | 59 | 1 | - |
| CMYK | 0.71 | 0 | 0.98 | 0.77 |
| HSL | 103.45º | 0.97% | 0.12% | - |
| HSV(B) | 103.45º | 0.98% | 0.23% | - |
| XYZ | 1.8 | 3.25 | 0.56 | - |
| YUV | 39.83 | 106.09 | 111.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 59 | 1 | 0.71 | 0 | 0.98 | 0.77 | 103.45 | 0.97 | 0.12 |
| Hex | 11 | 3B | 1 | 47 | 0 | 62 | 4D | 67 | 61 | C |
| Octal | 21 | 73 | 1 | 107 | 0 | 142 | 115 | 147 | 141 | 14 |
| Binary | 10001 | 111011 | 1 | 1000111 | 0 | 1100010 | 1001101 | 1100111 | 1100001 | 1100 |
Color Harmonies of #113B01
Complementary color
Monochromatic Colors of #113B01
Black with #113B01
Text Example
Text Example
White with #113B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113B01; }
p { color: rgb(17,59,1); }
H1.HeaderClassName
{
color: #113B01;
}
.AnyTagClassName
{
color: #113B01;
}
</style>
background-color css
<style>
a { background-color: #113B01; }
a { background-color: rgb(17,59,1); }
div.DivClassName
{
background-color: #113B01;
}
.BgClassName
{
background-color: #113B01;
}
</style>
border-color css
<style>
span { border-color: #113B01; }
span { border-color: rgb(17,59,1); }
td.TdClassName
{
border-color: #113B01;
}
.TagClassName
{
border-color: #113B01;
}
</style>