Shades of Myrtle #1B501E
Tints of Myrtle #1B501E
RGB
CMYK
RGB Variations
Color information
#1B501E (or 0x1B501E) is known color: Myrtle. HEX triplet: 1B, 50 and 1E. RGB value is (27,80,30). Sum of RGB (Red+Green+Blue) = 27+80+30=137 (18% of max value = 765). Red value is 27 (10.94% from 255 or 19.71% from 137); Green value is 80 (31.64% from 255 or 58.39% from 137); Blue value is 30 (12.11% from 255 or 21.90% from 137); Max value from RGB is 80 - color contains mainly: green. Hex color #1B501E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B501E is #E4AFE1. Grayscale: #3A3A3A. Windows color (decimal): -14987234 or 1986587. OLE color: 1986587.
HSL color Cylindrical-coordinate representation of color #1B501E: hue angle of 123.4º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1B501E is Cyan = 0.66, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 27 | 80 | 30 | - |
| CMYK | 0.66 | 0 | 0.62 | 0.69 |
| HSL | 123.4º | 0.5% | 0.21% | - |
| HSV(B) | 123.4º | 0.66% | 0.31% | - |
| XYZ | 3.55 | 6.06 | 2.21 | - |
| YUV | 58.45 | 111.94 | 105.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 80 | 30 | 0.66 | 0 | 0.62 | 0.69 | 123.4 | 0.5 | 0.21 |
| Hex | 1B | 50 | 1E | 42 | 0 | 3E | 45 | 7B | 32 | 15 |
| Octal | 33 | 120 | 36 | 102 | 0 | 76 | 105 | 173 | 62 | 25 |
| Binary | 11011 | 1010000 | 11110 | 1000010 | 0 | 111110 | 1000101 | 1111011 | 110010 | 10101 |
Color Harmonies of #1B501E
Complementary color
Monochromatic Colors of #1B501E
Black with #1B501E
Text Example
Text Example
White with #1B501E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B501E; }
p { color: rgb(27,80,30); }
H1.HeaderClassName
{
color: #1B501E;
}
.AnyTagClassName
{
color: #1B501E;
}
</style>
background-color css
<style>
a { background-color: #1B501E; }
a { background-color: rgb(27,80,30); }
div.DivClassName
{
background-color: #1B501E;
}
.BgClassName
{
background-color: #1B501E;
}
</style>
border-color css
<style>
span { border-color: #1B501E; }
span { border-color: rgb(27,80,30); }
td.TdClassName
{
border-color: #1B501E;
}
.TagClassName
{
border-color: #1B501E;
}
</style>