Shades of Myrtle #03510C
Tints of Myrtle #03510C
RGB
CMYK
RGB Variations
Color information
#03510C (or 0x03510C) is known color: Myrtle. HEX triplet: 03, 51 and 0C. RGB value is (3,81,12). Sum of RGB (Red+Green+Blue) = 3+81+12=96 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.12% from 96); Green value is 81 (32.03% from 255 or 84.38% from 96); Blue value is 12 (5.08% from 255 or 12.5% from 96); Max value from RGB is 81 - color contains mainly: green. Hex color #03510C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #03510C is #FCAEF3. Grayscale: #323232. Windows color (decimal): -16559860 or 807171. OLE color: 807171.
HSL color Cylindrical-coordinate representation of color #03510C: hue angle of 126.92º 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 #03510C is Cyan = 0.96, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 3 | 81 | 12 | - |
| CMYK | 0.96 | 0 | 0.85 | 0.68 |
| HSL | 126.92º | 0.93% | 0.16% | - |
| HSV(B) | 126.92º | 0.96% | 0.32% | - |
| XYZ | 3.05 | 5.93 | 1.33 | - |
| YUV | 49.81 | 106.66 | 94.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 81 | 12 | 0.96 | 0 | 0.85 | 0.68 | 126.92 | 0.93 | 0.16 |
| Hex | 3 | 51 | C | 60 | 0 | 55 | 44 | 7F | 5D | 10 |
| Octal | 3 | 121 | 14 | 140 | 0 | 125 | 104 | 177 | 135 | 20 |
| Binary | 11 | 1010001 | 1100 | 1100000 | 0 | 1010101 | 1000100 | 1111111 | 1011101 | 10000 |
Color Harmonies of #03510C
Complementary color
Monochromatic Colors of #03510C
Black with #03510C
Text Example
Text Example
White with #03510C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03510C; }
p { color: rgb(3,81,12); }
H1.HeaderClassName
{
color: #03510C;
}
.AnyTagClassName
{
color: #03510C;
}
</style>
background-color css
<style>
a { background-color: #03510C; }
a { background-color: rgb(3,81,12); }
div.DivClassName
{
background-color: #03510C;
}
.BgClassName
{
background-color: #03510C;
}
</style>
border-color css
<style>
span { border-color: #03510C; }
span { border-color: rgb(3,81,12); }
td.TdClassName
{
border-color: #03510C;
}
.TagClassName
{
border-color: #03510C;
}
</style>