Shades of Myrtle #104215
Tints of Myrtle #104215
RGB
CMYK
RGB Variations
Color information
#104215 (or 0x104215) is known color: Myrtle. HEX triplet: 10, 42 and 15. RGB value is (16,66,21). Sum of RGB (Red+Green+Blue) = 16+66+21=103 (13% of max value = 765). Red value is 16 (6.64% from 255 or 15.53% from 103); Green value is 66 (26.17% from 255 or 64.08% from 103); Blue value is 21 (8.59% from 255 or 20.39% from 103); Max value from RGB is 66 - color contains mainly: green. Hex color #104215 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #104215 is #EFBDEA. Grayscale: #2E2E2E. Windows color (decimal): -15711723 or 1393168. OLE color: 1393168.
HSL color Cylindrical-coordinate representation of color #104215: hue angle of 126º degrees, saturation: 0.61, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #104215 is Cyan = 0.76, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 16 | 66 | 21 | - |
| CMYK | 0.76 | 0 | 0.68 | 0.74 |
| HSL | 126º | 0.61% | 0.16% | - |
| HSV(B) | 126º | 0.76% | 0.26% | - |
| XYZ | 2.3 | 4.06 | 1.37 | - |
| YUV | 45.92 | 113.94 | 106.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 66 | 21 | 0.76 | 0 | 0.68 | 0.74 | 126 | 0.61 | 0.16 |
| Hex | 10 | 42 | 15 | 4C | 0 | 44 | 4A | 7E | 3D | 10 |
| Octal | 20 | 102 | 25 | 114 | 0 | 104 | 112 | 176 | 75 | 20 |
| Binary | 10000 | 1000010 | 10101 | 1001100 | 0 | 1000100 | 1001010 | 1111110 | 111101 | 10000 |
Color Harmonies of #104215
Complementary color
Monochromatic Colors of #104215
Black with #104215
Text Example
Text Example
White with #104215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104215; }
p { color: rgb(16,66,21); }
H1.HeaderClassName
{
color: #104215;
}
.AnyTagClassName
{
color: #104215;
}
</style>
background-color css
<style>
a { background-color: #104215; }
a { background-color: rgb(16,66,21); }
div.DivClassName
{
background-color: #104215;
}
.BgClassName
{
background-color: #104215;
}
</style>
border-color css
<style>
span { border-color: #104215; }
span { border-color: rgb(16,66,21); }
td.TdClassName
{
border-color: #104215;
}
.TagClassName
{
border-color: #104215;
}
</style>