Shades of Myrtle #035103
Tints of Myrtle #035103
RGB
CMYK
RGB Variations
Color information
#035103 (or 0x035103) is known color: Myrtle. HEX triplet: 03, 51 and 03. RGB value is (3,81,3). Sum of RGB (Red+Green+Blue) = 3+81+3=87 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.45% from 87); Green value is 81 (32.03% from 255 or 93.10% from 87); Blue value is 3 (1.56% from 255 or 3.45% from 87); Max value from RGB is 81 - color contains mainly: green. Hex color #035103 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035103 is #FCAEFC. Grayscale: #313131. Windows color (decimal): -16559869 or 217347. OLE color: 217347.
HSL color Cylindrical-coordinate representation of color #035103: hue angle of 120º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #035103 is Cyan = 0.96, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 3 | 81 | 3 | - |
| CMYK | 0.96 | 0 | 0.96 | 0.68 |
| HSL | 120º | 0.93% | 0.16% | - |
| HSV(B) | 120º | 0.96% | 0.32% | - |
| XYZ | 3 | 5.91 | 1.07 | - |
| YUV | 48.79 | 102.16 | 95.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 81 | 3 | 0.96 | 0 | 0.96 | 0.68 | 120 | 0.93 | 0.16 |
| Hex | 3 | 51 | 3 | 60 | 0 | 60 | 44 | 78 | 5D | 10 |
| Octal | 3 | 121 | 3 | 140 | 0 | 140 | 104 | 170 | 135 | 20 |
| Binary | 11 | 1010001 | 11 | 1100000 | 0 | 1100000 | 1000100 | 1111000 | 1011101 | 10000 |
Color Harmonies of #035103
Complementary color
Monochromatic Colors of #035103
Black with #035103
Text Example
Text Example
White with #035103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035103; }
p { color: rgb(3,81,3); }
H1.HeaderClassName
{
color: #035103;
}
.AnyTagClassName
{
color: #035103;
}
</style>
background-color css
<style>
a { background-color: #035103; }
a { background-color: rgb(3,81,3); }
div.DivClassName
{
background-color: #035103;
}
.BgClassName
{
background-color: #035103;
}
</style>
border-color css
<style>
span { border-color: #035103; }
span { border-color: rgb(3,81,3); }
td.TdClassName
{
border-color: #035103;
}
.TagClassName
{
border-color: #035103;
}
</style>