Shades of Myrtle #155B0C
Tints of Myrtle #155B0C
RGB
CMYK
RGB Variations
Color information
#155B0C (or 0x155B0C) is known color: Myrtle. HEX triplet: 15, 5B and 0C. RGB value is (21,91,12). Sum of RGB (Red+Green+Blue) = 21+91+12=124 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.94% from 124); Green value is 91 (35.94% from 255 or 73.39% from 124); Blue value is 12 (5.08% from 255 or 9.68% from 124); Max value from RGB is 91 - color contains mainly: green. Hex color #155B0C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #155B0C is #EAA4F3. Grayscale: #3D3D3D. Windows color (decimal): -15377652 or 809749. OLE color: 809749.
HSL color Cylindrical-coordinate representation of color #155B0C: hue angle of 113.16º degrees, saturation: 0.77, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #155B0C is Cyan = 0.77, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 21 | 91 | 12 | - |
| CMYK | 0.77 | 0 | 0.87 | 0.64 |
| HSL | 113.16º | 0.77% | 0.2% | - |
| HSV(B) | 113.16º | 0.87% | 0.36% | - |
| XYZ | 4.12 | 7.67 | 1.61 | - |
| YUV | 61.06 | 100.31 | 99.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 91 | 12 | 0.77 | 0 | 0.87 | 0.64 | 113.16 | 0.77 | 0.2 |
| Hex | 15 | 5B | C | 4D | 0 | 57 | 40 | 71 | 4D | 14 |
| Octal | 25 | 133 | 14 | 115 | 0 | 127 | 100 | 161 | 115 | 24 |
| Binary | 10101 | 1011011 | 1100 | 1001101 | 0 | 1010111 | 1000000 | 1110001 | 1001101 | 10100 |
Color Harmonies of #155B0C
Complementary color
Monochromatic Colors of #155B0C
Black with #155B0C
Text Example
Text Example
White with #155B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155B0C; }
p { color: rgb(21,91,12); }
H1.HeaderClassName
{
color: #155B0C;
}
.AnyTagClassName
{
color: #155B0C;
}
</style>
background-color css
<style>
a { background-color: #155B0C; }
a { background-color: rgb(21,91,12); }
div.DivClassName
{
background-color: #155B0C;
}
.BgClassName
{
background-color: #155B0C;
}
</style>
border-color css
<style>
span { border-color: #155B0C; }
span { border-color: rgb(21,91,12); }
td.TdClassName
{
border-color: #155B0C;
}
.TagClassName
{
border-color: #155B0C;
}
</style>