Shades of Myrtle #03580F
Tints of Myrtle #03580F
RGB
CMYK
RGB Variations
Color information
#03580F (or 0x03580F) is known color: Myrtle. HEX triplet: 03, 58 and 0F. RGB value is (3,88,15). Sum of RGB (Red+Green+Blue) = 3+88+15=106 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.83% from 106); Green value is 88 (34.77% from 255 or 83.02% from 106); Blue value is 15 (6.25% from 255 or 14.15% from 106); Max value from RGB is 88 - color contains mainly: green. Hex color #03580F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #03580F is #FCA7F0. Grayscale: #363636. Windows color (decimal): -16558065 or 1005571. OLE color: 1005571.
HSL color Cylindrical-coordinate representation of color #03580F: hue angle of 128.47º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03580F is Cyan = 0.97, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 3 | 88 | 15 | - |
| CMYK | 0.97 | 0 | 0.83 | 0.65 |
| HSL | 128.47º | 0.93% | 0.18% | - |
| HSV(B) | 128.47º | 0.97% | 0.35% | - |
| XYZ | 3.61 | 7.03 | 1.62 | - |
| YUV | 54.26 | 105.84 | 91.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 88 | 15 | 0.97 | 0 | 0.83 | 0.65 | 128.47 | 0.93 | 0.18 |
| Hex | 3 | 58 | F | 61 | 0 | 53 | 41 | 80 | 5D | 12 |
| Octal | 3 | 130 | 17 | 141 | 0 | 123 | 101 | 200 | 135 | 22 |
| Binary | 11 | 1011000 | 1111 | 1100001 | 0 | 1010011 | 1000001 | 10000000 | 1011101 | 10010 |
Color Harmonies of #03580F
Complementary color
Monochromatic Colors of #03580F
Black with #03580F
Text Example
Text Example
White with #03580F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03580F; }
p { color: rgb(3,88,15); }
H1.HeaderClassName
{
color: #03580F;
}
.AnyTagClassName
{
color: #03580F;
}
</style>
background-color css
<style>
a { background-color: #03580F; }
a { background-color: rgb(3,88,15); }
div.DivClassName
{
background-color: #03580F;
}
.BgClassName
{
background-color: #03580F;
}
</style>
border-color css
<style>
span { border-color: #03580F; }
span { border-color: rgb(3,88,15); }
td.TdClassName
{
border-color: #03580F;
}
.TagClassName
{
border-color: #03580F;
}
</style>