Shades of Myrtle #113B02
Tints of Myrtle #113B02
RGB
CMYK
RGB Variations
Color information
#113B02 (or 0x113B02) is known color: Myrtle. HEX triplet: 11, 3B and 02. RGB value is (17,59,2). Sum of RGB (Red+Green+Blue) = 17+59+2=78 (10% of max value = 765). Red value is 17 (7.03% from 255 or 21.79% from 78); Green value is 59 (23.44% from 255 or 75.64% from 78); Blue value is 2 (1.17% from 255 or 2.56% from 78); Max value from RGB is 59 - color contains mainly: green. Hex color #113B02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113B02 is #EEC4FD. Grayscale: #282828. Windows color (decimal): -15647998 or 146193. OLE color: 146193.
HSL color Cylindrical-coordinate representation of color #113B02: hue angle of 104.21º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #113B02 is Cyan = 0.71, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 17 | 59 | 2 | - |
| CMYK | 0.71 | 0 | 0.97 | 0.77 |
| HSL | 104.21º | 0.93% | 0.12% | - |
| HSV(B) | 104.21º | 0.97% | 0.23% | - |
| XYZ | 1.81 | 3.25 | 0.59 | - |
| YUV | 39.94 | 106.59 | 111.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 59 | 2 | 0.71 | 0 | 0.97 | 0.77 | 104.21 | 0.93 | 0.12 |
| Hex | 11 | 3B | 2 | 47 | 0 | 61 | 4D | 68 | 5D | C |
| Octal | 21 | 73 | 2 | 107 | 0 | 141 | 115 | 150 | 135 | 14 |
| Binary | 10001 | 111011 | 10 | 1000111 | 0 | 1100001 | 1001101 | 1101000 | 1011101 | 1100 |
Color Harmonies of #113B02
Complementary color
Monochromatic Colors of #113B02
Black with #113B02
Text Example
Text Example
White with #113B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113B02; }
p { color: rgb(17,59,2); }
H1.HeaderClassName
{
color: #113B02;
}
.AnyTagClassName
{
color: #113B02;
}
</style>
background-color css
<style>
a { background-color: #113B02; }
a { background-color: rgb(17,59,2); }
div.DivClassName
{
background-color: #113B02;
}
.BgClassName
{
background-color: #113B02;
}
</style>
border-color css
<style>
span { border-color: #113B02; }
span { border-color: rgb(17,59,2); }
td.TdClassName
{
border-color: #113B02;
}
.TagClassName
{
border-color: #113B02;
}
</style>