Shades of Myrtle #10280A
Tints of Myrtle #10280A
RGB
CMYK
RGB Variations
Color information
#10280A (or 0x10280A) is known color: Myrtle. HEX triplet: 10, 28 and 0A. RGB value is (16,40,10). Sum of RGB (Red+Green+Blue) = 16+40+10=66 (8% of max value = 765). Red value is 16 (6.64% from 255 or 24.24% from 66); Green value is 40 (16.02% from 255 or 60.61% from 66); Blue value is 10 (4.30% from 255 or 15.15% from 66); Max value from RGB is 40 - color contains mainly: green. Hex color #10280A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #10280A is #EFD7F5. Grayscale: #1D1D1D. Windows color (decimal): -15718390 or 665616. OLE color: 665616.
HSL color Cylindrical-coordinate representation of color #10280A: hue angle of 108º degrees, saturation: 0.6, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #10280A is Cyan = 0.60, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 16 | 40 | 10 | - |
| CMYK | 0.60 | 0 | 0.75 | 0.84 |
| HSL | 108º | 0.6% | 0.1% | - |
| HSV(B) | 108º | 0.75% | 0.16% | - |
| XYZ | 1.03 | 1.65 | 0.55 | - |
| YUV | 29.4 | 117.05 | 118.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 40 | 10 | 0.60 | 0 | 0.75 | 0.84 | 108 | 0.6 | 0.1 |
| Hex | 10 | 28 | A | 3C | 0 | 4B | 54 | 6C | 3C | A |
| Octal | 20 | 50 | 12 | 74 | 0 | 113 | 124 | 154 | 74 | 12 |
| Binary | 10000 | 101000 | 1010 | 111100 | 0 | 1001011 | 1010100 | 1101100 | 111100 | 1010 |
Color Harmonies of #10280A
Complementary color
Monochromatic Colors of #10280A
Black with #10280A
Text Example
Text Example
White with #10280A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10280A; }
p { color: rgb(16,40,10); }
H1.HeaderClassName
{
color: #10280A;
}
.AnyTagClassName
{
color: #10280A;
}
</style>
background-color css
<style>
a { background-color: #10280A; }
a { background-color: rgb(16,40,10); }
div.DivClassName
{
background-color: #10280A;
}
.BgClassName
{
background-color: #10280A;
}
</style>
border-color css
<style>
span { border-color: #10280A; }
span { border-color: rgb(16,40,10); }
td.TdClassName
{
border-color: #10280A;
}
.TagClassName
{
border-color: #10280A;
}
</style>