Shades of Myrtle #155306
Tints of Myrtle #155306
RGB
CMYK
RGB Variations
Color information
#155306 (or 0x155306) is known color: Myrtle. HEX triplet: 15, 53 and 06. RGB value is (21,83,6). Sum of RGB (Red+Green+Blue) = 21+83+6=110 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.09% from 110); Green value is 83 (32.81% from 255 or 75.45% from 110); Blue value is 6 (2.73% from 255 or 5.45% from 110); Max value from RGB is 83 - color contains mainly: green. Hex color #155306 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #155306 is #EAACF9. Grayscale: #373737. Windows color (decimal): -15379706 or 414485. OLE color: 414485.
HSL color Cylindrical-coordinate representation of color #155306: hue angle of 108.31º degrees, saturation: 0.87, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #155306 is Cyan = 0.75, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 21 | 83 | 6 | - |
| CMYK | 0.75 | 0 | 0.93 | 0.67 |
| HSL | 108.31º | 0.87% | 0.17% | - |
| HSV(B) | 108.31º | 0.93% | 0.33% | - |
| XYZ | 3.44 | 6.36 | 1.22 | - |
| YUV | 55.68 | 99.96 | 103.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 83 | 6 | 0.75 | 0 | 0.93 | 0.67 | 108.31 | 0.87 | 0.17 |
| Hex | 15 | 53 | 6 | 4B | 0 | 5D | 43 | 6C | 57 | 11 |
| Octal | 25 | 123 | 6 | 113 | 0 | 135 | 103 | 154 | 127 | 21 |
| Binary | 10101 | 1010011 | 110 | 1001011 | 0 | 1011101 | 1000011 | 1101100 | 1010111 | 10001 |
Color Harmonies of #155306
Complementary color
Monochromatic Colors of #155306
Black with #155306
Text Example
Text Example
White with #155306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155306; }
p { color: rgb(21,83,6); }
H1.HeaderClassName
{
color: #155306;
}
.AnyTagClassName
{
color: #155306;
}
</style>
background-color css
<style>
a { background-color: #155306; }
a { background-color: rgb(21,83,6); }
div.DivClassName
{
background-color: #155306;
}
.BgClassName
{
background-color: #155306;
}
</style>
border-color css
<style>
span { border-color: #155306; }
span { border-color: rgb(21,83,6); }
td.TdClassName
{
border-color: #155306;
}
.TagClassName
{
border-color: #155306;
}
</style>