Shades of Myrtle #13510F
Tints of Myrtle #13510F
RGB
CMYK
RGB Variations
Color information
#13510F (or 0x13510F) is known color: Myrtle. HEX triplet: 13, 51 and 0F. RGB value is (19,81,15). Sum of RGB (Red+Green+Blue) = 19+81+15=115 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.52% from 115); Green value is 81 (32.03% from 255 or 70.43% from 115); Blue value is 15 (6.25% from 255 or 13.04% from 115); Max value from RGB is 81 - color contains mainly: green. Hex color #13510F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #13510F is #ECAEF0. Grayscale: #373737. Windows color (decimal): -15511281 or 1003795. OLE color: 1003795.
HSL color Cylindrical-coordinate representation of color #13510F: hue angle of 116.36º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #13510F is Cyan = 0.77, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 19 | 81 | 15 | - |
| CMYK | 0.77 | 0 | 0.81 | 0.68 |
| HSL | 116.36º | 0.69% | 0.19% | - |
| HSV(B) | 116.36º | 0.81% | 0.32% | - |
| XYZ | 3.3 | 6.06 | 1.45 | - |
| YUV | 54.94 | 105.46 | 102.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 81 | 15 | 0.77 | 0 | 0.81 | 0.68 | 116.36 | 0.69 | 0.19 |
| Hex | 13 | 51 | F | 4D | 0 | 51 | 44 | 74 | 45 | 13 |
| Octal | 23 | 121 | 17 | 115 | 0 | 121 | 104 | 164 | 105 | 23 |
| Binary | 10011 | 1010001 | 1111 | 1001101 | 0 | 1010001 | 1000100 | 1110100 | 1000101 | 10011 |
Color Harmonies of #13510F
Complementary color
Monochromatic Colors of #13510F
Black with #13510F
Text Example
Text Example
White with #13510F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13510F; }
p { color: rgb(19,81,15); }
H1.HeaderClassName
{
color: #13510F;
}
.AnyTagClassName
{
color: #13510F;
}
</style>
background-color css
<style>
a { background-color: #13510F; }
a { background-color: rgb(19,81,15); }
div.DivClassName
{
background-color: #13510F;
}
.BgClassName
{
background-color: #13510F;
}
</style>
border-color css
<style>
span { border-color: #13510F; }
span { border-color: rgb(19,81,15); }
td.TdClassName
{
border-color: #13510F;
}
.TagClassName
{
border-color: #13510F;
}
</style>