Shades of Myrtle #155313
Tints of Myrtle #155313
RGB
CMYK
RGB Variations
Color information
#155313 (or 0x155313) is known color: Myrtle. HEX triplet: 15, 53 and 13. RGB value is (21,83,19). Sum of RGB (Red+Green+Blue) = 21+83+19=123 (16% of max value = 765). Red value is 21 (8.59% from 255 or 17.07% from 123); Green value is 83 (32.81% from 255 or 67.48% from 123); Blue value is 19 (7.81% from 255 or 15.45% from 123); Max value from RGB is 83 - color contains mainly: green. Hex color #155313 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #155313 is #EAACEC. Grayscale: #393939. Windows color (decimal): -15379693 or 1266453. OLE color: 1266453.
HSL color Cylindrical-coordinate representation of color #155313: hue angle of 118.12º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #155313 is Cyan = 0.75, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 21 | 83 | 19 | - |
| CMYK | 0.75 | 0 | 0.77 | 0.67 |
| HSL | 118.13º | 0.63% | 0.2% | - |
| HSV(B) | 118.13º | 0.77% | 0.33% | - |
| XYZ | 3.52 | 6.39 | 1.66 | - |
| YUV | 57.17 | 106.46 | 102.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 83 | 19 | 0.75 | 0 | 0.77 | 0.67 | 118.13 | 0.63 | 0.2 |
| Hex | 15 | 53 | 13 | 4B | 0 | 4D | 43 | 76 | 3F | 14 |
| Octal | 25 | 123 | 23 | 113 | 0 | 115 | 103 | 166 | 77 | 24 |
| Binary | 10101 | 1010011 | 10011 | 1001011 | 0 | 1001101 | 1000011 | 1110110 | 111111 | 10100 |
Color Harmonies of #155313
Complementary color
Monochromatic Colors of #155313
Black with #155313
Text Example
Text Example
White with #155313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155313; }
p { color: rgb(21,83,19); }
H1.HeaderClassName
{
color: #155313;
}
.AnyTagClassName
{
color: #155313;
}
</style>
background-color css
<style>
a { background-color: #155313; }
a { background-color: rgb(21,83,19); }
div.DivClassName
{
background-color: #155313;
}
.BgClassName
{
background-color: #155313;
}
</style>
border-color css
<style>
span { border-color: #155313; }
span { border-color: rgb(21,83,19); }
td.TdClassName
{
border-color: #155313;
}
.TagClassName
{
border-color: #155313;
}
</style>