Shades of Myrtle #13551A
Tints of Myrtle #13551A
RGB
CMYK
RGB Variations
Color information
#13551A (or 0x13551A) is known color: Myrtle. HEX triplet: 13, 55 and 1A. RGB value is (19,85,26). Sum of RGB (Red+Green+Blue) = 19+85+26=130 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.62% from 130); Green value is 85 (33.59% from 255 or 65.38% from 130); Blue value is 26 (10.55% from 255 or 20% from 130); Max value from RGB is 85 - color contains mainly: green. Hex color #13551A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13551A is #ECAAE5. Grayscale: #3A3A3A. Windows color (decimal): -15510246 or 1725715. OLE color: 1725715.
HSL color Cylindrical-coordinate representation of color #13551A: hue angle of 126.36º 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 #13551A is Cyan = 0.78, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 19 | 85 | 26 | - |
| CMYK | 0.78 | 0 | 0.69 | 0.67 |
| HSL | 126.36º | 0.63% | 0.2% | - |
| HSV(B) | 126.36º | 0.78% | 0.33% | - |
| XYZ | 3.7 | 6.71 | 2.08 | - |
| YUV | 58.54 | 109.63 | 99.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 85 | 26 | 0.78 | 0 | 0.69 | 0.67 | 126.36 | 0.63 | 0.2 |
| Hex | 13 | 55 | 1A | 4E | 0 | 45 | 43 | 7E | 3F | 14 |
| Octal | 23 | 125 | 32 | 116 | 0 | 105 | 103 | 176 | 77 | 24 |
| Binary | 10011 | 1010101 | 11010 | 1001110 | 0 | 1000101 | 1000011 | 1111110 | 111111 | 10100 |
Color Harmonies of #13551A
Complementary color
Monochromatic Colors of #13551A
Black with #13551A
Text Example
Text Example
White with #13551A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13551A; }
p { color: rgb(19,85,26); }
H1.HeaderClassName
{
color: #13551A;
}
.AnyTagClassName
{
color: #13551A;
}
</style>
background-color css
<style>
a { background-color: #13551A; }
a { background-color: rgb(19,85,26); }
div.DivClassName
{
background-color: #13551A;
}
.BgClassName
{
background-color: #13551A;
}
</style>
border-color css
<style>
span { border-color: #13551A; }
span { border-color: rgb(19,85,26); }
td.TdClassName
{
border-color: #13551A;
}
.TagClassName
{
border-color: #13551A;
}
</style>