Shades of Myrtle #155414
Tints of Myrtle #155414
RGB
CMYK
RGB Variations
Color information
#155414 (or 0x155414) is known color: Myrtle. HEX triplet: 15, 54 and 14. RGB value is (21,84,20). Sum of RGB (Red+Green+Blue) = 21+84+20=125 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.8% from 125); Green value is 84 (33.20% from 255 or 67.2% from 125); Blue value is 20 (8.20% from 255 or 16% from 125); Max value from RGB is 84 - color contains mainly: green. Hex color #155414 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #155414 is #EAABEB. Grayscale: #3A3A3A. Windows color (decimal): -15379436 or 1332245. OLE color: 1332245.
HSL color Cylindrical-coordinate representation of color #155414: hue angle of 119.06º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #155414 is Cyan = 0.75, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 21 | 84 | 20 | - |
| CMYK | 0.75 | 0 | 0.76 | 0.67 |
| HSL | 119.06º | 0.62% | 0.2% | - |
| HSV(B) | 119.06º | 0.76% | 0.33% | - |
| XYZ | 3.61 | 6.55 | 1.74 | - |
| YUV | 57.87 | 106.63 | 101.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 84 | 20 | 0.75 | 0 | 0.76 | 0.67 | 119.06 | 0.62 | 0.2 |
| Hex | 15 | 54 | 14 | 4B | 0 | 4C | 43 | 77 | 3E | 14 |
| Octal | 25 | 124 | 24 | 113 | 0 | 114 | 103 | 167 | 76 | 24 |
| Binary | 10101 | 1010100 | 10100 | 1001011 | 0 | 1001100 | 1000011 | 1110111 | 111110 | 10100 |
Color Harmonies of #155414
Complementary color
Monochromatic Colors of #155414
Black with #155414
Text Example
Text Example
White with #155414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155414; }
p { color: rgb(21,84,20); }
H1.HeaderClassName
{
color: #155414;
}
.AnyTagClassName
{
color: #155414;
}
</style>
background-color css
<style>
a { background-color: #155414; }
a { background-color: rgb(21,84,20); }
div.DivClassName
{
background-color: #155414;
}
.BgClassName
{
background-color: #155414;
}
</style>
border-color css
<style>
span { border-color: #155414; }
span { border-color: rgb(21,84,20); }
td.TdClassName
{
border-color: #155414;
}
.TagClassName
{
border-color: #155414;
}
</style>