Shades of Myrtle #13531B
Tints of Myrtle #13531B
RGB
CMYK
RGB Variations
Color information
#13531B (or 0x13531B) is known color: Myrtle. HEX triplet: 13, 53 and 1B. RGB value is (19,83,27). Sum of RGB (Red+Green+Blue) = 19+83+27=129 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.73% from 129); Green value is 83 (32.81% from 255 or 64.34% from 129); Blue value is 27 (10.94% from 255 or 20.93% from 129); Max value from RGB is 83 - color contains mainly: green. Hex color #13531B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13531B is #ECACE4. Grayscale: #393939. Windows color (decimal): -15510757 or 1790739. OLE color: 1790739.
HSL color Cylindrical-coordinate representation of color #13531B: hue angle of 127.5º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #13531B is Cyan = 0.77, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 19 | 83 | 27 | - |
| CMYK | 0.77 | 0 | 0.67 | 0.67 |
| HSL | 127.5º | 0.63% | 0.2% | - |
| HSV(B) | 127.5º | 0.77% | 0.33% | - |
| XYZ | 3.56 | 6.4 | 2.09 | - |
| YUV | 57.48 | 110.8 | 100.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 83 | 27 | 0.77 | 0 | 0.67 | 0.67 | 127.5 | 0.63 | 0.2 |
| Hex | 13 | 53 | 1B | 4D | 0 | 43 | 43 | 80 | 3F | 14 |
| Octal | 23 | 123 | 33 | 115 | 0 | 103 | 103 | 200 | 77 | 24 |
| Binary | 10011 | 1010011 | 11011 | 1001101 | 0 | 1000011 | 1000011 | 10000000 | 111111 | 10100 |
Color Harmonies of #13531B
Complementary color
Monochromatic Colors of #13531B
Black with #13531B
Text Example
Text Example
White with #13531B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13531B; }
p { color: rgb(19,83,27); }
H1.HeaderClassName
{
color: #13531B;
}
.AnyTagClassName
{
color: #13531B;
}
</style>
background-color css
<style>
a { background-color: #13531B; }
a { background-color: rgb(19,83,27); }
div.DivClassName
{
background-color: #13531B;
}
.BgClassName
{
background-color: #13531B;
}
</style>
border-color css
<style>
span { border-color: #13531B; }
span { border-color: rgb(19,83,27); }
td.TdClassName
{
border-color: #13531B;
}
.TagClassName
{
border-color: #13531B;
}
</style>