Shades of Myrtle #13380A
Tints of Myrtle #13380A
RGB
CMYK
RGB Variations
Color information
#13380A (or 0x13380A) is known color: Myrtle. HEX triplet: 13, 38 and 0A. RGB value is (19,56,10). Sum of RGB (Red+Green+Blue) = 19+56+10=85 (11% of max value = 765). Red value is 19 (7.81% from 255 or 22.35% from 85); Green value is 56 (22.27% from 255 or 65.88% from 85); Blue value is 10 (4.30% from 255 or 11.76% from 85); Max value from RGB is 56 - color contains mainly: green. Hex color #13380A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #13380A is #ECC7F5. Grayscale: #272727. Windows color (decimal): -15517686 or 669715. OLE color: 669715.
HSL color Cylindrical-coordinate representation of color #13380A: hue angle of 108.26º degrees, saturation: 0.7, 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 #13380A is Cyan = 0.66, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 19 | 56 | 10 | - |
| CMYK | 0.66 | 0 | 0.82 | 0.78 |
| HSL | 108.26º | 0.7% | 0.13% | - |
| HSV(B) | 108.26º | 0.82% | 0.22% | - |
| XYZ | 1.74 | 2.99 | 0.77 | - |
| YUV | 39.69 | 111.24 | 113.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 56 | 10 | 0.66 | 0 | 0.82 | 0.78 | 108.26 | 0.7 | 0.13 |
| Hex | 13 | 38 | A | 42 | 0 | 52 | 4E | 6C | 46 | D |
| Octal | 23 | 70 | 12 | 102 | 0 | 122 | 116 | 154 | 106 | 15 |
| Binary | 10011 | 111000 | 1010 | 1000010 | 0 | 1010010 | 1001110 | 1101100 | 1000110 | 1101 |
Color Harmonies of #13380A
Complementary color
Monochromatic Colors of #13380A
Black with #13380A
Text Example
Text Example
White with #13380A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13380A; }
p { color: rgb(19,56,10); }
H1.HeaderClassName
{
color: #13380A;
}
.AnyTagClassName
{
color: #13380A;
}
</style>
background-color css
<style>
a { background-color: #13380A; }
a { background-color: rgb(19,56,10); }
div.DivClassName
{
background-color: #13380A;
}
.BgClassName
{
background-color: #13380A;
}
</style>
border-color css
<style>
span { border-color: #13380A; }
span { border-color: rgb(19,56,10); }
td.TdClassName
{
border-color: #13380A;
}
.TagClassName
{
border-color: #13380A;
}
</style>