Shades of Myrtle #10580C
Tints of Myrtle #10580C
RGB
CMYK
RGB Variations
Color information
#10580C (or 0x10580C) is known color: Myrtle. HEX triplet: 10, 58 and 0C. RGB value is (16,88,12). Sum of RGB (Red+Green+Blue) = 16+88+12=116 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.79% from 116); Green value is 88 (34.77% from 255 or 75.86% from 116); Blue value is 12 (5.08% from 255 or 10.34% from 116); Max value from RGB is 88 - color contains mainly: green. Hex color #10580C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #10580C is #EFA7F3. Grayscale: #3A3A3A. Windows color (decimal): -15706100 or 808976. OLE color: 808976.
HSL color Cylindrical-coordinate representation of color #10580C: hue angle of 116.84º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #10580C is Cyan = 0.82, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 16 | 88 | 12 | - |
| CMYK | 0.82 | 0 | 0.86 | 0.65 |
| HSL | 116.84º | 0.76% | 0.2% | - |
| HSV(B) | 116.84º | 0.86% | 0.35% | - |
| XYZ | 3.77 | 7.12 | 1.52 | - |
| YUV | 57.81 | 102.15 | 98.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 88 | 12 | 0.82 | 0 | 0.86 | 0.65 | 116.84 | 0.76 | 0.2 |
| Hex | 10 | 58 | C | 52 | 0 | 56 | 41 | 75 | 4C | 14 |
| Octal | 20 | 130 | 14 | 122 | 0 | 126 | 101 | 165 | 114 | 24 |
| Binary | 10000 | 1011000 | 1100 | 1010010 | 0 | 1010110 | 1000001 | 1110101 | 1001100 | 10100 |
Color Harmonies of #10580C
Complementary color
Monochromatic Colors of #10580C
Black with #10580C
Text Example
Text Example
White with #10580C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10580C; }
p { color: rgb(16,88,12); }
H1.HeaderClassName
{
color: #10580C;
}
.AnyTagClassName
{
color: #10580C;
}
</style>
background-color css
<style>
a { background-color: #10580C; }
a { background-color: rgb(16,88,12); }
div.DivClassName
{
background-color: #10580C;
}
.BgClassName
{
background-color: #10580C;
}
</style>
border-color css
<style>
span { border-color: #10580C; }
span { border-color: rgb(16,88,12); }
td.TdClassName
{
border-color: #10580C;
}
.TagClassName
{
border-color: #10580C;
}
</style>