Shades of Myrtle #155503
Tints of Myrtle #155503
RGB
CMYK
RGB Variations
Color information
#155503 (or 0x155503) is known color: Myrtle. HEX triplet: 15, 55 and 03. RGB value is (21,85,3). Sum of RGB (Red+Green+Blue) = 21+85+3=109 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.27% from 109); Green value is 85 (33.59% from 255 or 77.98% from 109); Blue value is 3 (1.56% from 255 or 2.75% from 109); Max value from RGB is 85 - color contains mainly: green. Hex color #155503 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #155503 is #EAAAFC. Grayscale: #383838. Windows color (decimal): -15379197 or 218389. OLE color: 218389.
HSL color Cylindrical-coordinate representation of color #155503: hue angle of 106.83º 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 #155503 is Cyan = 0.75, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 21 | 85 | 3 | - |
| CMYK | 0.75 | 0 | 0.96 | 0.67 |
| HSL | 106.83º | 0.93% | 0.17% | - |
| HSV(B) | 106.83º | 0.96% | 0.33% | - |
| XYZ | 3.57 | 6.66 | 1.18 | - |
| YUV | 56.52 | 97.8 | 102.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 85 | 3 | 0.75 | 0 | 0.96 | 0.67 | 106.83 | 0.93 | 0.17 |
| Hex | 15 | 55 | 3 | 4B | 0 | 60 | 43 | 6B | 5D | 11 |
| Octal | 25 | 125 | 3 | 113 | 0 | 140 | 103 | 153 | 135 | 21 |
| Binary | 10101 | 1010101 | 11 | 1001011 | 0 | 1100000 | 1000011 | 1101011 | 1011101 | 10001 |
Color Harmonies of #155503
Complementary color
Monochromatic Colors of #155503
Black with #155503
Text Example
Text Example
White with #155503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155503; }
p { color: rgb(21,85,3); }
H1.HeaderClassName
{
color: #155503;
}
.AnyTagClassName
{
color: #155503;
}
</style>
background-color css
<style>
a { background-color: #155503; }
a { background-color: rgb(21,85,3); }
div.DivClassName
{
background-color: #155503;
}
.BgClassName
{
background-color: #155503;
}
</style>
border-color css
<style>
span { border-color: #155503; }
span { border-color: rgb(21,85,3); }
td.TdClassName
{
border-color: #155503;
}
.TagClassName
{
border-color: #155503;
}
</style>