Shades of Myrtle #0B4302
Tints of Myrtle #0B4302
RGB
CMYK
RGB Variations
Color information
#0B4302 (or 0x0B4302) is known color: Myrtle. HEX triplet: 0B, 43 and 02. RGB value is (11,67,2). Sum of RGB (Red+Green+Blue) = 11+67+2=80 (10% of max value = 765). Red value is 11 (4.69% from 255 or 13.75% from 80); Green value is 67 (26.56% from 255 or 83.75% from 80); Blue value is 2 (1.17% from 255 or 2.5% from 80); Max value from RGB is 67 - color contains mainly: green. Hex color #0B4302 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B4302 is #F4BCFD. Grayscale: #2B2B2B. Windows color (decimal): -16039166 or 148235. OLE color: 148235.
HSL color Cylindrical-coordinate representation of color #0B4302: hue angle of 111.69º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0B4302 is Cyan = 0.84, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 11 | 67 | 2 | - |
| CMYK | 0.84 | 0 | 0.97 | 0.74 |
| HSL | 111.69º | 0.94% | 0.14% | - |
| HSV(B) | 111.69º | 0.97% | 0.26% | - |
| XYZ | 2.16 | 4.09 | 0.73 | - |
| YUV | 42.85 | 104.95 | 105.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 67 | 2 | 0.84 | 0 | 0.97 | 0.74 | 111.69 | 0.94 | 0.14 |
| Hex | B | 43 | 2 | 54 | 0 | 61 | 4A | 70 | 5E | E |
| Octal | 13 | 103 | 2 | 124 | 0 | 141 | 112 | 160 | 136 | 16 |
| Binary | 1011 | 1000011 | 10 | 1010100 | 0 | 1100001 | 1001010 | 1110000 | 1011110 | 1110 |
Color Harmonies of #0B4302
Complementary color
Monochromatic Colors of #0B4302
Black with #0B4302
Text Example
Text Example
White with #0B4302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B4302; }
p { color: rgb(11,67,2); }
H1.HeaderClassName
{
color: #0B4302;
}
.AnyTagClassName
{
color: #0B4302;
}
</style>
background-color css
<style>
a { background-color: #0B4302; }
a { background-color: rgb(11,67,2); }
div.DivClassName
{
background-color: #0B4302;
}
.BgClassName
{
background-color: #0B4302;
}
</style>
border-color css
<style>
span { border-color: #0B4302; }
span { border-color: rgb(11,67,2); }
td.TdClassName
{
border-color: #0B4302;
}
.TagClassName
{
border-color: #0B4302;
}
</style>