Shades of Myrtle #03530D
Tints of Myrtle #03530D
RGB
CMYK
RGB Variations
Color information
#03530D (or 0x03530D) is known color: Myrtle. HEX triplet: 03, 53 and 0D. RGB value is (3,83,13). Sum of RGB (Red+Green+Blue) = 3+83+13=99 (13% of max value = 765). Red value is 3 (1.56% from 255 or 3.03% from 99); Green value is 83 (32.81% from 255 or 83.84% from 99); Blue value is 13 (5.47% from 255 or 13.13% from 99); Max value from RGB is 83 - color contains mainly: green. Hex color #03530D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #03530D is #FCACF2. Grayscale: #333333. Windows color (decimal): -16559347 or 873219. OLE color: 873219.
HSL color Cylindrical-coordinate representation of color #03530D: hue angle of 127.5º 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 #03530D is Cyan = 0.96, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 3 | 83 | 13 | - |
| CMYK | 0.96 | 0 | 0.84 | 0.67 |
| HSL | 127.5º | 0.93% | 0.17% | - |
| HSV(B) | 127.5º | 0.96% | 0.33% | - |
| XYZ | 3.2 | 6.23 | 1.42 | - |
| YUV | 51.1 | 106.5 | 93.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 83 | 13 | 0.96 | 0 | 0.84 | 0.67 | 127.5 | 0.93 | 0.17 |
| Hex | 3 | 53 | D | 60 | 0 | 54 | 43 | 80 | 5D | 11 |
| Octal | 3 | 123 | 15 | 140 | 0 | 124 | 103 | 200 | 135 | 21 |
| Binary | 11 | 1010011 | 1101 | 1100000 | 0 | 1010100 | 1000011 | 10000000 | 1011101 | 10001 |
Color Harmonies of #03530D
Complementary color
Monochromatic Colors of #03530D
Black with #03530D
Text Example
Text Example
White with #03530D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03530D; }
p { color: rgb(3,83,13); }
H1.HeaderClassName
{
color: #03530D;
}
.AnyTagClassName
{
color: #03530D;
}
</style>
background-color css
<style>
a { background-color: #03530D; }
a { background-color: rgb(3,83,13); }
div.DivClassName
{
background-color: #03530D;
}
.BgClassName
{
background-color: #03530D;
}
</style>
border-color css
<style>
span { border-color: #03530D; }
span { border-color: rgb(3,83,13); }
td.TdClassName
{
border-color: #03530D;
}
.TagClassName
{
border-color: #03530D;
}
</style>