Shades of Myrtle #153107
Tints of Myrtle #153107
RGB
CMYK
RGB Variations
Color information
#153107 (or 0x153107) is known color: Myrtle. HEX triplet: 15, 31 and 07. RGB value is (21,49,7). Sum of RGB (Red+Green+Blue) = 21+49+7=77 (10% of max value = 765). Red value is 21 (8.59% from 255 or 27.27% from 77); Green value is 49 (19.53% from 255 or 63.64% from 77); Blue value is 7 (3.12% from 255 or 9.09% from 77); Max value from RGB is 49 - color contains mainly: green. Hex color #153107 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #153107 is #EACEF8. Grayscale: #232323. Windows color (decimal): -15388409 or 471317. OLE color: 471317.
HSL color Cylindrical-coordinate representation of color #153107: hue angle of 100º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #153107 is Cyan = 0.57, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 21 | 49 | 7 | - |
| CMYK | 0.57 | 0 | 0.86 | 0.81 |
| HSL | 100º | 0.75% | 0.11% | - |
| HSV(B) | 100º | 0.86% | 0.19% | - |
| XYZ | 1.45 | 2.37 | 0.58 | - |
| YUV | 35.84 | 111.72 | 117.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 49 | 7 | 0.57 | 0 | 0.86 | 0.81 | 100 | 0.75 | 0.11 |
| Hex | 15 | 31 | 7 | 39 | 0 | 56 | 51 | 64 | 4B | B |
| Octal | 25 | 61 | 7 | 71 | 0 | 126 | 121 | 144 | 113 | 13 |
| Binary | 10101 | 110001 | 111 | 111001 | 0 | 1010110 | 1010001 | 1100100 | 1001011 | 1011 |
Color Harmonies of #153107
Complementary color
Monochromatic Colors of #153107
Black with #153107
Text Example
Text Example
White with #153107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153107; }
p { color: rgb(21,49,7); }
H1.HeaderClassName
{
color: #153107;
}
.AnyTagClassName
{
color: #153107;
}
</style>
background-color css
<style>
a { background-color: #153107; }
a { background-color: rgb(21,49,7); }
div.DivClassName
{
background-color: #153107;
}
.BgClassName
{
background-color: #153107;
}
</style>
border-color css
<style>
span { border-color: #153107; }
span { border-color: rgb(21,49,7); }
td.TdClassName
{
border-color: #153107;
}
.TagClassName
{
border-color: #153107;
}
</style>