Shades of Myrtle #0B3509
Tints of Myrtle #0B3509
RGB
CMYK
RGB Variations
Color information
#0B3509 (or 0x0B3509) is known color: Myrtle. HEX triplet: 0B, 35 and 09. RGB value is (11,53,9). Sum of RGB (Red+Green+Blue) = 11+53+9=73 (9% of max value = 765). Red value is 11 (4.69% from 255 or 15.07% from 73); Green value is 53 (21.09% from 255 or 72.60% from 73); Blue value is 9 (3.91% from 255 or 12.33% from 73); Max value from RGB is 53 - color contains mainly: green. Hex color #0B3509 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B3509 is #F4CAF6. Grayscale: #232323. Windows color (decimal): -16042743 or 603403. OLE color: 603403.
HSL color Cylindrical-coordinate representation of color #0B3509: hue angle of 117.27º degrees, saturation: 0.71, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0B3509 is Cyan = 0.79, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 11 | 53 | 9 | - |
| CMYK | 0.79 | 0 | 0.83 | 0.79 |
| HSL | 117.27º | 0.71% | 0.12% | - |
| HSV(B) | 117.27º | 0.83% | 0.21% | - |
| XYZ | 1.46 | 2.64 | 0.69 | - |
| YUV | 35.43 | 113.09 | 110.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 53 | 9 | 0.79 | 0 | 0.83 | 0.79 | 117.27 | 0.71 | 0.12 |
| Hex | B | 35 | 9 | 4F | 0 | 53 | 4F | 75 | 47 | C |
| Octal | 13 | 65 | 11 | 117 | 0 | 123 | 117 | 165 | 107 | 14 |
| Binary | 1011 | 110101 | 1001 | 1001111 | 0 | 1010011 | 1001111 | 1110101 | 1000111 | 1100 |
Color Harmonies of #0B3509
Complementary color
Monochromatic Colors of #0B3509
Black with #0B3509
Text Example
Text Example
White with #0B3509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B3509; }
p { color: rgb(11,53,9); }
H1.HeaderClassName
{
color: #0B3509;
}
.AnyTagClassName
{
color: #0B3509;
}
</style>
background-color css
<style>
a { background-color: #0B3509; }
a { background-color: rgb(11,53,9); }
div.DivClassName
{
background-color: #0B3509;
}
.BgClassName
{
background-color: #0B3509;
}
</style>
border-color css
<style>
span { border-color: #0B3509; }
span { border-color: rgb(11,53,9); }
td.TdClassName
{
border-color: #0B3509;
}
.TagClassName
{
border-color: #0B3509;
}
</style>