Shades of Myrtle #0A360B
Tints of Myrtle #0A360B
RGB
CMYK
RGB Variations
Color information
#0A360B (or 0x0A360B) is known color: Myrtle. HEX triplet: 0A, 36 and 0B. RGB value is (10,54,11). Sum of RGB (Red+Green+Blue) = 10+54+11=75 (9% of max value = 765). Red value is 10 (4.30% from 255 or 13.33% from 75); Green value is 54 (21.48% from 255 or 72% from 75); Blue value is 11 (4.69% from 255 or 14.67% from 75); Max value from RGB is 54 - color contains mainly: green. Hex color #0A360B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A360B is #F5C9F4. Grayscale: #242424. Windows color (decimal): -16108021 or 734730. OLE color: 734730.
HSL color Cylindrical-coordinate representation of color #0A360B: hue angle of 121.36º 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 #0A360B is Cyan = 0.81, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 10 | 54 | 11 | - |
| CMYK | 0.81 | 0 | 0.80 | 0.79 |
| HSL | 121.36º | 0.69% | 0.13% | - |
| HSV(B) | 121.36º | 0.81% | 0.21% | - |
| XYZ | 1.5 | 2.73 | 0.76 | - |
| YUV | 35.94 | 113.92 | 109.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 54 | 11 | 0.81 | 0 | 0.80 | 0.79 | 121.36 | 0.69 | 0.13 |
| Hex | A | 36 | B | 51 | 0 | 50 | 4F | 79 | 45 | D |
| Octal | 12 | 66 | 13 | 121 | 0 | 120 | 117 | 171 | 105 | 15 |
| Binary | 1010 | 110110 | 1011 | 1010001 | 0 | 1010000 | 1001111 | 1111001 | 1000101 | 1101 |
Color Harmonies of #0A360B
Complementary color
Monochromatic Colors of #0A360B
Black with #0A360B
Text Example
Text Example
White with #0A360B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A360B; }
p { color: rgb(10,54,11); }
H1.HeaderClassName
{
color: #0A360B;
}
.AnyTagClassName
{
color: #0A360B;
}
</style>
background-color css
<style>
a { background-color: #0A360B; }
a { background-color: rgb(10,54,11); }
div.DivClassName
{
background-color: #0A360B;
}
.BgClassName
{
background-color: #0A360B;
}
</style>
border-color css
<style>
span { border-color: #0A360B; }
span { border-color: rgb(10,54,11); }
td.TdClassName
{
border-color: #0A360B;
}
.TagClassName
{
border-color: #0A360B;
}
</style>