Shades of Myrtle #155307
Tints of Myrtle #155307
RGB
CMYK
RGB Variations
Color information
#155307 (or 0x155307) is known color: Myrtle. HEX triplet: 15, 53 and 07. RGB value is (21,83,7). Sum of RGB (Red+Green+Blue) = 21+83+7=111 (14% of max value = 765). Red value is 21 (8.59% from 255 or 18.92% from 111); Green value is 83 (32.81% from 255 or 74.77% from 111); Blue value is 7 (3.12% from 255 or 6.31% from 111); Max value from RGB is 83 - color contains mainly: green. Hex color #155307 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #155307 is #EAACF8. Grayscale: #383838. Windows color (decimal): -15379705 or 480021. OLE color: 480021.
HSL color Cylindrical-coordinate representation of color #155307: hue angle of 108.95º degrees, saturation: 0.84, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #155307 is Cyan = 0.75, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 21 | 83 | 7 | - |
| CMYK | 0.75 | 0 | 0.92 | 0.67 |
| HSL | 108.95º | 0.84% | 0.18% | - |
| HSV(B) | 108.95º | 0.92% | 0.33% | - |
| XYZ | 3.44 | 6.36 | 1.25 | - |
| YUV | 55.8 | 100.46 | 103.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 83 | 7 | 0.75 | 0 | 0.92 | 0.67 | 108.95 | 0.84 | 0.18 |
| Hex | 15 | 53 | 7 | 4B | 0 | 5C | 43 | 6D | 54 | 12 |
| Octal | 25 | 123 | 7 | 113 | 0 | 134 | 103 | 155 | 124 | 22 |
| Binary | 10101 | 1010011 | 111 | 1001011 | 0 | 1011100 | 1000011 | 1101101 | 1010100 | 10010 |
Color Harmonies of #155307
Complementary color
Monochromatic Colors of #155307
Black with #155307
Text Example
Text Example
White with #155307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155307; }
p { color: rgb(21,83,7); }
H1.HeaderClassName
{
color: #155307;
}
.AnyTagClassName
{
color: #155307;
}
</style>
background-color css
<style>
a { background-color: #155307; }
a { background-color: rgb(21,83,7); }
div.DivClassName
{
background-color: #155307;
}
.BgClassName
{
background-color: #155307;
}
</style>
border-color css
<style>
span { border-color: #155307; }
span { border-color: rgb(21,83,7); }
td.TdClassName
{
border-color: #155307;
}
.TagClassName
{
border-color: #155307;
}
</style>