Shades of Myrtle #0B410C
Tints of Myrtle #0B410C
RGB
CMYK
RGB Variations
Color information
#0B410C (or 0x0B410C) is known color: Myrtle. HEX triplet: 0B, 41 and 0C. RGB value is (11,65,12). Sum of RGB (Red+Green+Blue) = 11+65+12=88 (11% of max value = 765). Red value is 11 (4.69% from 255 or 12.5% from 88); Green value is 65 (25.78% from 255 or 73.86% from 88); Blue value is 12 (5.08% from 255 or 13.64% from 88); Max value from RGB is 65 - color contains mainly: green. Hex color #0B410C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B410C is #F4BEF3. Grayscale: #2A2A2A. Windows color (decimal): -16039668 or 803083. OLE color: 803083.
HSL color Cylindrical-coordinate representation of color #0B410C: hue angle of 121.11º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0B410C is Cyan = 0.83, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 11 | 65 | 12 | - |
| CMYK | 0.83 | 0 | 0.82 | 0.75 |
| HSL | 121.11º | 0.71% | 0.15% | - |
| HSV(B) | 121.11º | 0.83% | 0.25% | - |
| XYZ | 2.09 | 3.88 | 0.99 | - |
| YUV | 42.81 | 110.61 | 105.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 65 | 12 | 0.83 | 0 | 0.82 | 0.75 | 121.11 | 0.71 | 0.15 |
| Hex | B | 41 | C | 53 | 0 | 52 | 4B | 79 | 47 | F |
| Octal | 13 | 101 | 14 | 123 | 0 | 122 | 113 | 171 | 107 | 17 |
| Binary | 1011 | 1000001 | 1100 | 1010011 | 0 | 1010010 | 1001011 | 1111001 | 1000111 | 1111 |
Color Harmonies of #0B410C
Complementary color
Monochromatic Colors of #0B410C
Black with #0B410C
Text Example
Text Example
White with #0B410C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B410C; }
p { color: rgb(11,65,12); }
H1.HeaderClassName
{
color: #0B410C;
}
.AnyTagClassName
{
color: #0B410C;
}
</style>
background-color css
<style>
a { background-color: #0B410C; }
a { background-color: rgb(11,65,12); }
div.DivClassName
{
background-color: #0B410C;
}
.BgClassName
{
background-color: #0B410C;
}
</style>
border-color css
<style>
span { border-color: #0B410C; }
span { border-color: rgb(11,65,12); }
td.TdClassName
{
border-color: #0B410C;
}
.TagClassName
{
border-color: #0B410C;
}
</style>