Shades of Myrtle #0B3F12
Tints of Myrtle #0B3F12
RGB
CMYK
RGB Variations
Color information
#0B3F12 (or 0x0B3F12) is known color: Myrtle. HEX triplet: 0B, 3F and 12. RGB value is (11,63,18). Sum of RGB (Red+Green+Blue) = 11+63+18=92 (12% of max value = 765). Red value is 11 (4.69% from 255 or 11.96% from 92); Green value is 63 (25% from 255 or 68.48% from 92); Blue value is 18 (7.42% from 255 or 19.57% from 92); Max value from RGB is 63 - color contains mainly: green. Hex color #0B3F12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B3F12 is #F4C0ED. Grayscale: #2A2A2A. Windows color (decimal): -16040174 or 1195787. OLE color: 1195787.
HSL color Cylindrical-coordinate representation of color #0B3F12: hue angle of 128.08º degrees, saturation: 0.7, 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 #0B3F12 is Cyan = 0.83, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 11 | 63 | 18 | - |
| CMYK | 0.83 | 0 | 0.71 | 0.75 |
| HSL | 128.08º | 0.7% | 0.15% | - |
| HSV(B) | 128.08º | 0.83% | 0.25% | - |
| XYZ | 2.02 | 3.67 | 1.17 | - |
| YUV | 42.32 | 114.27 | 105.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 63 | 18 | 0.83 | 0 | 0.71 | 0.75 | 128.08 | 0.7 | 0.15 |
| Hex | B | 3F | 12 | 53 | 0 | 47 | 4B | 80 | 46 | F |
| Octal | 13 | 77 | 22 | 123 | 0 | 107 | 113 | 200 | 106 | 17 |
| Binary | 1011 | 111111 | 10010 | 1010011 | 0 | 1000111 | 1001011 | 10000000 | 1000110 | 1111 |
Color Harmonies of #0B3F12
Complementary color
Monochromatic Colors of #0B3F12
Black with #0B3F12
Text Example
Text Example
White with #0B3F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B3F12; }
p { color: rgb(11,63,18); }
H1.HeaderClassName
{
color: #0B3F12;
}
.AnyTagClassName
{
color: #0B3F12;
}
</style>
background-color css
<style>
a { background-color: #0B3F12; }
a { background-color: rgb(11,63,18); }
div.DivClassName
{
background-color: #0B3F12;
}
.BgClassName
{
background-color: #0B3F12;
}
</style>
border-color css
<style>
span { border-color: #0B3F12; }
span { border-color: rgb(11,63,18); }
td.TdClassName
{
border-color: #0B3F12;
}
.TagClassName
{
border-color: #0B3F12;
}
</style>