Shades of Myrtle #105A13
Tints of Myrtle #105A13
RGB
CMYK
RGB Variations
Color information
#105A13 (or 0x105A13) is known color: Myrtle. HEX triplet: 10, 5A and 13. RGB value is (16,90,19). Sum of RGB (Red+Green+Blue) = 16+90+19=125 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.8% from 125); Green value is 90 (35.55% from 255 or 72% from 125); Blue value is 19 (7.81% from 255 or 15.2% from 125); Max value from RGB is 90 - color contains mainly: green. Hex color #105A13 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #105A13 is #EFA5EC. Grayscale: #3B3B3B. Windows color (decimal): -15705581 or 1268240. OLE color: 1268240.
HSL color Cylindrical-coordinate representation of color #105A13: hue angle of 122.43º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #105A13 is Cyan = 0.82, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 16 | 90 | 19 | - |
| CMYK | 0.82 | 0 | 0.79 | 0.65 |
| HSL | 122.43º | 0.7% | 0.21% | - |
| HSV(B) | 122.43º | 0.82% | 0.35% | - |
| XYZ | 3.99 | 7.47 | 1.85 | - |
| YUV | 59.78 | 104.98 | 96.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 90 | 19 | 0.82 | 0 | 0.79 | 0.65 | 122.43 | 0.7 | 0.21 |
| Hex | 10 | 5A | 13 | 52 | 0 | 4F | 41 | 7A | 46 | 15 |
| Octal | 20 | 132 | 23 | 122 | 0 | 117 | 101 | 172 | 106 | 25 |
| Binary | 10000 | 1011010 | 10011 | 1010010 | 0 | 1001111 | 1000001 | 1111010 | 1000110 | 10101 |
Color Harmonies of #105A13
Complementary color
Monochromatic Colors of #105A13
Black with #105A13
Text Example
Text Example
White with #105A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105A13; }
p { color: rgb(16,90,19); }
H1.HeaderClassName
{
color: #105A13;
}
.AnyTagClassName
{
color: #105A13;
}
</style>
background-color css
<style>
a { background-color: #105A13; }
a { background-color: rgb(16,90,19); }
div.DivClassName
{
background-color: #105A13;
}
.BgClassName
{
background-color: #105A13;
}
</style>
border-color css
<style>
span { border-color: #105A13; }
span { border-color: rgb(16,90,19); }
td.TdClassName
{
border-color: #105A13;
}
.TagClassName
{
border-color: #105A13;
}
</style>