Shades of Myrtle #155A1C
Tints of Myrtle #155A1C
RGB
CMYK
RGB Variations
Color information
#155A1C (or 0x155A1C) is known color: Myrtle. HEX triplet: 15, 5A and 1C. RGB value is (21,90,28). Sum of RGB (Red+Green+Blue) = 21+90+28=139 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.11% from 139); Green value is 90 (35.55% from 255 or 64.75% from 139); Blue value is 28 (11.33% from 255 or 20.14% from 139); Max value from RGB is 90 - color contains mainly: green. Hex color #155A1C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155A1C is #EAA5E3. Grayscale: #3E3E3E. Windows color (decimal): -15377892 or 1858069. OLE color: 1858069.
HSL color Cylindrical-coordinate representation of color #155A1C: hue angle of 126.09º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #155A1C is Cyan = 0.77, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 21 | 90 | 28 | - |
| CMYK | 0.77 | 0 | 0.69 | 0.65 |
| HSL | 126.09º | 0.62% | 0.22% | - |
| HSV(B) | 126.09º | 0.77% | 0.35% | - |
| XYZ | 4.18 | 7.56 | 2.34 | - |
| YUV | 62.3 | 108.64 | 98.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 90 | 28 | 0.77 | 0 | 0.69 | 0.65 | 126.09 | 0.62 | 0.22 |
| Hex | 15 | 5A | 1C | 4D | 0 | 45 | 41 | 7E | 3E | 16 |
| Octal | 25 | 132 | 34 | 115 | 0 | 105 | 101 | 176 | 76 | 26 |
| Binary | 10101 | 1011010 | 11100 | 1001101 | 0 | 1000101 | 1000001 | 1111110 | 111110 | 10110 |
Color Harmonies of #155A1C
Complementary color
Monochromatic Colors of #155A1C
Black with #155A1C
Text Example
Text Example
White with #155A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155A1C; }
p { color: rgb(21,90,28); }
H1.HeaderClassName
{
color: #155A1C;
}
.AnyTagClassName
{
color: #155A1C;
}
</style>
background-color css
<style>
a { background-color: #155A1C; }
a { background-color: rgb(21,90,28); }
div.DivClassName
{
background-color: #155A1C;
}
.BgClassName
{
background-color: #155A1C;
}
</style>
border-color css
<style>
span { border-color: #155A1C; }
span { border-color: rgb(21,90,28); }
td.TdClassName
{
border-color: #155A1C;
}
.TagClassName
{
border-color: #155A1C;
}
</style>