Shades of Myrtle #13500B
Tints of Myrtle #13500B
RGB
CMYK
RGB Variations
Color information
#13500B (or 0x13500B) is known color: Myrtle. HEX triplet: 13, 50 and 0B. RGB value is (19,80,11). Sum of RGB (Red+Green+Blue) = 19+80+11=110 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.27% from 110); Green value is 80 (31.64% from 255 or 72.73% from 110); Blue value is 11 (4.69% from 255 or 10% from 110); Max value from RGB is 80 - color contains mainly: green. Hex color #13500B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #13500B is #ECAFF4. Grayscale: #363636. Windows color (decimal): -15511541 or 741395. OLE color: 741395.
HSL color Cylindrical-coordinate representation of color #13500B: hue angle of 113.04º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #13500B is Cyan = 0.76, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 19 | 80 | 11 | - |
| CMYK | 0.76 | 0 | 0.86 | 0.69 |
| HSL | 113.04º | 0.76% | 0.18% | - |
| HSV(B) | 113.04º | 0.86% | 0.31% | - |
| XYZ | 3.2 | 5.9 | 1.29 | - |
| YUV | 53.9 | 103.79 | 103.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 80 | 11 | 0.76 | 0 | 0.86 | 0.69 | 113.04 | 0.76 | 0.18 |
| Hex | 13 | 50 | B | 4C | 0 | 56 | 45 | 71 | 4C | 12 |
| Octal | 23 | 120 | 13 | 114 | 0 | 126 | 105 | 161 | 114 | 22 |
| Binary | 10011 | 1010000 | 1011 | 1001100 | 0 | 1010110 | 1000101 | 1110001 | 1001100 | 10010 |
Color Harmonies of #13500B
Complementary color
Monochromatic Colors of #13500B
Black with #13500B
Text Example
Text Example
White with #13500B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13500B; }
p { color: rgb(19,80,11); }
H1.HeaderClassName
{
color: #13500B;
}
.AnyTagClassName
{
color: #13500B;
}
</style>
background-color css
<style>
a { background-color: #13500B; }
a { background-color: rgb(19,80,11); }
div.DivClassName
{
background-color: #13500B;
}
.BgClassName
{
background-color: #13500B;
}
</style>
border-color css
<style>
span { border-color: #13500B; }
span { border-color: rgb(19,80,11); }
td.TdClassName
{
border-color: #13500B;
}
.TagClassName
{
border-color: #13500B;
}
</style>