Shades of Myrtle #0A4100
Tints of Myrtle #0A4100
RGB
CMYK
RGB Variations
Color information
#0A4100 (or 0x0A4100) is known color: Myrtle. HEX triplet: 0A, 41 and 00. RGB value is (10,65,0). Sum of RGB (Red+Green+Blue) = 10+65+0=75 (9% of max value = 765). Red value is 10 (4.30% from 255 or 13.33% from 75); Green value is 65 (25.78% from 255 or 86.67% from 75); Blue value is 0 (0.39% from 255 or 0% from 75); Max value from RGB is 65 - color contains mainly: green. Hex color #0A4100 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A4100 is #F5BEFF. Grayscale: #292929. Windows color (decimal): -16105216 or 16650. OLE color: 16650.
HSL color Cylindrical-coordinate representation of color #0A4100: hue angle of 110.77º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0A4100 is Cyan = 0.85, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 10 | 65 | 0 | - |
| CMYK | 0.85 | 0 | 1 | 0.75 |
| HSL | 110.77º | 1% | 0.13% | - |
| HSV(B) | 110.77º | 1% | 0.25% | - |
| XYZ | 2.02 | 3.85 | 0.64 | - |
| YUV | 41.15 | 104.78 | 105.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 65 | 0 | 0.85 | 0 | 1 | 0.75 | 110.77 | 1 | 0.13 |
| Hex | A | 41 | 0 | 55 | 0 | 64 | 4B | 6F | 64 | D |
| Octal | 12 | 101 | 0 | 125 | 0 | 144 | 113 | 157 | 144 | 15 |
| Binary | 1010 | 1000001 | 0 | 1010101 | 0 | 1100100 | 1001011 | 1101111 | 1100100 | 1101 |
Color Harmonies of #0A4100
Complementary color
Monochromatic Colors of #0A4100
Black with #0A4100
Text Example
Text Example
White with #0A4100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4100; }
p { color: rgb(10,65,0); }
H1.HeaderClassName
{
color: #0A4100;
}
.AnyTagClassName
{
color: #0A4100;
}
</style>
background-color css
<style>
a { background-color: #0A4100; }
a { background-color: rgb(10,65,0); }
div.DivClassName
{
background-color: #0A4100;
}
.BgClassName
{
background-color: #0A4100;
}
</style>
border-color css
<style>
span { border-color: #0A4100; }
span { border-color: rgb(10,65,0); }
td.TdClassName
{
border-color: #0A4100;
}
.TagClassName
{
border-color: #0A4100;
}
</style>