Shades of Myrtle #03520D
Tints of Myrtle #03520D
RGB
CMYK
RGB Variations
Color information
#03520D (or 0x03520D) is known color: Myrtle. HEX triplet: 03, 52 and 0D. RGB value is (3,82,13). Sum of RGB (Red+Green+Blue) = 3+82+13=98 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.06% from 98); Green value is 82 (32.42% from 255 or 83.67% from 98); Blue value is 13 (5.47% from 255 or 13.27% from 98); Max value from RGB is 82 - color contains mainly: green. Hex color #03520D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #03520D is #FCADF2. Grayscale: #323232. Windows color (decimal): -16559603 or 872963. OLE color: 872963.
HSL color Cylindrical-coordinate representation of color #03520D: hue angle of 127.59º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03520D is Cyan = 0.96, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 3 | 82 | 13 | - |
| CMYK | 0.96 | 0 | 0.84 | 0.68 |
| HSL | 127.59º | 0.93% | 0.17% | - |
| HSV(B) | 127.59º | 0.96% | 0.32% | - |
| XYZ | 3.13 | 6.08 | 1.39 | - |
| YUV | 50.51 | 106.83 | 94.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 82 | 13 | 0.96 | 0 | 0.84 | 0.68 | 127.59 | 0.93 | 0.17 |
| Hex | 3 | 52 | D | 60 | 0 | 54 | 44 | 80 | 5D | 11 |
| Octal | 3 | 122 | 15 | 140 | 0 | 124 | 104 | 200 | 135 | 21 |
| Binary | 11 | 1010010 | 1101 | 1100000 | 0 | 1010100 | 1000100 | 10000000 | 1011101 | 10001 |
Color Harmonies of #03520D
Complementary color
Monochromatic Colors of #03520D
Black with #03520D
Text Example
Text Example
White with #03520D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03520D; }
p { color: rgb(3,82,13); }
H1.HeaderClassName
{
color: #03520D;
}
.AnyTagClassName
{
color: #03520D;
}
</style>
background-color css
<style>
a { background-color: #03520D; }
a { background-color: rgb(3,82,13); }
div.DivClassName
{
background-color: #03520D;
}
.BgClassName
{
background-color: #03520D;
}
</style>
border-color css
<style>
span { border-color: #03520D; }
span { border-color: rgb(3,82,13); }
td.TdClassName
{
border-color: #03520D;
}
.TagClassName
{
border-color: #03520D;
}
</style>