Shades of Myrtle #1B3B1D
Tints of Myrtle #1B3B1D
RGB
CMYK
RGB Variations
Color information
#1B3B1D (or 0x1B3B1D) is known color: Myrtle. HEX triplet: 1B, 3B and 1D. RGB value is (27,59,29). Sum of RGB (Red+Green+Blue) = 27+59+29=115 (15% of max value = 765). Red value is 27 (10.94% from 255 or 23.48% from 115); Green value is 59 (23.44% from 255 or 51.30% from 115); Blue value is 29 (11.72% from 255 or 25.22% from 115); Max value from RGB is 59 - color contains mainly: green. Hex color #1B3B1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B3B1D is #E4C4E2. Grayscale: #2E2E2E. Windows color (decimal): -14992611 or 1915675. OLE color: 1915675.
HSL color Cylindrical-coordinate representation of color #1B3B1D: hue angle of 123.75º degrees, saturation: 0.37, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #1B3B1D is Cyan = 0.54, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 27 | 59 | 29 | - |
| CMYK | 0.54 | 0 | 0.51 | 0.77 |
| HSL | 123.75º | 0.37% | 0.17% | - |
| HSV(B) | 123.75º | 0.54% | 0.23% | - |
| XYZ | 2.24 | 3.45 | 1.71 | - |
| YUV | 46.01 | 118.4 | 114.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 59 | 29 | 0.54 | 0 | 0.51 | 0.77 | 123.75 | 0.37 | 0.17 |
| Hex | 1B | 3B | 1D | 36 | 0 | 33 | 4D | 7C | 25 | 11 |
| Octal | 33 | 73 | 35 | 66 | 0 | 63 | 115 | 174 | 45 | 21 |
| Binary | 11011 | 111011 | 11101 | 110110 | 0 | 110011 | 1001101 | 1111100 | 100101 | 10001 |
Color Harmonies of #1B3B1D
Complementary color
Monochromatic Colors of #1B3B1D
Black with #1B3B1D
Text Example
Text Example
White with #1B3B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3B1D; }
p { color: rgb(27,59,29); }
H1.HeaderClassName
{
color: #1B3B1D;
}
.AnyTagClassName
{
color: #1B3B1D;
}
</style>
background-color css
<style>
a { background-color: #1B3B1D; }
a { background-color: rgb(27,59,29); }
div.DivClassName
{
background-color: #1B3B1D;
}
.BgClassName
{
background-color: #1B3B1D;
}
</style>
border-color css
<style>
span { border-color: #1B3B1D; }
span { border-color: rgb(27,59,29); }
td.TdClassName
{
border-color: #1B3B1D;
}
.TagClassName
{
border-color: #1B3B1D;
}
</style>