Shades of Myrtle #0B3E0F
Tints of Myrtle #0B3E0F
RGB
CMYK
RGB Variations
Color information
#0B3E0F (or 0x0B3E0F) is known color: Myrtle. HEX triplet: 0B, 3E and 0F. RGB value is (11,62,15). Sum of RGB (Red+Green+Blue) = 11+62+15=88 (11% of max value = 765). Red value is 11 (4.69% from 255 or 12.5% from 88); Green value is 62 (24.61% from 255 or 70.45% from 88); Blue value is 15 (6.25% from 255 or 17.05% from 88); Max value from RGB is 62 - color contains mainly: green. Hex color #0B3E0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B3E0F is #F4C1F0. Grayscale: #292929. Windows color (decimal): -16040433 or 998923. OLE color: 998923.
HSL color Cylindrical-coordinate representation of color #0B3E0F: hue angle of 124.71º degrees, saturation: 0.7, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0B3E0F is Cyan = 0.82, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 11 | 62 | 15 | - |
| CMYK | 0.82 | 0 | 0.76 | 0.76 |
| HSL | 124.71º | 0.7% | 0.14% | - |
| HSV(B) | 124.71º | 0.82% | 0.24% | - |
| XYZ | 1.95 | 3.55 | 1.03 | - |
| YUV | 41.39 | 113.1 | 106.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 62 | 15 | 0.82 | 0 | 0.76 | 0.76 | 124.71 | 0.7 | 0.14 |
| Hex | B | 3E | F | 52 | 0 | 4C | 4C | 7D | 46 | E |
| Octal | 13 | 76 | 17 | 122 | 0 | 114 | 114 | 175 | 106 | 16 |
| Binary | 1011 | 111110 | 1111 | 1010010 | 0 | 1001100 | 1001100 | 1111101 | 1000110 | 1110 |
Color Harmonies of #0B3E0F
Complementary color
Monochromatic Colors of #0B3E0F
Black with #0B3E0F
Text Example
Text Example
White with #0B3E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B3E0F; }
p { color: rgb(11,62,15); }
H1.HeaderClassName
{
color: #0B3E0F;
}
.AnyTagClassName
{
color: #0B3E0F;
}
</style>
background-color css
<style>
a { background-color: #0B3E0F; }
a { background-color: rgb(11,62,15); }
div.DivClassName
{
background-color: #0B3E0F;
}
.BgClassName
{
background-color: #0B3E0F;
}
</style>
border-color css
<style>
span { border-color: #0B3E0F; }
span { border-color: rgb(11,62,15); }
td.TdClassName
{
border-color: #0B3E0F;
}
.TagClassName
{
border-color: #0B3E0F;
}
</style>