Shades of Myrtle #10580A
Tints of Myrtle #10580A
RGB
CMYK
RGB Variations
Color information
#10580A (or 0x10580A) is known color: Myrtle. HEX triplet: 10, 58 and 0A. RGB value is (16,88,10). Sum of RGB (Red+Green+Blue) = 16+88+10=114 (15% of max value = 765). Red value is 16 (6.64% from 255 or 14.04% from 114); Green value is 88 (34.77% from 255 or 77.19% from 114); Blue value is 10 (4.30% from 255 or 8.77% from 114); Max value from RGB is 88 - color contains mainly: green. Hex color #10580A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #10580A is #EFA7F5. Grayscale: #393939. Windows color (decimal): -15706102 or 677904. OLE color: 677904.
HSL color Cylindrical-coordinate representation of color #10580A: hue angle of 115.38º degrees, saturation: 0.8, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #10580A is Cyan = 0.82, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 16 | 88 | 10 | - |
| CMYK | 0.82 | 0 | 0.89 | 0.65 |
| HSL | 115.38º | 0.8% | 0.19% | - |
| HSV(B) | 115.38º | 0.89% | 0.35% | - |
| XYZ | 3.76 | 7.11 | 1.46 | - |
| YUV | 57.58 | 101.15 | 98.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 88 | 10 | 0.82 | 0 | 0.89 | 0.65 | 115.38 | 0.8 | 0.19 |
| Hex | 10 | 58 | A | 52 | 0 | 59 | 41 | 73 | 50 | 13 |
| Octal | 20 | 130 | 12 | 122 | 0 | 131 | 101 | 163 | 120 | 23 |
| Binary | 10000 | 1011000 | 1010 | 1010010 | 0 | 1011001 | 1000001 | 1110011 | 1010000 | 10011 |
Color Harmonies of #10580A
Complementary color
Monochromatic Colors of #10580A
Black with #10580A
Text Example
Text Example
White with #10580A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10580A; }
p { color: rgb(16,88,10); }
H1.HeaderClassName
{
color: #10580A;
}
.AnyTagClassName
{
color: #10580A;
}
</style>
background-color css
<style>
a { background-color: #10580A; }
a { background-color: rgb(16,88,10); }
div.DivClassName
{
background-color: #10580A;
}
.BgClassName
{
background-color: #10580A;
}
</style>
border-color css
<style>
span { border-color: #10580A; }
span { border-color: rgb(16,88,10); }
td.TdClassName
{
border-color: #10580A;
}
.TagClassName
{
border-color: #10580A;
}
</style>