Shades of Myrtle #15501B
Tints of Myrtle #15501B
RGB
CMYK
RGB Variations
Color information
#15501B (or 0x15501B) is known color: Myrtle. HEX triplet: 15, 50 and 1B. RGB value is (21,80,27). Sum of RGB (Red+Green+Blue) = 21+80+27=128 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.41% from 128); Green value is 80 (31.64% from 255 or 62.5% from 128); Blue value is 27 (10.94% from 255 or 21.09% from 128); Max value from RGB is 80 - color contains mainly: green. Hex color #15501B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #15501B is #EAAFE4. Grayscale: #383838. Windows color (decimal): -15380453 or 1789973. OLE color: 1789973.
HSL color Cylindrical-coordinate representation of color #15501B: hue angle of 126.1º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #15501B is Cyan = 0.74, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 21 | 80 | 27 | - |
| CMYK | 0.74 | 0 | 0.66 | 0.69 |
| HSL | 126.1º | 0.58% | 0.2% | - |
| HSV(B) | 126.1º | 0.74% | 0.31% | - |
| XYZ | 3.38 | 5.98 | 2.01 | - |
| YUV | 56.32 | 111.45 | 102.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 80 | 27 | 0.74 | 0 | 0.66 | 0.69 | 126.1 | 0.58 | 0.2 |
| Hex | 15 | 50 | 1B | 4A | 0 | 42 | 45 | 7E | 3A | 14 |
| Octal | 25 | 120 | 33 | 112 | 0 | 102 | 105 | 176 | 72 | 24 |
| Binary | 10101 | 1010000 | 11011 | 1001010 | 0 | 1000010 | 1000101 | 1111110 | 111010 | 10100 |
Color Harmonies of #15501B
Complementary color
Monochromatic Colors of #15501B
Black with #15501B
Text Example
Text Example
White with #15501B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15501B; }
p { color: rgb(21,80,27); }
H1.HeaderClassName
{
color: #15501B;
}
.AnyTagClassName
{
color: #15501B;
}
</style>
background-color css
<style>
a { background-color: #15501B; }
a { background-color: rgb(21,80,27); }
div.DivClassName
{
background-color: #15501B;
}
.BgClassName
{
background-color: #15501B;
}
</style>
border-color css
<style>
span { border-color: #15501B; }
span { border-color: rgb(21,80,27); }
td.TdClassName
{
border-color: #15501B;
}
.TagClassName
{
border-color: #15501B;
}
</style>