Shades of Myrtle #155310
Tints of Myrtle #155310
RGB
CMYK
RGB Variations
Color information
#155310 (or 0x155310) is known color: Myrtle. HEX triplet: 15, 53 and 10. RGB value is (21,83,16). Sum of RGB (Red+Green+Blue) = 21+83+16=120 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.5% from 120); Green value is 83 (32.81% from 255 or 69.17% from 120); Blue value is 16 (6.64% from 255 or 13.33% from 120); Max value from RGB is 83 - color contains mainly: green. Hex color #155310 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #155310 is #EAACEF. Grayscale: #393939. Windows color (decimal): -15379696 or 1069845. OLE color: 1069845.
HSL color Cylindrical-coordinate representation of color #155310: hue angle of 115.52º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #155310 is Cyan = 0.75, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 21 | 83 | 16 | - |
| CMYK | 0.75 | 0 | 0.81 | 0.67 |
| HSL | 115.52º | 0.68% | 0.19% | - |
| HSV(B) | 115.52º | 0.81% | 0.33% | - |
| XYZ | 3.5 | 6.38 | 1.54 | - |
| YUV | 56.82 | 104.96 | 102.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 83 | 16 | 0.75 | 0 | 0.81 | 0.67 | 115.52 | 0.68 | 0.19 |
| Hex | 15 | 53 | 10 | 4B | 0 | 51 | 43 | 74 | 44 | 13 |
| Octal | 25 | 123 | 20 | 113 | 0 | 121 | 103 | 164 | 104 | 23 |
| Binary | 10101 | 1010011 | 10000 | 1001011 | 0 | 1010001 | 1000011 | 1110100 | 1000100 | 10011 |
Color Harmonies of #155310
Complementary color
Monochromatic Colors of #155310
Black with #155310
Text Example
Text Example
White with #155310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155310; }
p { color: rgb(21,83,16); }
H1.HeaderClassName
{
color: #155310;
}
.AnyTagClassName
{
color: #155310;
}
</style>
background-color css
<style>
a { background-color: #155310; }
a { background-color: rgb(21,83,16); }
div.DivClassName
{
background-color: #155310;
}
.BgClassName
{
background-color: #155310;
}
</style>
border-color css
<style>
span { border-color: #155310; }
span { border-color: rgb(21,83,16); }
td.TdClassName
{
border-color: #155310;
}
.TagClassName
{
border-color: #155310;
}
</style>