Shades of Myrtle #13551B
Tints of Myrtle #13551B
RGB
CMYK
RGB Variations
Color information
#13551B (or 0x13551B) is known color: Myrtle. HEX triplet: 13, 55 and 1B. RGB value is (19,85,27). Sum of RGB (Red+Green+Blue) = 19+85+27=131 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.50% from 131); Green value is 85 (33.59% from 255 or 64.89% from 131); Blue value is 27 (10.94% from 255 or 20.61% from 131); Max value from RGB is 85 - color contains mainly: green. Hex color #13551B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13551B is #ECAAE4. Grayscale: #3A3A3A. Windows color (decimal): -15510245 or 1791251. OLE color: 1791251.
HSL color Cylindrical-coordinate representation of color #13551B: hue angle of 127.27º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #13551B is Cyan = 0.78, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 19 | 85 | 27 | - |
| CMYK | 0.78 | 0 | 0.68 | 0.67 |
| HSL | 127.27º | 0.63% | 0.2% | - |
| HSV(B) | 127.27º | 0.78% | 0.33% | - |
| XYZ | 3.71 | 6.71 | 2.14 | - |
| YUV | 58.65 | 110.13 | 99.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 85 | 27 | 0.78 | 0 | 0.68 | 0.67 | 127.27 | 0.63 | 0.2 |
| Hex | 13 | 55 | 1B | 4E | 0 | 44 | 43 | 7F | 3F | 14 |
| Octal | 23 | 125 | 33 | 116 | 0 | 104 | 103 | 177 | 77 | 24 |
| Binary | 10011 | 1010101 | 11011 | 1001110 | 0 | 1000100 | 1000011 | 1111111 | 111111 | 10100 |
Color Harmonies of #13551B
Complementary color
Monochromatic Colors of #13551B
Black with #13551B
Text Example
Text Example
White with #13551B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13551B; }
p { color: rgb(19,85,27); }
H1.HeaderClassName
{
color: #13551B;
}
.AnyTagClassName
{
color: #13551B;
}
</style>
background-color css
<style>
a { background-color: #13551B; }
a { background-color: rgb(19,85,27); }
div.DivClassName
{
background-color: #13551B;
}
.BgClassName
{
background-color: #13551B;
}
</style>
border-color css
<style>
span { border-color: #13551B; }
span { border-color: rgb(19,85,27); }
td.TdClassName
{
border-color: #13551B;
}
.TagClassName
{
border-color: #13551B;
}
</style>