Shades of Myrtle #105019
Tints of Myrtle #105019
RGB
CMYK
RGB Variations
Color information
#105019 (or 0x105019) is known color: Myrtle. HEX triplet: 10, 50 and 19. RGB value is (16,80,25). Sum of RGB (Red+Green+Blue) = 16+80+25=121 (16% of max value = 765). Red value is 16 (6.64% from 255 or 13.22% from 121); Green value is 80 (31.64% from 255 or 66.12% from 121); Blue value is 25 (10.16% from 255 or 20.66% from 121); Max value from RGB is 80 - color contains mainly: green. Hex color #105019 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #105019 is #EFAFE6. Grayscale: #363636. Windows color (decimal): -15708135 or 1658896. OLE color: 1658896.
HSL color Cylindrical-coordinate representation of color #105019: hue angle of 128.44º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #105019 is Cyan = 0.80, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 16 | 80 | 25 | - |
| CMYK | 0.80 | 0 | 0.69 | 0.69 |
| HSL | 128.44º | 0.67% | 0.19% | - |
| HSV(B) | 128.44º | 0.8% | 0.31% | - |
| XYZ | 3.26 | 5.92 | 1.89 | - |
| YUV | 54.59 | 111.3 | 100.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 80 | 25 | 0.80 | 0 | 0.69 | 0.69 | 128.44 | 0.67 | 0.19 |
| Hex | 10 | 50 | 19 | 50 | 0 | 45 | 45 | 80 | 43 | 13 |
| Octal | 20 | 120 | 31 | 120 | 0 | 105 | 105 | 200 | 103 | 23 |
| Binary | 10000 | 1010000 | 11001 | 1010000 | 0 | 1000101 | 1000101 | 10000000 | 1000011 | 10011 |
Color Harmonies of #105019
Complementary color
Monochromatic Colors of #105019
Black with #105019
Text Example
Text Example
White with #105019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105019; }
p { color: rgb(16,80,25); }
H1.HeaderClassName
{
color: #105019;
}
.AnyTagClassName
{
color: #105019;
}
</style>
background-color css
<style>
a { background-color: #105019; }
a { background-color: rgb(16,80,25); }
div.DivClassName
{
background-color: #105019;
}
.BgClassName
{
background-color: #105019;
}
</style>
border-color css
<style>
span { border-color: #105019; }
span { border-color: rgb(16,80,25); }
td.TdClassName
{
border-color: #105019;
}
.TagClassName
{
border-color: #105019;
}
</style>