Shades of Myrtle #0B420F
Tints of Myrtle #0B420F
RGB
CMYK
RGB Variations
Color information
#0B420F (or 0x0B420F) is known color: Myrtle. HEX triplet: 0B, 42 and 0F. RGB value is (11,66,15). Sum of RGB (Red+Green+Blue) = 11+66+15=92 (12% of max value = 765). Red value is 11 (4.69% from 255 or 11.96% from 92); Green value is 66 (26.17% from 255 or 71.74% from 92); Blue value is 15 (6.25% from 255 or 16.30% from 92); Max value from RGB is 66 - color contains mainly: green. Hex color #0B420F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B420F is #F4BDF0. Grayscale: #2B2B2B. Windows color (decimal): -16039409 or 999947. OLE color: 999947.
HSL color Cylindrical-coordinate representation of color #0B420F: hue angle of 124.36º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0B420F is Cyan = 0.83, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 11 | 66 | 15 | - |
| CMYK | 0.83 | 0 | 0.77 | 0.74 |
| HSL | 124.36º | 0.71% | 0.15% | - |
| HSV(B) | 124.36º | 0.83% | 0.26% | - |
| XYZ | 2.17 | 4 | 1.11 | - |
| YUV | 43.74 | 111.78 | 104.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 66 | 15 | 0.83 | 0 | 0.77 | 0.74 | 124.36 | 0.71 | 0.15 |
| Hex | B | 42 | F | 53 | 0 | 4D | 4A | 7C | 47 | F |
| Octal | 13 | 102 | 17 | 123 | 0 | 115 | 112 | 174 | 107 | 17 |
| Binary | 1011 | 1000010 | 1111 | 1010011 | 0 | 1001101 | 1001010 | 1111100 | 1000111 | 1111 |
Color Harmonies of #0B420F
Complementary color
Monochromatic Colors of #0B420F
Black with #0B420F
Text Example
Text Example
White with #0B420F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B420F; }
p { color: rgb(11,66,15); }
H1.HeaderClassName
{
color: #0B420F;
}
.AnyTagClassName
{
color: #0B420F;
}
</style>
background-color css
<style>
a { background-color: #0B420F; }
a { background-color: rgb(11,66,15); }
div.DivClassName
{
background-color: #0B420F;
}
.BgClassName
{
background-color: #0B420F;
}
</style>
border-color css
<style>
span { border-color: #0B420F; }
span { border-color: rgb(11,66,15); }
td.TdClassName
{
border-color: #0B420F;
}
.TagClassName
{
border-color: #0B420F;
}
</style>