Shades of Myrtle #03510D
Tints of Myrtle #03510D
RGB
CMYK
RGB Variations
Color information
#03510D (or 0x03510D) is known color: Myrtle. HEX triplet: 03, 51 and 0D. RGB value is (3,81,13). Sum of RGB (Red+Green+Blue) = 3+81+13=97 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.09% from 97); Green value is 81 (32.03% from 255 or 83.51% from 97); Blue value is 13 (5.47% from 255 or 13.40% from 97); Max value from RGB is 81 - color contains mainly: green. Hex color #03510D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #03510D is #FCAEF2. Grayscale: #323232. Windows color (decimal): -16559859 or 872707. OLE color: 872707.
HSL color Cylindrical-coordinate representation of color #03510D: hue angle of 127.69º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03510D is Cyan = 0.96, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 3 | 81 | 13 | - |
| CMYK | 0.96 | 0 | 0.84 | 0.68 |
| HSL | 127.69º | 0.93% | 0.16% | - |
| HSV(B) | 127.69º | 0.96% | 0.32% | - |
| XYZ | 3.05 | 5.93 | 1.37 | - |
| YUV | 49.93 | 107.16 | 94.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 81 | 13 | 0.96 | 0 | 0.84 | 0.68 | 127.69 | 0.93 | 0.16 |
| Hex | 3 | 51 | D | 60 | 0 | 54 | 44 | 80 | 5D | 10 |
| Octal | 3 | 121 | 15 | 140 | 0 | 124 | 104 | 200 | 135 | 20 |
| Binary | 11 | 1010001 | 1101 | 1100000 | 0 | 1010100 | 1000100 | 10000000 | 1011101 | 10000 |
Color Harmonies of #03510D
Complementary color
Monochromatic Colors of #03510D
Black with #03510D
Text Example
Text Example
White with #03510D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03510D; }
p { color: rgb(3,81,13); }
H1.HeaderClassName
{
color: #03510D;
}
.AnyTagClassName
{
color: #03510D;
}
</style>
background-color css
<style>
a { background-color: #03510D; }
a { background-color: rgb(3,81,13); }
div.DivClassName
{
background-color: #03510D;
}
.BgClassName
{
background-color: #03510D;
}
</style>
border-color css
<style>
span { border-color: #03510D; }
span { border-color: rgb(3,81,13); }
td.TdClassName
{
border-color: #03510D;
}
.TagClassName
{
border-color: #03510D;
}
</style>