Shades of Myrtle #104A0F
Tints of Myrtle #104A0F
RGB
CMYK
RGB Variations
Color information
#104A0F (or 0x104A0F) is known color: Myrtle. HEX triplet: 10, 4A and 0F. RGB value is (16,74,15). Sum of RGB (Red+Green+Blue) = 16+74+15=105 (13% of max value = 765). Red value is 16 (6.64% from 255 or 15.24% from 105); Green value is 74 (29.30% from 255 or 70.48% from 105); Blue value is 15 (6.25% from 255 or 14.29% from 105); Max value from RGB is 74 - color contains mainly: green. Hex color #104A0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #104A0F is #EFB5F0. Grayscale: #323232. Windows color (decimal): -15709681 or 1002000. OLE color: 1002000.
HSL color Cylindrical-coordinate representation of color #104A0F: hue angle of 118.98º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #104A0F is Cyan = 0.78, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 16 | 74 | 15 | - |
| CMYK | 0.78 | 0 | 0.80 | 0.71 |
| HSL | 118.98º | 0.66% | 0.17% | - |
| HSV(B) | 118.98º | 0.8% | 0.29% | - |
| XYZ | 2.75 | 5.04 | 1.28 | - |
| YUV | 49.93 | 108.28 | 103.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 74 | 15 | 0.78 | 0 | 0.80 | 0.71 | 118.98 | 0.66 | 0.17 |
| Hex | 10 | 4A | F | 4E | 0 | 50 | 47 | 77 | 42 | 11 |
| Octal | 20 | 112 | 17 | 116 | 0 | 120 | 107 | 167 | 102 | 21 |
| Binary | 10000 | 1001010 | 1111 | 1001110 | 0 | 1010000 | 1000111 | 1110111 | 1000010 | 10001 |
Color Harmonies of #104A0F
Complementary color
Monochromatic Colors of #104A0F
Black with #104A0F
Text Example
Text Example
White with #104A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104A0F; }
p { color: rgb(16,74,15); }
H1.HeaderClassName
{
color: #104A0F;
}
.AnyTagClassName
{
color: #104A0F;
}
</style>
background-color css
<style>
a { background-color: #104A0F; }
a { background-color: rgb(16,74,15); }
div.DivClassName
{
background-color: #104A0F;
}
.BgClassName
{
background-color: #104A0F;
}
</style>
border-color css
<style>
span { border-color: #104A0F; }
span { border-color: rgb(16,74,15); }
td.TdClassName
{
border-color: #104A0F;
}
.TagClassName
{
border-color: #104A0F;
}
</style>