Shades of Myrtle #155000
Tints of Myrtle #155000
RGB
CMYK
RGB Variations
Color information
#155000 (or 0x155000) is known color: Myrtle. HEX triplet: 15, 50 and 00. RGB value is (21,80,0). Sum of RGB (Red+Green+Blue) = 21+80+0=101 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.79% from 101); Green value is 80 (31.64% from 255 or 79.21% from 101); Blue value is 0 (0.39% from 255 or 0% from 101); Max value from RGB is 80 - color contains mainly: green. Hex color #155000 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #155000 is #EAAFFF. Grayscale: #353535. Windows color (decimal): -15380480 or 20501. OLE color: 20501.
HSL color Cylindrical-coordinate representation of color #155000: hue angle of 104.25º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #155000 is Cyan = 0.74, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 21 | 80 | 0 | - |
| CMYK | 0.74 | 0 | 1 | 0.69 |
| HSL | 104.25º | 1% | 0.16% | - |
| HSV(B) | 104.25º | 1% | 0.31% | - |
| XYZ | 3.18 | 5.9 | 0.97 | - |
| YUV | 53.24 | 97.95 | 105 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 80 | 0 | 0.74 | 0 | 1 | 0.69 | 104.25 | 1 | 0.16 |
| Hex | 15 | 50 | 0 | 4A | 0 | 64 | 45 | 68 | 64 | 10 |
| Octal | 25 | 120 | 0 | 112 | 0 | 144 | 105 | 150 | 144 | 20 |
| Binary | 10101 | 1010000 | 0 | 1001010 | 0 | 1100100 | 1000101 | 1101000 | 1100100 | 10000 |
Color Harmonies of #155000
Complementary color
Monochromatic Colors of #155000
Black with #155000
Text Example
Text Example
White with #155000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155000; }
p { color: rgb(21,80,0); }
H1.HeaderClassName
{
color: #155000;
}
.AnyTagClassName
{
color: #155000;
}
</style>
background-color css
<style>
a { background-color: #155000; }
a { background-color: rgb(21,80,0); }
div.DivClassName
{
background-color: #155000;
}
.BgClassName
{
background-color: #155000;
}
</style>
border-color css
<style>
span { border-color: #155000; }
span { border-color: rgb(21,80,0); }
td.TdClassName
{
border-color: #155000;
}
.TagClassName
{
border-color: #155000;
}
</style>