Shades of Myrtle #13530F
Tints of Myrtle #13530F
RGB
CMYK
RGB Variations
Color information
#13530F (or 0x13530F) is known color: Myrtle. HEX triplet: 13, 53 and 0F. RGB value is (19,83,15). Sum of RGB (Red+Green+Blue) = 19+83+15=117 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.24% from 117); Green value is 83 (32.81% from 255 or 70.94% from 117); Blue value is 15 (6.25% from 255 or 12.82% from 117); Max value from RGB is 83 - color contains mainly: green. Hex color #13530F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #13530F is #ECACF0. Grayscale: #383838. Windows color (decimal): -15510769 or 1004307. OLE color: 1004307.
HSL color Cylindrical-coordinate representation of color #13530F: hue angle of 116.47º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #13530F is Cyan = 0.77, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 19 | 83 | 15 | - |
| CMYK | 0.77 | 0 | 0.82 | 0.67 |
| HSL | 116.47º | 0.69% | 0.19% | - |
| HSV(B) | 116.47º | 0.82% | 0.33% | - |
| XYZ | 3.45 | 6.36 | 1.5 | - |
| YUV | 56.11 | 104.8 | 101.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 83 | 15 | 0.77 | 0 | 0.82 | 0.67 | 116.47 | 0.69 | 0.19 |
| Hex | 13 | 53 | F | 4D | 0 | 52 | 43 | 74 | 45 | 13 |
| Octal | 23 | 123 | 17 | 115 | 0 | 122 | 103 | 164 | 105 | 23 |
| Binary | 10011 | 1010011 | 1111 | 1001101 | 0 | 1010010 | 1000011 | 1110100 | 1000101 | 10011 |
Color Harmonies of #13530F
Complementary color
Monochromatic Colors of #13530F
Black with #13530F
Text Example
Text Example
White with #13530F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13530F; }
p { color: rgb(19,83,15); }
H1.HeaderClassName
{
color: #13530F;
}
.AnyTagClassName
{
color: #13530F;
}
</style>
background-color css
<style>
a { background-color: #13530F; }
a { background-color: rgb(19,83,15); }
div.DivClassName
{
background-color: #13530F;
}
.BgClassName
{
background-color: #13530F;
}
</style>
border-color css
<style>
span { border-color: #13530F; }
span { border-color: rgb(19,83,15); }
td.TdClassName
{
border-color: #13530F;
}
.TagClassName
{
border-color: #13530F;
}
</style>