Shades of Myrtle #0B420C
Tints of Myrtle #0B420C
RGB
CMYK
RGB Variations
Color information
#0B420C (or 0x0B420C) is known color: Myrtle. HEX triplet: 0B, 42 and 0C. RGB value is (11,66,12). Sum of RGB (Red+Green+Blue) = 11+66+12=89 (11% of max value = 765). Red value is 11 (4.69% from 255 or 12.36% from 89); Green value is 66 (26.17% from 255 or 74.16% from 89); Blue value is 12 (5.08% from 255 or 13.48% from 89); Max value from RGB is 66 - color contains mainly: green. Hex color #0B420C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B420C is #F4BDF3. Grayscale: #2B2B2B. Windows color (decimal): -16039412 or 803339. OLE color: 803339.
HSL color Cylindrical-coordinate representation of color #0B420C: hue angle of 121.09º 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 #0B420C is Cyan = 0.83, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 11 | 66 | 12 | - |
| CMYK | 0.83 | 0 | 0.82 | 0.74 |
| HSL | 121.09º | 0.71% | 0.15% | - |
| HSV(B) | 121.09º | 0.83% | 0.26% | - |
| XYZ | 2.15 | 3.99 | 1.01 | - |
| YUV | 43.4 | 110.28 | 104.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 66 | 12 | 0.83 | 0 | 0.82 | 0.74 | 121.09 | 0.71 | 0.15 |
| Hex | B | 42 | C | 53 | 0 | 52 | 4A | 79 | 47 | F |
| Octal | 13 | 102 | 14 | 123 | 0 | 122 | 112 | 171 | 107 | 17 |
| Binary | 1011 | 1000010 | 1100 | 1010011 | 0 | 1010010 | 1001010 | 1111001 | 1000111 | 1111 |
Color Harmonies of #0B420C
Complementary color
Monochromatic Colors of #0B420C
Black with #0B420C
Text Example
Text Example
White with #0B420C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B420C; }
p { color: rgb(11,66,12); }
H1.HeaderClassName
{
color: #0B420C;
}
.AnyTagClassName
{
color: #0B420C;
}
</style>
background-color css
<style>
a { background-color: #0B420C; }
a { background-color: rgb(11,66,12); }
div.DivClassName
{
background-color: #0B420C;
}
.BgClassName
{
background-color: #0B420C;
}
</style>
border-color css
<style>
span { border-color: #0B420C; }
span { border-color: rgb(11,66,12); }
td.TdClassName
{
border-color: #0B420C;
}
.TagClassName
{
border-color: #0B420C;
}
</style>