Shades of Myrtle #13450D
Tints of Myrtle #13450D
RGB
CMYK
RGB Variations
Color information
#13450D (or 0x13450D) is known color: Myrtle. HEX triplet: 13, 45 and 0D. RGB value is (19,69,13). Sum of RGB (Red+Green+Blue) = 19+69+13=101 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.81% from 101); Green value is 69 (27.34% from 255 or 68.32% from 101); Blue value is 13 (5.47% from 255 or 12.87% from 101); Max value from RGB is 69 - color contains mainly: green. Hex color #13450D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #13450D is #ECBAF2. Grayscale: #2F2F2F. Windows color (decimal): -15514355 or 869651. OLE color: 869651.
HSL color Cylindrical-coordinate representation of color #13450D: hue angle of 113.57º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #13450D is Cyan = 0.72, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 19 | 69 | 13 | - |
| CMYK | 0.72 | 0 | 0.81 | 0.73 |
| HSL | 113.57º | 0.68% | 0.16% | - |
| HSV(B) | 113.57º | 0.81% | 0.27% | - |
| XYZ | 2.47 | 4.42 | 1.1 | - |
| YUV | 47.67 | 108.44 | 107.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 69 | 13 | 0.72 | 0 | 0.81 | 0.73 | 113.57 | 0.68 | 0.16 |
| Hex | 13 | 45 | D | 48 | 0 | 51 | 49 | 72 | 44 | 10 |
| Octal | 23 | 105 | 15 | 110 | 0 | 121 | 111 | 162 | 104 | 20 |
| Binary | 10011 | 1000101 | 1101 | 1001000 | 0 | 1010001 | 1001001 | 1110010 | 1000100 | 10000 |
Color Harmonies of #13450D
Complementary color
Monochromatic Colors of #13450D
Black with #13450D
Text Example
Text Example
White with #13450D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13450D; }
p { color: rgb(19,69,13); }
H1.HeaderClassName
{
color: #13450D;
}
.AnyTagClassName
{
color: #13450D;
}
</style>
background-color css
<style>
a { background-color: #13450D; }
a { background-color: rgb(19,69,13); }
div.DivClassName
{
background-color: #13450D;
}
.BgClassName
{
background-color: #13450D;
}
</style>
border-color css
<style>
span { border-color: #13450D; }
span { border-color: rgb(19,69,13); }
td.TdClassName
{
border-color: #13450D;
}
.TagClassName
{
border-color: #13450D;
}
</style>