Shades of Myrtle #0B360F
Tints of Myrtle #0B360F
RGB
CMYK
RGB Variations
Color information
#0B360F (or 0x0B360F) is known color: Myrtle. HEX triplet: 0B, 36 and 0F. RGB value is (11,54,15). Sum of RGB (Red+Green+Blue) = 11+54+15=80 (10% of max value = 765). Red value is 11 (4.69% from 255 or 13.75% from 80); Green value is 54 (21.48% from 255 or 67.5% from 80); Blue value is 15 (6.25% from 255 or 18.75% from 80); Max value from RGB is 54 - color contains mainly: green. Hex color #0B360F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B360F is #F4C9F0. Grayscale: #242424. Windows color (decimal): -16042481 or 996875. OLE color: 996875.
HSL color Cylindrical-coordinate representation of color #0B360F: hue angle of 125.58º degrees, saturation: 0.66, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0B360F is Cyan = 0.80, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 11 | 54 | 15 | - |
| CMYK | 0.80 | 0 | 0.72 | 0.79 |
| HSL | 125.58º | 0.66% | 0.13% | - |
| HSV(B) | 125.58º | 0.8% | 0.21% | - |
| XYZ | 1.54 | 2.74 | 0.9 | - |
| YUV | 36.7 | 115.75 | 109.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 54 | 15 | 0.80 | 0 | 0.72 | 0.79 | 125.58 | 0.66 | 0.13 |
| Hex | B | 36 | F | 50 | 0 | 48 | 4F | 7E | 42 | D |
| Octal | 13 | 66 | 17 | 120 | 0 | 110 | 117 | 176 | 102 | 15 |
| Binary | 1011 | 110110 | 1111 | 1010000 | 0 | 1001000 | 1001111 | 1111110 | 1000010 | 1101 |
Color Harmonies of #0B360F
Complementary color
Monochromatic Colors of #0B360F
Black with #0B360F
Text Example
Text Example
White with #0B360F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B360F; }
p { color: rgb(11,54,15); }
H1.HeaderClassName
{
color: #0B360F;
}
.AnyTagClassName
{
color: #0B360F;
}
</style>
background-color css
<style>
a { background-color: #0B360F; }
a { background-color: rgb(11,54,15); }
div.DivClassName
{
background-color: #0B360F;
}
.BgClassName
{
background-color: #0B360F;
}
</style>
border-color css
<style>
span { border-color: #0B360F; }
span { border-color: rgb(11,54,15); }
td.TdClassName
{
border-color: #0B360F;
}
.TagClassName
{
border-color: #0B360F;
}
</style>