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