Shades of Myrtle #03460B
Tints of Myrtle #03460B
RGB
CMYK
RGB Variations
Color information
#03460B (or 0x03460B) is known color: Myrtle. HEX triplet: 03, 46 and 0B. RGB value is (3,70,11). Sum of RGB (Red+Green+Blue) = 3+70+11=84 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.57% from 84); Green value is 70 (27.73% from 255 or 83.33% from 84); Blue value is 11 (4.69% from 255 or 13.10% from 84); Max value from RGB is 70 - color contains mainly: green. Hex color #03460B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #03460B is #FCB9F4. Grayscale: #2B2B2B. Windows color (decimal): -16562677 or 738819. OLE color: 738819.
HSL color Cylindrical-coordinate representation of color #03460B: hue angle of 127.16º 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 #03460B is Cyan = 0.96, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 3 | 70 | 11 | - |
| CMYK | 0.96 | 0 | 0.84 | 0.73 |
| HSL | 127.16º | 0.92% | 0.14% | - |
| HSV(B) | 127.16º | 0.96% | 0.27% | - |
| XYZ | 2.29 | 4.42 | 1.05 | - |
| YUV | 43.24 | 109.8 | 99.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 70 | 11 | 0.96 | 0 | 0.84 | 0.73 | 127.16 | 0.92 | 0.14 |
| Hex | 3 | 46 | B | 60 | 0 | 54 | 49 | 7F | 5C | E |
| Octal | 3 | 106 | 13 | 140 | 0 | 124 | 111 | 177 | 134 | 16 |
| Binary | 11 | 1000110 | 1011 | 1100000 | 0 | 1010100 | 1001001 | 1111111 | 1011100 | 1110 |
Color Harmonies of #03460B
Complementary color
Monochromatic Colors of #03460B
Black with #03460B
Text Example
Text Example
White with #03460B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03460B; }
p { color: rgb(3,70,11); }
H1.HeaderClassName
{
color: #03460B;
}
.AnyTagClassName
{
color: #03460B;
}
</style>
background-color css
<style>
a { background-color: #03460B; }
a { background-color: rgb(3,70,11); }
div.DivClassName
{
background-color: #03460B;
}
.BgClassName
{
background-color: #03460B;
}
</style>
border-color css
<style>
span { border-color: #03460B; }
span { border-color: rgb(3,70,11); }
td.TdClassName
{
border-color: #03460B;
}
.TagClassName
{
border-color: #03460B;
}
</style>