Shades of Myrtle #155004
Tints of Myrtle #155004
RGB
CMYK
RGB Variations
Color information
#155004 (or 0x155004) is known color: Myrtle. HEX triplet: 15, 50 and 04. RGB value is (21,80,4). Sum of RGB (Red+Green+Blue) = 21+80+4=105 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20% from 105); Green value is 80 (31.64% from 255 or 76.19% from 105); Blue value is 4 (1.95% from 255 or 3.81% from 105); Max value from RGB is 80 - color contains mainly: green. Hex color #155004 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #155004 is #EAAFFB. Grayscale: #353535. Windows color (decimal): -15380476 or 282645. OLE color: 282645.
HSL color Cylindrical-coordinate representation of color #155004: hue angle of 106.58º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #155004 is Cyan = 0.74, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 21 | 80 | 4 | - |
| CMYK | 0.74 | 0 | 0.95 | 0.69 |
| HSL | 106.58º | 0.9% | 0.16% | - |
| HSV(B) | 106.58º | 0.95% | 0.31% | - |
| XYZ | 3.2 | 5.91 | 1.09 | - |
| YUV | 53.7 | 99.95 | 104.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 80 | 4 | 0.74 | 0 | 0.95 | 0.69 | 106.58 | 0.9 | 0.16 |
| Hex | 15 | 50 | 4 | 4A | 0 | 5F | 45 | 6B | 5A | 10 |
| Octal | 25 | 120 | 4 | 112 | 0 | 137 | 105 | 153 | 132 | 20 |
| Binary | 10101 | 1010000 | 100 | 1001010 | 0 | 1011111 | 1000101 | 1101011 | 1011010 | 10000 |
Color Harmonies of #155004
Complementary color
Monochromatic Colors of #155004
Black with #155004
Text Example
Text Example
White with #155004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155004; }
p { color: rgb(21,80,4); }
H1.HeaderClassName
{
color: #155004;
}
.AnyTagClassName
{
color: #155004;
}
</style>
background-color css
<style>
a { background-color: #155004; }
a { background-color: rgb(21,80,4); }
div.DivClassName
{
background-color: #155004;
}
.BgClassName
{
background-color: #155004;
}
</style>
border-color css
<style>
span { border-color: #155004; }
span { border-color: rgb(21,80,4); }
td.TdClassName
{
border-color: #155004;
}
.TagClassName
{
border-color: #155004;
}
</style>