Shades of Myrtle #03460C
Tints of Myrtle #03460C
RGB
CMYK
RGB Variations
Color information
#03460C (or 0x03460C) is known color: Myrtle. HEX triplet: 03, 46 and 0C. RGB value is (3,70,12). Sum of RGB (Red+Green+Blue) = 3+70+12=85 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.53% from 85); Green value is 70 (27.73% from 255 or 82.35% from 85); Blue value is 12 (5.08% from 255 or 14.12% from 85); Max value from RGB is 70 - color contains mainly: green. Hex color #03460C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #03460C is #FCB9F3. Grayscale: #2B2B2B. Windows color (decimal): -16562676 or 804355. OLE color: 804355.
HSL color Cylindrical-coordinate representation of color #03460C: hue angle of 128.06º 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 #03460C is Cyan = 0.96, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 3 | 70 | 12 | - |
| CMYK | 0.96 | 0 | 0.83 | 0.73 |
| HSL | 128.06º | 0.92% | 0.14% | - |
| HSV(B) | 128.06º | 0.96% | 0.27% | - |
| XYZ | 2.29 | 4.43 | 1.08 | - |
| YUV | 43.36 | 110.3 | 99.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 70 | 12 | 0.96 | 0 | 0.83 | 0.73 | 128.06 | 0.92 | 0.14 |
| Hex | 3 | 46 | C | 60 | 0 | 53 | 49 | 80 | 5C | E |
| Octal | 3 | 106 | 14 | 140 | 0 | 123 | 111 | 200 | 134 | 16 |
| Binary | 11 | 1000110 | 1100 | 1100000 | 0 | 1010011 | 1001001 | 10000000 | 1011100 | 1110 |
Color Harmonies of #03460C
Complementary color
Monochromatic Colors of #03460C
Black with #03460C
Text Example
Text Example
White with #03460C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03460C; }
p { color: rgb(3,70,12); }
H1.HeaderClassName
{
color: #03460C;
}
.AnyTagClassName
{
color: #03460C;
}
</style>
background-color css
<style>
a { background-color: #03460C; }
a { background-color: rgb(3,70,12); }
div.DivClassName
{
background-color: #03460C;
}
.BgClassName
{
background-color: #03460C;
}
</style>
border-color css
<style>
span { border-color: #03460C; }
span { border-color: rgb(3,70,12); }
td.TdClassName
{
border-color: #03460C;
}
.TagClassName
{
border-color: #03460C;
}
</style>