Shades of Myrtle #153307
Tints of Myrtle #153307
RGB
CMYK
RGB Variations
Color information
#153307 (or 0x153307) is known color: Myrtle. HEX triplet: 15, 33 and 07. RGB value is (21,51,7). Sum of RGB (Red+Green+Blue) = 21+51+7=79 (10% of max value = 765). Red value is 21 (8.59% from 255 or 26.58% from 79); Green value is 51 (20.31% from 255 or 64.56% from 79); Blue value is 7 (3.12% from 255 or 8.86% from 79); Max value from RGB is 51 - color contains mainly: green. Hex color #153307 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #153307 is #EACCF8. Grayscale: #252525. Windows color (decimal): -15387897 or 471829. OLE color: 471829.
HSL color Cylindrical-coordinate representation of color #153307: hue angle of 100.91º degrees, saturation: 0.76, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #153307 is Cyan = 0.59, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 21 | 51 | 7 | - |
| CMYK | 0.59 | 0 | 0.86 | 0.8 |
| HSL | 100.91º | 0.76% | 0.11% | - |
| HSV(B) | 100.91º | 0.86% | 0.2% | - |
| XYZ | 1.53 | 2.54 | 0.61 | - |
| YUV | 37.01 | 111.06 | 116.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 51 | 7 | 0.59 | 0 | 0.86 | 0.8 | 100.91 | 0.76 | 0.11 |
| Hex | 15 | 33 | 7 | 3B | 0 | 56 | 50 | 65 | 4C | B |
| Octal | 25 | 63 | 7 | 73 | 0 | 126 | 120 | 145 | 114 | 13 |
| Binary | 10101 | 110011 | 111 | 111011 | 0 | 1010110 | 1010000 | 1100101 | 1001100 | 1011 |
Color Harmonies of #153307
Complementary color
Monochromatic Colors of #153307
Black with #153307
Text Example
Text Example
White with #153307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153307; }
p { color: rgb(21,51,7); }
H1.HeaderClassName
{
color: #153307;
}
.AnyTagClassName
{
color: #153307;
}
</style>
background-color css
<style>
a { background-color: #153307; }
a { background-color: rgb(21,51,7); }
div.DivClassName
{
background-color: #153307;
}
.BgClassName
{
background-color: #153307;
}
</style>
border-color css
<style>
span { border-color: #153307; }
span { border-color: rgb(21,51,7); }
td.TdClassName
{
border-color: #153307;
}
.TagClassName
{
border-color: #153307;
}
</style>