Shades of Myrtle #03460D
Tints of Myrtle #03460D
RGB
CMYK
RGB Variations
Color information
#03460D (or 0x03460D) is known color: Myrtle. HEX triplet: 03, 46 and 0D. RGB value is (3,70,13). Sum of RGB (Red+Green+Blue) = 3+70+13=86 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.49% from 86); Green value is 70 (27.73% from 255 or 81.40% from 86); Blue value is 13 (5.47% from 255 or 15.12% from 86); Max value from RGB is 70 - color contains mainly: green. Hex color #03460D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #03460D is #FCB9F2. Grayscale: #2B2B2B. Windows color (decimal): -16562675 or 869891. OLE color: 869891.
HSL color Cylindrical-coordinate representation of color #03460D: hue angle of 128.96º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03460D is Cyan = 0.96, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 3 | 70 | 13 | - |
| CMYK | 0.96 | 0 | 0.81 | 0.73 |
| HSL | 128.96º | 0.92% | 0.14% | - |
| HSV(B) | 128.96º | 0.96% | 0.27% | - |
| XYZ | 2.3 | 4.43 | 1.11 | - |
| YUV | 43.47 | 110.8 | 99.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 70 | 13 | 0.96 | 0 | 0.81 | 0.73 | 128.96 | 0.92 | 0.14 |
| Hex | 3 | 46 | D | 60 | 0 | 51 | 49 | 81 | 5C | E |
| Octal | 3 | 106 | 15 | 140 | 0 | 121 | 111 | 201 | 134 | 16 |
| Binary | 11 | 1000110 | 1101 | 1100000 | 0 | 1010001 | 1001001 | 10000001 | 1011100 | 1110 |
Color Harmonies of #03460D
Complementary color
Monochromatic Colors of #03460D
Black with #03460D
Text Example
Text Example
White with #03460D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03460D; }
p { color: rgb(3,70,13); }
H1.HeaderClassName
{
color: #03460D;
}
.AnyTagClassName
{
color: #03460D;
}
</style>
background-color css
<style>
a { background-color: #03460D; }
a { background-color: rgb(3,70,13); }
div.DivClassName
{
background-color: #03460D;
}
.BgClassName
{
background-color: #03460D;
}
</style>
border-color css
<style>
span { border-color: #03460D; }
span { border-color: rgb(3,70,13); }
td.TdClassName
{
border-color: #03460D;
}
.TagClassName
{
border-color: #03460D;
}
</style>