Shades of Myrtle #13370A
Tints of Myrtle #13370A
RGB
CMYK
RGB Variations
Color information
#13370A (or 0x13370A) is known color: Myrtle. HEX triplet: 13, 37 and 0A. RGB value is (19,55,10). Sum of RGB (Red+Green+Blue) = 19+55+10=84 (11% of max value = 765). Red value is 19 (7.81% from 255 or 22.62% from 84); Green value is 55 (21.88% from 255 or 65.48% from 84); Blue value is 10 (4.30% from 255 or 11.90% from 84); Max value from RGB is 55 - color contains mainly: green. Hex color #13370A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #13370A is #ECC8F5. Grayscale: #272727. Windows color (decimal): -15517942 or 669459. OLE color: 669459.
HSL color Cylindrical-coordinate representation of color #13370A: hue angle of 108º degrees, saturation: 0.69, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #13370A is Cyan = 0.65, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 19 | 55 | 10 | - |
| CMYK | 0.65 | 0 | 0.82 | 0.78 |
| HSL | 108º | 0.69% | 0.13% | - |
| HSV(B) | 108º | 0.82% | 0.22% | - |
| XYZ | 1.69 | 2.89 | 0.76 | - |
| YUV | 39.11 | 111.57 | 113.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 55 | 10 | 0.65 | 0 | 0.82 | 0.78 | 108 | 0.69 | 0.13 |
| Hex | 13 | 37 | A | 41 | 0 | 52 | 4E | 6C | 45 | D |
| Octal | 23 | 67 | 12 | 101 | 0 | 122 | 116 | 154 | 105 | 15 |
| Binary | 10011 | 110111 | 1010 | 1000001 | 0 | 1010010 | 1001110 | 1101100 | 1000101 | 1101 |
Color Harmonies of #13370A
Complementary color
Monochromatic Colors of #13370A
Black with #13370A
Text Example
Text Example
White with #13370A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13370A; }
p { color: rgb(19,55,10); }
H1.HeaderClassName
{
color: #13370A;
}
.AnyTagClassName
{
color: #13370A;
}
</style>
background-color css
<style>
a { background-color: #13370A; }
a { background-color: rgb(19,55,10); }
div.DivClassName
{
background-color: #13370A;
}
.BgClassName
{
background-color: #13370A;
}
</style>
border-color css
<style>
span { border-color: #13370A; }
span { border-color: rgb(19,55,10); }
td.TdClassName
{
border-color: #13370A;
}
.TagClassName
{
border-color: #13370A;
}
</style>