Shades of Myrtle #0D530B
Tints of Myrtle #0D530B
RGB
CMYK
RGB Variations
Color information
#0D530B (or 0x0D530B) is known color: Myrtle. HEX triplet: 0D, 53 and 0B. RGB value is (13,83,11). Sum of RGB (Red+Green+Blue) = 13+83+11=107 (14% of max value = 765). Red value is 13 (5.47% from 255 or 12.15% from 107); Green value is 83 (32.81% from 255 or 77.57% from 107); Blue value is 11 (4.69% from 255 or 10.28% from 107); Max value from RGB is 83 - color contains mainly: green. Hex color #0D530B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D530B is #F2ACF4. Grayscale: #363636. Windows color (decimal): -15903989 or 742157. OLE color: 742157.
HSL color Cylindrical-coordinate representation of color #0D530B: hue angle of 118.33º degrees, saturation: 0.77, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0D530B is Cyan = 0.84, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 13 | 83 | 11 | - |
| CMYK | 0.84 | 0 | 0.87 | 0.67 |
| HSL | 118.33º | 0.77% | 0.18% | - |
| HSV(B) | 118.33º | 0.87% | 0.33% | - |
| XYZ | 3.32 | 6.3 | 1.36 | - |
| YUV | 53.86 | 103.81 | 98.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 83 | 11 | 0.84 | 0 | 0.87 | 0.67 | 118.33 | 0.77 | 0.18 |
| Hex | D | 53 | B | 54 | 0 | 57 | 43 | 76 | 4D | 12 |
| Octal | 15 | 123 | 13 | 124 | 0 | 127 | 103 | 166 | 115 | 22 |
| Binary | 1101 | 1010011 | 1011 | 1010100 | 0 | 1010111 | 1000011 | 1110110 | 1001101 | 10010 |
Color Harmonies of #0D530B
Complementary color
Monochromatic Colors of #0D530B
Black with #0D530B
Text Example
Text Example
White with #0D530B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D530B; }
p { color: rgb(13,83,11); }
H1.HeaderClassName
{
color: #0D530B;
}
.AnyTagClassName
{
color: #0D530B;
}
</style>
background-color css
<style>
a { background-color: #0D530B; }
a { background-color: rgb(13,83,11); }
div.DivClassName
{
background-color: #0D530B;
}
.BgClassName
{
background-color: #0D530B;
}
</style>
border-color css
<style>
span { border-color: #0D530B; }
span { border-color: rgb(13,83,11); }
td.TdClassName
{
border-color: #0D530B;
}
.TagClassName
{
border-color: #0D530B;
}
</style>