Shades of Myrtle #0A360D
Tints of Myrtle #0A360D
RGB
CMYK
RGB Variations
Color information
#0A360D (or 0x0A360D) is known color: Myrtle. HEX triplet: 0A, 36 and 0D. RGB value is (10,54,13). Sum of RGB (Red+Green+Blue) = 10+54+13=77 (10% of max value = 765). Red value is 10 (4.30% from 255 or 12.99% from 77); Green value is 54 (21.48% from 255 or 70.13% from 77); Blue value is 13 (5.47% from 255 or 16.88% from 77); Max value from RGB is 54 - color contains mainly: green. Hex color #0A360D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A360D is #F5C9F2. Grayscale: #242424. Windows color (decimal): -16108019 or 865802. OLE color: 865802.
HSL color Cylindrical-coordinate representation of color #0A360D: hue angle of 124.09º degrees, saturation: 0.69, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0A360D is Cyan = 0.81, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 10 | 54 | 13 | - |
| CMYK | 0.81 | 0 | 0.76 | 0.79 |
| HSL | 124.09º | 0.69% | 0.13% | - |
| HSV(B) | 124.09º | 0.81% | 0.21% | - |
| XYZ | 1.52 | 2.73 | 0.83 | - |
| YUV | 36.17 | 114.92 | 109.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 54 | 13 | 0.81 | 0 | 0.76 | 0.79 | 124.09 | 0.69 | 0.13 |
| Hex | A | 36 | D | 51 | 0 | 4C | 4F | 7C | 45 | D |
| Octal | 12 | 66 | 15 | 121 | 0 | 114 | 117 | 174 | 105 | 15 |
| Binary | 1010 | 110110 | 1101 | 1010001 | 0 | 1001100 | 1001111 | 1111100 | 1000101 | 1101 |
Color Harmonies of #0A360D
Complementary color
Monochromatic Colors of #0A360D
Black with #0A360D
Text Example
Text Example
White with #0A360D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A360D; }
p { color: rgb(10,54,13); }
H1.HeaderClassName
{
color: #0A360D;
}
.AnyTagClassName
{
color: #0A360D;
}
</style>
background-color css
<style>
a { background-color: #0A360D; }
a { background-color: rgb(10,54,13); }
div.DivClassName
{
background-color: #0A360D;
}
.BgClassName
{
background-color: #0A360D;
}
</style>
border-color css
<style>
span { border-color: #0A360D; }
span { border-color: rgb(10,54,13); }
td.TdClassName
{
border-color: #0A360D;
}
.TagClassName
{
border-color: #0A360D;
}
</style>