Shades of Myrtle #03540B
Tints of Myrtle #03540B
RGB
CMYK
RGB Variations
Color information
#03540B (or 0x03540B) is known color: Myrtle. HEX triplet: 03, 54 and 0B. RGB value is (3,84,11). Sum of RGB (Red+Green+Blue) = 3+84+11=98 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.06% from 98); Green value is 84 (33.20% from 255 or 85.71% from 98); Blue value is 11 (4.69% from 255 or 11.22% from 98); Max value from RGB is 84 - color contains mainly: green. Hex color #03540B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #03540B is #FCABF4. Grayscale: #333333. Windows color (decimal): -16559093 or 742403. OLE color: 742403.
HSL color Cylindrical-coordinate representation of color #03540B: hue angle of 125.93º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03540B is Cyan = 0.96, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 3 | 84 | 11 | - |
| CMYK | 0.96 | 0 | 0.87 | 0.67 |
| HSL | 125.93º | 0.93% | 0.17% | - |
| HSV(B) | 125.93º | 0.96% | 0.33% | - |
| XYZ | 3.27 | 6.38 | 1.38 | - |
| YUV | 51.46 | 105.16 | 93.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 84 | 11 | 0.96 | 0 | 0.87 | 0.67 | 125.93 | 0.93 | 0.17 |
| Hex | 3 | 54 | B | 60 | 0 | 57 | 43 | 7E | 5D | 11 |
| Octal | 3 | 124 | 13 | 140 | 0 | 127 | 103 | 176 | 135 | 21 |
| Binary | 11 | 1010100 | 1011 | 1100000 | 0 | 1010111 | 1000011 | 1111110 | 1011101 | 10001 |
Color Harmonies of #03540B
Complementary color
Monochromatic Colors of #03540B
Black with #03540B
Text Example
Text Example
White with #03540B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03540B; }
p { color: rgb(3,84,11); }
H1.HeaderClassName
{
color: #03540B;
}
.AnyTagClassName
{
color: #03540B;
}
</style>
background-color css
<style>
a { background-color: #03540B; }
a { background-color: rgb(3,84,11); }
div.DivClassName
{
background-color: #03540B;
}
.BgClassName
{
background-color: #03540B;
}
</style>
border-color css
<style>
span { border-color: #03540B; }
span { border-color: rgb(3,84,11); }
td.TdClassName
{
border-color: #03540B;
}
.TagClassName
{
border-color: #03540B;
}
</style>