Shades of Myrtle #155C0F
Tints of Myrtle #155C0F
RGB
CMYK
RGB Variations
Color information
#155C0F (or 0x155C0F) is known color: Myrtle. HEX triplet: 15, 5C and 0F. RGB value is (21,92,15). Sum of RGB (Red+Green+Blue) = 21+92+15=128 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.41% from 128); Green value is 92 (36.33% from 255 or 71.88% from 128); Blue value is 15 (6.25% from 255 or 11.72% from 128); Max value from RGB is 92 - color contains mainly: green. Hex color #155C0F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #155C0F is #EAA3F0. Grayscale: #3E3E3E. Windows color (decimal): -15377393 or 1006613. OLE color: 1006613.
HSL color Cylindrical-coordinate representation of color #155C0F: hue angle of 115.32º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #155C0F is Cyan = 0.77, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 21 | 92 | 15 | - |
| CMYK | 0.77 | 0 | 0.84 | 0.64 |
| HSL | 115.32º | 0.72% | 0.21% | - |
| HSV(B) | 115.32º | 0.84% | 0.36% | - |
| XYZ | 4.22 | 7.85 | 1.74 | - |
| YUV | 61.99 | 101.48 | 98.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 92 | 15 | 0.77 | 0 | 0.84 | 0.64 | 115.32 | 0.72 | 0.21 |
| Hex | 15 | 5C | F | 4D | 0 | 54 | 40 | 73 | 48 | 15 |
| Octal | 25 | 134 | 17 | 115 | 0 | 124 | 100 | 163 | 110 | 25 |
| Binary | 10101 | 1011100 | 1111 | 1001101 | 0 | 1010100 | 1000000 | 1110011 | 1001000 | 10101 |
Color Harmonies of #155C0F
Complementary color
Monochromatic Colors of #155C0F
Black with #155C0F
Text Example
Text Example
White with #155C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155C0F; }
p { color: rgb(21,92,15); }
H1.HeaderClassName
{
color: #155C0F;
}
.AnyTagClassName
{
color: #155C0F;
}
</style>
background-color css
<style>
a { background-color: #155C0F; }
a { background-color: rgb(21,92,15); }
div.DivClassName
{
background-color: #155C0F;
}
.BgClassName
{
background-color: #155C0F;
}
</style>
border-color css
<style>
span { border-color: #155C0F; }
span { border-color: rgb(21,92,15); }
td.TdClassName
{
border-color: #155C0F;
}
.TagClassName
{
border-color: #155C0F;
}
</style>