Shades of Myrtle #0B530A
Tints of Myrtle #0B530A
RGB
CMYK
RGB Variations
Color information
#0B530A (or 0x0B530A) is known color: Myrtle. HEX triplet: 0B, 53 and 0A. RGB value is (11,83,10). Sum of RGB (Red+Green+Blue) = 11+83+10=104 (13% of max value = 765). Red value is 11 (4.69% from 255 or 10.58% from 104); Green value is 83 (32.81% from 255 or 79.81% from 104); Blue value is 10 (4.30% from 255 or 9.62% from 104); Max value from RGB is 83 - color contains mainly: green. Hex color #0B530A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B530A is #F4ACF5. Grayscale: #353535. Windows color (decimal): -16035062 or 676619. OLE color: 676619.
HSL color Cylindrical-coordinate representation of color #0B530A: hue angle of 119.18º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0B530A is Cyan = 0.87, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 11 | 83 | 10 | - |
| CMYK | 0.87 | 0 | 0.88 | 0.67 |
| HSL | 119.18º | 0.78% | 0.18% | - |
| HSV(B) | 119.18º | 0.88% | 0.33% | - |
| XYZ | 3.29 | 6.28 | 1.33 | - |
| YUV | 53.15 | 103.65 | 97.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 83 | 10 | 0.87 | 0 | 0.88 | 0.67 | 119.18 | 0.78 | 0.18 |
| Hex | B | 53 | A | 57 | 0 | 58 | 43 | 77 | 4E | 12 |
| Octal | 13 | 123 | 12 | 127 | 0 | 130 | 103 | 167 | 116 | 22 |
| Binary | 1011 | 1010011 | 1010 | 1010111 | 0 | 1011000 | 1000011 | 1110111 | 1001110 | 10010 |
Color Harmonies of #0B530A
Complementary color
Monochromatic Colors of #0B530A
Black with #0B530A
Text Example
Text Example
White with #0B530A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B530A; }
p { color: rgb(11,83,10); }
H1.HeaderClassName
{
color: #0B530A;
}
.AnyTagClassName
{
color: #0B530A;
}
</style>
background-color css
<style>
a { background-color: #0B530A; }
a { background-color: rgb(11,83,10); }
div.DivClassName
{
background-color: #0B530A;
}
.BgClassName
{
background-color: #0B530A;
}
</style>
border-color css
<style>
span { border-color: #0B530A; }
span { border-color: rgb(11,83,10); }
td.TdClassName
{
border-color: #0B530A;
}
.TagClassName
{
border-color: #0B530A;
}
</style>