Shades of Myrtle #13511B
Tints of Myrtle #13511B
RGB
CMYK
RGB Variations
Color information
#13511B (or 0x13511B) is known color: Myrtle. HEX triplet: 13, 51 and 1B. RGB value is (19,81,27). Sum of RGB (Red+Green+Blue) = 19+81+27=127 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.96% from 127); Green value is 81 (32.03% from 255 or 63.78% from 127); Blue value is 27 (10.94% from 255 or 21.26% from 127); Max value from RGB is 81 - color contains mainly: green. Hex color #13511B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13511B is #ECAEE4. Grayscale: #383838. Windows color (decimal): -15511269 or 1790227. OLE color: 1790227.
HSL color Cylindrical-coordinate representation of color #13511B: hue angle of 127.74º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #13511B is Cyan = 0.77, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 19 | 81 | 27 | - |
| CMYK | 0.77 | 0 | 0.67 | 0.68 |
| HSL | 127.74º | 0.62% | 0.2% | - |
| HSV(B) | 127.74º | 0.77% | 0.32% | - |
| XYZ | 3.41 | 6.1 | 2.04 | - |
| YUV | 56.31 | 111.46 | 101.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 81 | 27 | 0.77 | 0 | 0.67 | 0.68 | 127.74 | 0.62 | 0.2 |
| Hex | 13 | 51 | 1B | 4D | 0 | 43 | 44 | 80 | 3E | 14 |
| Octal | 23 | 121 | 33 | 115 | 0 | 103 | 104 | 200 | 76 | 24 |
| Binary | 10011 | 1010001 | 11011 | 1001101 | 0 | 1000011 | 1000100 | 10000000 | 111110 | 10100 |
Color Harmonies of #13511B
Complementary color
Monochromatic Colors of #13511B
Black with #13511B
Text Example
Text Example
White with #13511B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13511B; }
p { color: rgb(19,81,27); }
H1.HeaderClassName
{
color: #13511B;
}
.AnyTagClassName
{
color: #13511B;
}
</style>
background-color css
<style>
a { background-color: #13511B; }
a { background-color: rgb(19,81,27); }
div.DivClassName
{
background-color: #13511B;
}
.BgClassName
{
background-color: #13511B;
}
</style>
border-color css
<style>
span { border-color: #13511B; }
span { border-color: rgb(19,81,27); }
td.TdClassName
{
border-color: #13511B;
}
.TagClassName
{
border-color: #13511B;
}
</style>