Shades of Myrtle #03550A
Tints of Myrtle #03550A
RGB
CMYK
RGB Variations
Color information
#03550A (or 0x03550A) is known color: Myrtle. HEX triplet: 03, 55 and 0A. RGB value is (3,85,10). Sum of RGB (Red+Green+Blue) = 3+85+10=98 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.06% from 98); Green value is 85 (33.59% from 255 or 86.73% from 98); Blue value is 10 (4.30% from 255 or 10.20% from 98); Max value from RGB is 85 - color contains mainly: green. Hex color #03550A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #03550A is #FCAAF5. Grayscale: #343434. Windows color (decimal): -16558838 or 677123. OLE color: 677123.
HSL color Cylindrical-coordinate representation of color #03550A: hue angle of 125.12º 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 #03550A is Cyan = 0.96, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 3 | 85 | 10 | - |
| CMYK | 0.96 | 0 | 0.88 | 0.67 |
| HSL | 125.12º | 0.93% | 0.17% | - |
| HSV(B) | 125.12º | 0.96% | 0.33% | - |
| XYZ | 3.34 | 6.54 | 1.37 | - |
| YUV | 51.93 | 104.33 | 93.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 85 | 10 | 0.96 | 0 | 0.88 | 0.67 | 125.12 | 0.93 | 0.17 |
| Hex | 3 | 55 | A | 60 | 0 | 58 | 43 | 7D | 5D | 11 |
| Octal | 3 | 125 | 12 | 140 | 0 | 130 | 103 | 175 | 135 | 21 |
| Binary | 11 | 1010101 | 1010 | 1100000 | 0 | 1011000 | 1000011 | 1111101 | 1011101 | 10001 |
Color Harmonies of #03550A
Complementary color
Monochromatic Colors of #03550A
Black with #03550A
Text Example
Text Example
White with #03550A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03550A; }
p { color: rgb(3,85,10); }
H1.HeaderClassName
{
color: #03550A;
}
.AnyTagClassName
{
color: #03550A;
}
</style>
background-color css
<style>
a { background-color: #03550A; }
a { background-color: rgb(3,85,10); }
div.DivClassName
{
background-color: #03550A;
}
.BgClassName
{
background-color: #03550A;
}
</style>
border-color css
<style>
span { border-color: #03550A; }
span { border-color: rgb(3,85,10); }
td.TdClassName
{
border-color: #03550A;
}
.TagClassName
{
border-color: #03550A;
}
</style>