Shades of Myrtle #155B1C
Tints of Myrtle #155B1C
RGB
CMYK
RGB Variations
Color information
#155B1C (or 0x155B1C) is known color: Myrtle. HEX triplet: 15, 5B and 1C. RGB value is (21,91,28). Sum of RGB (Red+Green+Blue) = 21+91+28=140 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15% from 140); Green value is 91 (35.94% from 255 or 65% from 140); Blue value is 28 (11.33% from 255 or 20% from 140); Max value from RGB is 91 - color contains mainly: green. Hex color #155B1C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155B1C is #EAA4E3. Grayscale: #3F3F3F. Windows color (decimal): -15377636 or 1858325. OLE color: 1858325.
HSL color Cylindrical-coordinate representation of color #155B1C: hue angle of 126º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #155B1C is Cyan = 0.77, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 21 | 91 | 28 | - |
| CMYK | 0.77 | 0 | 0.69 | 0.64 |
| HSL | 126º | 0.63% | 0.22% | - |
| HSV(B) | 126º | 0.77% | 0.36% | - |
| XYZ | 4.26 | 7.73 | 2.37 | - |
| YUV | 62.89 | 108.31 | 98.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 91 | 28 | 0.77 | 0 | 0.69 | 0.64 | 126 | 0.63 | 0.22 |
| Hex | 15 | 5B | 1C | 4D | 0 | 45 | 40 | 7E | 3E | 16 |
| Octal | 25 | 133 | 34 | 115 | 0 | 105 | 100 | 176 | 76 | 26 |
| Binary | 10101 | 1011011 | 11100 | 1001101 | 0 | 1000101 | 1000000 | 1111110 | 111110 | 10110 |
Color Harmonies of #155B1C
Complementary color
Monochromatic Colors of #155B1C
Black with #155B1C
Text Example
Text Example
White with #155B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155B1C; }
p { color: rgb(21,91,28); }
H1.HeaderClassName
{
color: #155B1C;
}
.AnyTagClassName
{
color: #155B1C;
}
</style>
background-color css
<style>
a { background-color: #155B1C; }
a { background-color: rgb(21,91,28); }
div.DivClassName
{
background-color: #155B1C;
}
.BgClassName
{
background-color: #155B1C;
}
</style>
border-color css
<style>
span { border-color: #155B1C; }
span { border-color: rgb(21,91,28); }
td.TdClassName
{
border-color: #155B1C;
}
.TagClassName
{
border-color: #155B1C;
}
</style>