Shades of Myrtle #13511A
Tints of Myrtle #13511A
RGB
CMYK
RGB Variations
Color information
#13511A (or 0x13511A) is known color: Myrtle. HEX triplet: 13, 51 and 1A. RGB value is (19,81,26). Sum of RGB (Red+Green+Blue) = 19+81+26=126 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.08% from 126); Green value is 81 (32.03% from 255 or 64.29% from 126); Blue value is 26 (10.55% from 255 or 20.63% from 126); Max value from RGB is 81 - color contains mainly: green. Hex color #13511A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13511A is #ECAEE5. Grayscale: #383838. Windows color (decimal): -15511270 or 1724691. OLE color: 1724691.
HSL color Cylindrical-coordinate representation of color #13511A: hue angle of 126.77º 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 #13511A is Cyan = 0.77, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 19 | 81 | 26 | - |
| CMYK | 0.77 | 0 | 0.68 | 0.68 |
| HSL | 126.77º | 0.62% | 0.2% | - |
| HSV(B) | 126.77º | 0.77% | 0.32% | - |
| XYZ | 3.4 | 6.1 | 1.98 | - |
| YUV | 56.19 | 110.96 | 101.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 81 | 26 | 0.77 | 0 | 0.68 | 0.68 | 126.77 | 0.62 | 0.2 |
| Hex | 13 | 51 | 1A | 4D | 0 | 44 | 44 | 7F | 3E | 14 |
| Octal | 23 | 121 | 32 | 115 | 0 | 104 | 104 | 177 | 76 | 24 |
| Binary | 10011 | 1010001 | 11010 | 1001101 | 0 | 1000100 | 1000100 | 1111111 | 111110 | 10100 |
Color Harmonies of #13511A
Complementary color
Monochromatic Colors of #13511A
Black with #13511A
Text Example
Text Example
White with #13511A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13511A; }
p { color: rgb(19,81,26); }
H1.HeaderClassName
{
color: #13511A;
}
.AnyTagClassName
{
color: #13511A;
}
</style>
background-color css
<style>
a { background-color: #13511A; }
a { background-color: rgb(19,81,26); }
div.DivClassName
{
background-color: #13511A;
}
.BgClassName
{
background-color: #13511A;
}
</style>
border-color css
<style>
span { border-color: #13511A; }
span { border-color: rgb(19,81,26); }
td.TdClassName
{
border-color: #13511A;
}
.TagClassName
{
border-color: #13511A;
}
</style>