Shades of Myrtle #03550F
Tints of Myrtle #03550F
RGB
CMYK
RGB Variations
Color information
#03550F (or 0x03550F) is known color: Myrtle. HEX triplet: 03, 55 and 0F. RGB value is (3,85,15). Sum of RGB (Red+Green+Blue) = 3+85+15=103 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.91% from 103); Green value is 85 (33.59% from 255 or 82.52% from 103); Blue value is 15 (6.25% from 255 or 14.56% from 103); Max value from RGB is 85 - color contains mainly: green. Hex color #03550F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #03550F is #FCAAF0. Grayscale: #343434. Windows color (decimal): -16558833 or 1004803. OLE color: 1004803.
HSL color Cylindrical-coordinate representation of color #03550F: hue angle of 128.78º 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 #03550F is Cyan = 0.96, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 3 | 85 | 15 | - |
| CMYK | 0.96 | 0 | 0.82 | 0.67 |
| HSL | 128.78º | 0.93% | 0.17% | - |
| HSV(B) | 128.78º | 0.96% | 0.33% | - |
| XYZ | 3.37 | 6.55 | 1.54 | - |
| YUV | 52.5 | 106.83 | 92.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 85 | 15 | 0.96 | 0 | 0.82 | 0.67 | 128.78 | 0.93 | 0.17 |
| Hex | 3 | 55 | F | 60 | 0 | 52 | 43 | 81 | 5D | 11 |
| Octal | 3 | 125 | 17 | 140 | 0 | 122 | 103 | 201 | 135 | 21 |
| Binary | 11 | 1010101 | 1111 | 1100000 | 0 | 1010010 | 1000011 | 10000001 | 1011101 | 10001 |
Color Harmonies of #03550F
Complementary color
Monochromatic Colors of #03550F
Black with #03550F
Text Example
Text Example
White with #03550F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03550F; }
p { color: rgb(3,85,15); }
H1.HeaderClassName
{
color: #03550F;
}
.AnyTagClassName
{
color: #03550F;
}
</style>
background-color css
<style>
a { background-color: #03550F; }
a { background-color: rgb(3,85,15); }
div.DivClassName
{
background-color: #03550F;
}
.BgClassName
{
background-color: #03550F;
}
</style>
border-color css
<style>
span { border-color: #03550F; }
span { border-color: rgb(3,85,15); }
td.TdClassName
{
border-color: #03550F;
}
.TagClassName
{
border-color: #03550F;
}
</style>