Shades of Myrtle #1B5721
Tints of Myrtle #1B5721
RGB
CMYK
RGB Variations
Color information
#1B5721 (or 0x1B5721) is known color: Myrtle. HEX triplet: 1B, 57 and 21. RGB value is (27,87,33). Sum of RGB (Red+Green+Blue) = 27+87+33=147 (19% of max value = 765). Red value is 27 (10.94% from 255 or 18.37% from 147); Green value is 87 (34.38% from 255 or 59.18% from 147); Blue value is 33 (13.28% from 255 or 22.45% from 147); Max value from RGB is 87 - color contains mainly: green. Hex color #1B5721 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B5721 is #E4A8DE. Grayscale: #3F3F3F. Windows color (decimal): -14985439 or 2184987. OLE color: 2184987.
HSL color Cylindrical-coordinate representation of color #1B5721: hue angle of 126º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1B5721 is Cyan = 0.69, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 27 | 87 | 33 | - |
| CMYK | 0.69 | 0 | 0.62 | 0.66 |
| HSL | 126º | 0.53% | 0.22% | - |
| HSV(B) | 126º | 0.69% | 0.34% | - |
| XYZ | 4.13 | 7.16 | 2.6 | - |
| YUV | 62.9 | 111.12 | 102.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 87 | 33 | 0.69 | 0 | 0.62 | 0.66 | 126 | 0.53 | 0.22 |
| Hex | 1B | 57 | 21 | 45 | 0 | 3E | 42 | 7E | 35 | 16 |
| Octal | 33 | 127 | 41 | 105 | 0 | 76 | 102 | 176 | 65 | 26 |
| Binary | 11011 | 1010111 | 100001 | 1000101 | 0 | 111110 | 1000010 | 1111110 | 110101 | 10110 |
Color Harmonies of #1B5721
Complementary color
Monochromatic Colors of #1B5721
Black with #1B5721
Text Example
Text Example
White with #1B5721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5721; }
p { color: rgb(27,87,33); }
H1.HeaderClassName
{
color: #1B5721;
}
.AnyTagClassName
{
color: #1B5721;
}
</style>
background-color css
<style>
a { background-color: #1B5721; }
a { background-color: rgb(27,87,33); }
div.DivClassName
{
background-color: #1B5721;
}
.BgClassName
{
background-color: #1B5721;
}
</style>
border-color css
<style>
span { border-color: #1B5721; }
span { border-color: rgb(27,87,33); }
td.TdClassName
{
border-color: #1B5721;
}
.TagClassName
{
border-color: #1B5721;
}
</style>