Shades of Myrtle #10550F
Tints of Myrtle #10550F
RGB
CMYK
RGB Variations
Color information
#10550F (or 0x10550F) is known color: Myrtle. HEX triplet: 10, 55 and 0F. RGB value is (16,85,15). Sum of RGB (Red+Green+Blue) = 16+85+15=116 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.79% from 116); Green value is 85 (33.59% from 255 or 73.28% from 116); Blue value is 15 (6.25% from 255 or 12.93% from 116); Max value from RGB is 85 - color contains mainly: green. Hex color #10550F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #10550F is #EFAAF0. Grayscale: #383838. Windows color (decimal): -15706865 or 1004816. OLE color: 1004816.
HSL color Cylindrical-coordinate representation of color #10550F: hue angle of 119.14º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #10550F is Cyan = 0.81, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 16 | 85 | 15 | - |
| CMYK | 0.81 | 0 | 0.82 | 0.67 |
| HSL | 119.14º | 0.7% | 0.2% | - |
| HSV(B) | 119.14º | 0.82% | 0.33% | - |
| XYZ | 3.55 | 6.64 | 1.55 | - |
| YUV | 56.39 | 104.64 | 99.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 85 | 15 | 0.81 | 0 | 0.82 | 0.67 | 119.14 | 0.7 | 0.2 |
| Hex | 10 | 55 | F | 51 | 0 | 52 | 43 | 77 | 46 | 14 |
| Octal | 20 | 125 | 17 | 121 | 0 | 122 | 103 | 167 | 106 | 24 |
| Binary | 10000 | 1010101 | 1111 | 1010001 | 0 | 1010010 | 1000011 | 1110111 | 1000110 | 10100 |
Color Harmonies of #10550F
Complementary color
Monochromatic Colors of #10550F
Black with #10550F
Text Example
Text Example
White with #10550F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10550F; }
p { color: rgb(16,85,15); }
H1.HeaderClassName
{
color: #10550F;
}
.AnyTagClassName
{
color: #10550F;
}
</style>
background-color css
<style>
a { background-color: #10550F; }
a { background-color: rgb(16,85,15); }
div.DivClassName
{
background-color: #10550F;
}
.BgClassName
{
background-color: #10550F;
}
</style>
border-color css
<style>
span { border-color: #10550F; }
span { border-color: rgb(16,85,15); }
td.TdClassName
{
border-color: #10550F;
}
.TagClassName
{
border-color: #10550F;
}
</style>