Shades of Myrtle #1B5614
Tints of Myrtle #1B5614
RGB
CMYK
RGB Variations
Color information
#1B5614 (or 0x1B5614) is known color: Myrtle. HEX triplet: 1B, 56 and 14. RGB value is (27,86,20). Sum of RGB (Red+Green+Blue) = 27+86+20=133 (17% of max value = 765). Red value is 27 (10.94% from 255 or 20.30% from 133); Green value is 86 (33.98% from 255 or 64.66% from 133); Blue value is 20 (8.20% from 255 or 15.04% from 133); Max value from RGB is 86 - color contains mainly: green. Hex color #1B5614 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1B5614 is #E4A9EB. Grayscale: #3D3D3D. Windows color (decimal): -14985708 or 1332763. OLE color: 1332763.
HSL color Cylindrical-coordinate representation of color #1B5614: hue angle of 113.64º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1B5614 is Cyan = 0.69, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 27 | 86 | 20 | - |
| CMYK | 0.69 | 0 | 0.77 | 0.66 |
| HSL | 113.64º | 0.62% | 0.21% | - |
| HSV(B) | 113.64º | 0.77% | 0.34% | - |
| XYZ | 3.91 | 6.94 | 1.8 | - |
| YUV | 60.84 | 104.95 | 103.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 86 | 20 | 0.69 | 0 | 0.77 | 0.66 | 113.64 | 0.62 | 0.21 |
| Hex | 1B | 56 | 14 | 45 | 0 | 4D | 42 | 72 | 3E | 15 |
| Octal | 33 | 126 | 24 | 105 | 0 | 115 | 102 | 162 | 76 | 25 |
| Binary | 11011 | 1010110 | 10100 | 1000101 | 0 | 1001101 | 1000010 | 1110010 | 111110 | 10101 |
Color Harmonies of #1B5614
Complementary color
Monochromatic Colors of #1B5614
Black with #1B5614
Text Example
Text Example
White with #1B5614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5614; }
p { color: rgb(27,86,20); }
H1.HeaderClassName
{
color: #1B5614;
}
.AnyTagClassName
{
color: #1B5614;
}
</style>
background-color css
<style>
a { background-color: #1B5614; }
a { background-color: rgb(27,86,20); }
div.DivClassName
{
background-color: #1B5614;
}
.BgClassName
{
background-color: #1B5614;
}
</style>
border-color css
<style>
span { border-color: #1B5614; }
span { border-color: rgb(27,86,20); }
td.TdClassName
{
border-color: #1B5614;
}
.TagClassName
{
border-color: #1B5614;
}
</style>