Shades of Myrtle #0B3502
Tints of Myrtle #0B3502
RGB
CMYK
RGB Variations
Color information
#0B3502 (or 0x0B3502) is known color: Myrtle. HEX triplet: 0B, 35 and 02. RGB value is (11,53,2). Sum of RGB (Red+Green+Blue) = 11+53+2=66 (8% of max value = 765). Red value is 11 (4.69% from 255 or 16.67% from 66); Green value is 53 (21.09% from 255 or 80.30% from 66); Blue value is 2 (1.17% from 255 or 3.03% from 66); Max value from RGB is 53 - color contains mainly: green. Hex color #0B3502 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B3502 is #F4CAFD. Grayscale: #222222. Windows color (decimal): -16042750 or 144651. OLE color: 144651.
HSL color Cylindrical-coordinate representation of color #0B3502: hue angle of 109.41º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0B3502 is Cyan = 0.79, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 11 | 53 | 2 | - |
| CMYK | 0.79 | 0 | 0.96 | 0.79 |
| HSL | 109.41º | 0.93% | 0.11% | - |
| HSV(B) | 109.41º | 0.96% | 0.21% | - |
| XYZ | 1.42 | 2.62 | 0.49 | - |
| YUV | 34.63 | 109.59 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 53 | 2 | 0.79 | 0 | 0.96 | 0.79 | 109.41 | 0.93 | 0.11 |
| Hex | B | 35 | 2 | 4F | 0 | 60 | 4F | 6D | 5D | B |
| Octal | 13 | 65 | 2 | 117 | 0 | 140 | 117 | 155 | 135 | 13 |
| Binary | 1011 | 110101 | 10 | 1001111 | 0 | 1100000 | 1001111 | 1101101 | 1011101 | 1011 |
Color Harmonies of #0B3502
Complementary color
Monochromatic Colors of #0B3502
Black with #0B3502
Text Example
Text Example
White with #0B3502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B3502; }
p { color: rgb(11,53,2); }
H1.HeaderClassName
{
color: #0B3502;
}
.AnyTagClassName
{
color: #0B3502;
}
</style>
background-color css
<style>
a { background-color: #0B3502; }
a { background-color: rgb(11,53,2); }
div.DivClassName
{
background-color: #0B3502;
}
.BgClassName
{
background-color: #0B3502;
}
</style>
border-color css
<style>
span { border-color: #0B3502; }
span { border-color: rgb(11,53,2); }
td.TdClassName
{
border-color: #0B3502;
}
.TagClassName
{
border-color: #0B3502;
}
</style>