Shades of Myrtle #13530B
Tints of Myrtle #13530B
RGB
CMYK
RGB Variations
Color information
#13530B (or 0x13530B) is known color: Myrtle. HEX triplet: 13, 53 and 0B. RGB value is (19,83,11). Sum of RGB (Red+Green+Blue) = 19+83+11=113 (14% of max value = 765). Red value is 19 (7.81% from 255 or 16.81% from 113); Green value is 83 (32.81% from 255 or 73.45% from 113); Blue value is 11 (4.69% from 255 or 9.73% from 113); Max value from RGB is 83 - color contains mainly: green. Hex color #13530B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #13530B is #ECACF4. Grayscale: #373737. Windows color (decimal): -15510773 or 742163. OLE color: 742163.
HSL color Cylindrical-coordinate representation of color #13530B: hue angle of 113.33º degrees, saturation: 0.77, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #13530B is Cyan = 0.77, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 19 | 83 | 11 | - |
| CMYK | 0.77 | 0 | 0.87 | 0.67 |
| HSL | 113.33º | 0.77% | 0.18% | - |
| HSV(B) | 113.33º | 0.87% | 0.33% | - |
| XYZ | 3.42 | 6.35 | 1.36 | - |
| YUV | 55.66 | 102.8 | 101.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 83 | 11 | 0.77 | 0 | 0.87 | 0.67 | 113.33 | 0.77 | 0.18 |
| Hex | 13 | 53 | B | 4D | 0 | 57 | 43 | 71 | 4D | 12 |
| Octal | 23 | 123 | 13 | 115 | 0 | 127 | 103 | 161 | 115 | 22 |
| Binary | 10011 | 1010011 | 1011 | 1001101 | 0 | 1010111 | 1000011 | 1110001 | 1001101 | 10010 |
Color Harmonies of #13530B
Complementary color
Monochromatic Colors of #13530B
Black with #13530B
Text Example
Text Example
White with #13530B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13530B; }
p { color: rgb(19,83,11); }
H1.HeaderClassName
{
color: #13530B;
}
.AnyTagClassName
{
color: #13530B;
}
</style>
background-color css
<style>
a { background-color: #13530B; }
a { background-color: rgb(19,83,11); }
div.DivClassName
{
background-color: #13530B;
}
.BgClassName
{
background-color: #13530B;
}
</style>
border-color css
<style>
span { border-color: #13530B; }
span { border-color: rgb(19,83,11); }
td.TdClassName
{
border-color: #13530B;
}
.TagClassName
{
border-color: #13530B;
}
</style>