Shades of Myrtle #13370F
Tints of Myrtle #13370F
RGB
CMYK
RGB Variations
Color information
#13370F (or 0x13370F) is known color: Myrtle. HEX triplet: 13, 37 and 0F. RGB value is (19,55,15). Sum of RGB (Red+Green+Blue) = 19+55+15=89 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.35% from 89); Green value is 55 (21.88% from 255 or 61.80% from 89); Blue value is 15 (6.25% from 255 or 16.85% from 89); Max value from RGB is 55 - color contains mainly: green. Hex color #13370F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #13370F is #ECC8F0. Grayscale: #272727. Windows color (decimal): -15517937 or 997139. OLE color: 997139.
HSL color Cylindrical-coordinate representation of color #13370F: hue angle of 114º degrees, saturation: 0.57, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #13370F is Cyan = 0.65, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 19 | 55 | 15 | - |
| CMYK | 0.65 | 0 | 0.73 | 0.78 |
| HSL | 114º | 0.57% | 0.14% | - |
| HSV(B) | 114º | 0.73% | 0.22% | - |
| XYZ | 1.72 | 2.91 | 0.92 | - |
| YUV | 39.68 | 114.07 | 113.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 55 | 15 | 0.65 | 0 | 0.73 | 0.78 | 114 | 0.57 | 0.14 |
| Hex | 13 | 37 | F | 41 | 0 | 49 | 4E | 72 | 39 | E |
| Octal | 23 | 67 | 17 | 101 | 0 | 111 | 116 | 162 | 71 | 16 |
| Binary | 10011 | 110111 | 1111 | 1000001 | 0 | 1001001 | 1001110 | 1110010 | 111001 | 1110 |
Color Harmonies of #13370F
Complementary color
Monochromatic Colors of #13370F
Black with #13370F
Text Example
Text Example
White with #13370F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13370F; }
p { color: rgb(19,55,15); }
H1.HeaderClassName
{
color: #13370F;
}
.AnyTagClassName
{
color: #13370F;
}
</style>
background-color css
<style>
a { background-color: #13370F; }
a { background-color: rgb(19,55,15); }
div.DivClassName
{
background-color: #13370F;
}
.BgClassName
{
background-color: #13370F;
}
</style>
border-color css
<style>
span { border-color: #13370F; }
span { border-color: rgb(19,55,15); }
td.TdClassName
{
border-color: #13370F;
}
.TagClassName
{
border-color: #13370F;
}
</style>