Shades of Myrtle #03460A
Tints of Myrtle #03460A
RGB
CMYK
RGB Variations
Color information
#03460A (or 0x03460A) is known color: Myrtle. HEX triplet: 03, 46 and 0A. RGB value is (3,70,10). Sum of RGB (Red+Green+Blue) = 3+70+10=83 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.61% from 83); Green value is 70 (27.73% from 255 or 84.34% from 83); Blue value is 10 (4.30% from 255 or 12.05% from 83); Max value from RGB is 70 - color contains mainly: green. Hex color #03460A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #03460A is #FCB9F5. Grayscale: #2B2B2B. Windows color (decimal): -16562678 or 673283. OLE color: 673283.
HSL color Cylindrical-coordinate representation of color #03460A: hue angle of 126.27º 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 #03460A is Cyan = 0.96, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 3 | 70 | 10 | - |
| CMYK | 0.96 | 0 | 0.86 | 0.73 |
| HSL | 126.27º | 0.92% | 0.14% | - |
| HSV(B) | 126.27º | 0.96% | 0.27% | - |
| XYZ | 2.28 | 4.42 | 1.02 | - |
| YUV | 43.13 | 109.3 | 99.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 70 | 10 | 0.96 | 0 | 0.86 | 0.73 | 126.27 | 0.92 | 0.14 |
| Hex | 3 | 46 | A | 60 | 0 | 56 | 49 | 7E | 5C | E |
| Octal | 3 | 106 | 12 | 140 | 0 | 126 | 111 | 176 | 134 | 16 |
| Binary | 11 | 1000110 | 1010 | 1100000 | 0 | 1010110 | 1001001 | 1111110 | 1011100 | 1110 |
Color Harmonies of #03460A
Complementary color
Monochromatic Colors of #03460A
Black with #03460A
Text Example
Text Example
White with #03460A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03460A; }
p { color: rgb(3,70,10); }
H1.HeaderClassName
{
color: #03460A;
}
.AnyTagClassName
{
color: #03460A;
}
</style>
background-color css
<style>
a { background-color: #03460A; }
a { background-color: rgb(3,70,10); }
div.DivClassName
{
background-color: #03460A;
}
.BgClassName
{
background-color: #03460A;
}
</style>
border-color css
<style>
span { border-color: #03460A; }
span { border-color: rgb(3,70,10); }
td.TdClassName
{
border-color: #03460A;
}
.TagClassName
{
border-color: #03460A;
}
</style>