Shades of Myrtle #155800
Tints of Myrtle #155800
RGB
CMYK
RGB Variations
Color information
#155800 (or 0x155800) is known color: Myrtle. HEX triplet: 15, 58 and 00. RGB value is (21,88,0). Sum of RGB (Red+Green+Blue) = 21+88+0=109 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.27% from 109); Green value is 88 (34.77% from 255 or 80.73% from 109); Blue value is 0 (0.39% from 255 or 0% from 109); Max value from RGB is 88 - color contains mainly: green. Hex color #155800 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #155800 is #EAA7FF. Grayscale: #3A3A3A. Windows color (decimal): -15378432 or 22549. OLE color: 22549.
HSL color Cylindrical-coordinate representation of color #155800: hue angle of 105.68º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #155800 is Cyan = 0.76, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 21 | 88 | 0 | - |
| CMYK | 0.76 | 0 | 1 | 0.65 |
| HSL | 105.68º | 1% | 0.17% | - |
| HSV(B) | 105.68º | 1% | 0.35% | - |
| XYZ | 3.8 | 7.14 | 1.18 | - |
| YUV | 57.94 | 95.3 | 101.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 88 | 0 | 0.76 | 0 | 1 | 0.65 | 105.68 | 1 | 0.17 |
| Hex | 15 | 58 | 0 | 4C | 0 | 64 | 41 | 6A | 64 | 11 |
| Octal | 25 | 130 | 0 | 114 | 0 | 144 | 101 | 152 | 144 | 21 |
| Binary | 10101 | 1011000 | 0 | 1001100 | 0 | 1100100 | 1000001 | 1101010 | 1100100 | 10001 |
Color Harmonies of #155800
Complementary color
Monochromatic Colors of #155800
Black with #155800
Text Example
Text Example
White with #155800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155800; }
p { color: rgb(21,88,0); }
H1.HeaderClassName
{
color: #155800;
}
.AnyTagClassName
{
color: #155800;
}
</style>
background-color css
<style>
a { background-color: #155800; }
a { background-color: rgb(21,88,0); }
div.DivClassName
{
background-color: #155800;
}
.BgClassName
{
background-color: #155800;
}
</style>
border-color css
<style>
span { border-color: #155800; }
span { border-color: rgb(21,88,0); }
td.TdClassName
{
border-color: #155800;
}
.TagClassName
{
border-color: #155800;
}
</style>