Shades of Myrtle #03530F
Tints of Myrtle #03530F
RGB
CMYK
RGB Variations
Color information
#03530F (or 0x03530F) is known color: Myrtle. HEX triplet: 03, 53 and 0F. RGB value is (3,83,15). Sum of RGB (Red+Green+Blue) = 3+83+15=101 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.97% from 101); Green value is 83 (32.81% from 255 or 82.18% from 101); Blue value is 15 (6.25% from 255 or 14.85% from 101); Max value from RGB is 83 - color contains mainly: green. Hex color #03530F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #03530F is #FCACF0. Grayscale: #333333. Windows color (decimal): -16559345 or 1004291. OLE color: 1004291.
HSL color Cylindrical-coordinate representation of color #03530F: hue angle of 129º 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 #03530F is Cyan = 0.96, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 3 | 83 | 15 | - |
| CMYK | 0.96 | 0 | 0.82 | 0.67 |
| HSL | 129º | 0.93% | 0.17% | - |
| HSV(B) | 129º | 0.96% | 0.33% | - |
| XYZ | 3.22 | 6.24 | 1.49 | - |
| YUV | 51.33 | 107.5 | 93.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 83 | 15 | 0.96 | 0 | 0.82 | 0.67 | 129 | 0.93 | 0.17 |
| Hex | 3 | 53 | F | 60 | 0 | 52 | 43 | 81 | 5D | 11 |
| Octal | 3 | 123 | 17 | 140 | 0 | 122 | 103 | 201 | 135 | 21 |
| Binary | 11 | 1010011 | 1111 | 1100000 | 0 | 1010010 | 1000011 | 10000001 | 1011101 | 10001 |
Color Harmonies of #03530F
Complementary color
Monochromatic Colors of #03530F
Black with #03530F
Text Example
Text Example
White with #03530F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03530F; }
p { color: rgb(3,83,15); }
H1.HeaderClassName
{
color: #03530F;
}
.AnyTagClassName
{
color: #03530F;
}
</style>
background-color css
<style>
a { background-color: #03530F; }
a { background-color: rgb(3,83,15); }
div.DivClassName
{
background-color: #03530F;
}
.BgClassName
{
background-color: #03530F;
}
</style>
border-color css
<style>
span { border-color: #03530F; }
span { border-color: rgb(3,83,15); }
td.TdClassName
{
border-color: #03530F;
}
.TagClassName
{
border-color: #03530F;
}
</style>