Shades of Myrtle #15500F
Tints of Myrtle #15500F
RGB
CMYK
RGB Variations
Color information
#15500F (or 0x15500F) is known color: Myrtle. HEX triplet: 15, 50 and 0F. RGB value is (21,80,15). Sum of RGB (Red+Green+Blue) = 21+80+15=116 (15% of max value = 765). Red value is 21 (8.59% from 255 or 18.10% from 116); Green value is 80 (31.64% from 255 or 68.97% from 116); Blue value is 15 (6.25% from 255 or 12.93% from 116); Max value from RGB is 80 - color contains mainly: green. Hex color #15500F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #15500F is #EAAFF0. Grayscale: #373737. Windows color (decimal): -15380465 or 1003541. OLE color: 1003541.
HSL color Cylindrical-coordinate representation of color #15500F: hue angle of 114.46º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #15500F is Cyan = 0.74, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 21 | 80 | 15 | - |
| CMYK | 0.74 | 0 | 0.81 | 0.69 |
| HSL | 114.46º | 0.68% | 0.19% | - |
| HSV(B) | 114.46º | 0.81% | 0.31% | - |
| XYZ | 3.26 | 5.93 | 1.42 | - |
| YUV | 54.95 | 105.45 | 103.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 80 | 15 | 0.74 | 0 | 0.81 | 0.69 | 114.46 | 0.68 | 0.19 |
| Hex | 15 | 50 | F | 4A | 0 | 51 | 45 | 72 | 44 | 13 |
| Octal | 25 | 120 | 17 | 112 | 0 | 121 | 105 | 162 | 104 | 23 |
| Binary | 10101 | 1010000 | 1111 | 1001010 | 0 | 1010001 | 1000101 | 1110010 | 1000100 | 10011 |
Color Harmonies of #15500F
Complementary color
Monochromatic Colors of #15500F
Black with #15500F
Text Example
Text Example
White with #15500F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15500F; }
p { color: rgb(21,80,15); }
H1.HeaderClassName
{
color: #15500F;
}
.AnyTagClassName
{
color: #15500F;
}
</style>
background-color css
<style>
a { background-color: #15500F; }
a { background-color: rgb(21,80,15); }
div.DivClassName
{
background-color: #15500F;
}
.BgClassName
{
background-color: #15500F;
}
</style>
border-color css
<style>
span { border-color: #15500F; }
span { border-color: rgb(21,80,15); }
td.TdClassName
{
border-color: #15500F;
}
.TagClassName
{
border-color: #15500F;
}
</style>