Shades of Myrtle #13380C
Tints of Myrtle #13380C
RGB
CMYK
RGB Variations
Color information
#13380C (or 0x13380C) is known color: Myrtle. HEX triplet: 13, 38 and 0C. RGB value is (19,56,12). Sum of RGB (Red+Green+Blue) = 19+56+12=87 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.84% from 87); Green value is 56 (22.27% from 255 or 64.37% from 87); Blue value is 12 (5.08% from 255 or 13.79% from 87); Max value from RGB is 56 - color contains mainly: green. Hex color #13380C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #13380C is #ECC7F3. Grayscale: #282828. Windows color (decimal): -15517684 or 800787. OLE color: 800787.
HSL color Cylindrical-coordinate representation of color #13380C: hue angle of 110.45º degrees, saturation: 0.65, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #13380C is Cyan = 0.66, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 19 | 56 | 12 | - |
| CMYK | 0.66 | 0 | 0.79 | 0.78 |
| HSL | 110.45º | 0.65% | 0.13% | - |
| HSV(B) | 110.45º | 0.79% | 0.22% | - |
| XYZ | 1.75 | 2.99 | 0.83 | - |
| YUV | 39.92 | 112.24 | 113.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 56 | 12 | 0.66 | 0 | 0.79 | 0.78 | 110.45 | 0.65 | 0.13 |
| Hex | 13 | 38 | C | 42 | 0 | 4F | 4E | 6E | 41 | D |
| Octal | 23 | 70 | 14 | 102 | 0 | 117 | 116 | 156 | 101 | 15 |
| Binary | 10011 | 111000 | 1100 | 1000010 | 0 | 1001111 | 1001110 | 1101110 | 1000001 | 1101 |
Color Harmonies of #13380C
Complementary color
Monochromatic Colors of #13380C
Black with #13380C
Text Example
Text Example
White with #13380C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13380C; }
p { color: rgb(19,56,12); }
H1.HeaderClassName
{
color: #13380C;
}
.AnyTagClassName
{
color: #13380C;
}
</style>
background-color css
<style>
a { background-color: #13380C; }
a { background-color: rgb(19,56,12); }
div.DivClassName
{
background-color: #13380C;
}
.BgClassName
{
background-color: #13380C;
}
</style>
border-color css
<style>
span { border-color: #13380C; }
span { border-color: rgb(19,56,12); }
td.TdClassName
{
border-color: #13380C;
}
.TagClassName
{
border-color: #13380C;
}
</style>