Shades of Myrtle #03400B
Tints of Myrtle #03400B
RGB
CMYK
RGB Variations
Color information
#03400B (or 0x03400B) is known color: Myrtle. HEX triplet: 03, 40 and 0B. RGB value is (3,64,11). Sum of RGB (Red+Green+Blue) = 3+64+11=78 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.85% from 78); Green value is 64 (25.39% from 255 or 82.05% from 78); Blue value is 11 (4.69% from 255 or 14.10% from 78); Max value from RGB is 64 - color contains mainly: green. Hex color #03400B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #03400B is #FCBFF4. Grayscale: #272727. Windows color (decimal): -16564213 or 737283. OLE color: 737283.
HSL color Cylindrical-coordinate representation of color #03400B: hue angle of 127.87º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #03400B is Cyan = 0.95, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 3 | 64 | 11 | - |
| CMYK | 0.95 | 0 | 0.83 | 0.75 |
| HSL | 127.87º | 0.91% | 0.13% | - |
| HSV(B) | 127.87º | 0.95% | 0.25% | - |
| XYZ | 1.93 | 3.71 | 0.93 | - |
| YUV | 39.72 | 111.79 | 101.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 64 | 11 | 0.95 | 0 | 0.83 | 0.75 | 127.87 | 0.91 | 0.13 |
| Hex | 3 | 40 | B | 5F | 0 | 53 | 4B | 80 | 5B | D |
| Octal | 3 | 100 | 13 | 137 | 0 | 123 | 113 | 200 | 133 | 15 |
| Binary | 11 | 1000000 | 1011 | 1011111 | 0 | 1010011 | 1001011 | 10000000 | 1011011 | 1101 |
Color Harmonies of #03400B
Complementary color
Monochromatic Colors of #03400B
Black with #03400B
Text Example
Text Example
White with #03400B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03400B; }
p { color: rgb(3,64,11); }
H1.HeaderClassName
{
color: #03400B;
}
.AnyTagClassName
{
color: #03400B;
}
</style>
background-color css
<style>
a { background-color: #03400B; }
a { background-color: rgb(3,64,11); }
div.DivClassName
{
background-color: #03400B;
}
.BgClassName
{
background-color: #03400B;
}
</style>
border-color css
<style>
span { border-color: #03400B; }
span { border-color: rgb(3,64,11); }
td.TdClassName
{
border-color: #03400B;
}
.TagClassName
{
border-color: #03400B;
}
</style>