Shades of Myrtle #005103
Tints of Myrtle #005103
RGB
CMYK
RGB Variations
Color information
#005103 (or 0x005103) is known color: Myrtle. HEX triplet: 00, 51 and 03. RGB value is (0,81,3). Sum of RGB (Red+Green+Blue) = 0+81+3=84 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 84); Green value is 81 (32.03% from 255 or 96.43% from 84); Blue value is 3 (1.56% from 255 or 3.57% from 84); Max value from RGB is 81 - color contains mainly: green. Hex color #005103 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #005103 is #FFAEFC. Grayscale: #303030. Windows color (decimal): -16756477 or 217344. OLE color: 217344.
HSL color Cylindrical-coordinate representation of color #005103: hue angle of 122.22º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005103 is Cyan = 1, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 0 | 81 | 3 | - |
| CMYK | 1 | 0 | 0.96 | 0.68 |
| HSL | 122.22º | 1% | 0.16% | - |
| HSV(B) | 122.22º | 1% | 0.32% | - |
| XYZ | 2.96 | 5.89 | 1.07 | - |
| YUV | 47.89 | 102.66 | 93.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 81 | 3 | 1 | 0 | 0.96 | 0.68 | 122.22 | 1 | 0.16 |
| Hex | 0 | 51 | 3 | 64 | 0 | 60 | 44 | 7A | 64 | 10 |
| Octal | 0 | 121 | 3 | 144 | 0 | 140 | 104 | 172 | 144 | 20 |
| Binary | 0 | 1010001 | 11 | 1100100 | 0 | 1100000 | 1000100 | 1111010 | 1100100 | 10000 |
Color Harmonies of #005103
Complementary color
Monochromatic Colors of #005103
Black with #005103
Text Example
Text Example
White with #005103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005103; }
p { color: rgb(0,81,3); }
H1.HeaderClassName
{
color: #005103;
}
.AnyTagClassName
{
color: #005103;
}
</style>
background-color css
<style>
a { background-color: #005103; }
a { background-color: rgb(0,81,3); }
div.DivClassName
{
background-color: #005103;
}
.BgClassName
{
background-color: #005103;
}
</style>
border-color css
<style>
span { border-color: #005103; }
span { border-color: rgb(0,81,3); }
td.TdClassName
{
border-color: #005103;
}
.TagClassName
{
border-color: #005103;
}
</style>