Shades of Myrtle #1B4015
Tints of Myrtle #1B4015
RGB
CMYK
RGB Variations
Color information
#1B4015 (or 0x1B4015) is known color: Myrtle. HEX triplet: 1B, 40 and 15. RGB value is (27,64,21). Sum of RGB (Red+Green+Blue) = 27+64+21=112 (14% of max value = 765). Red value is 27 (10.94% from 255 or 24.11% from 112); Green value is 64 (25.39% from 255 or 57.14% from 112); Blue value is 21 (8.59% from 255 or 18.75% from 112); Max value from RGB is 64 - color contains mainly: green. Hex color #1B4015 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B4015 is #E4BFEA. Grayscale: #303030. Windows color (decimal): -14991339 or 1392667. OLE color: 1392667.
HSL color Cylindrical-coordinate representation of color #1B4015: hue angle of 111.63º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1B4015 is Cyan = 0.58, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 27 | 64 | 21 | - |
| CMYK | 0.58 | 0 | 0.67 | 0.75 |
| HSL | 111.63º | 0.51% | 0.17% | - |
| HSV(B) | 111.63º | 0.67% | 0.25% | - |
| XYZ | 2.42 | 3.95 | 1.35 | - |
| YUV | 48.04 | 112.74 | 113 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 64 | 21 | 0.58 | 0 | 0.67 | 0.75 | 111.63 | 0.51 | 0.17 |
| Hex | 1B | 40 | 15 | 3A | 0 | 43 | 4B | 70 | 33 | 11 |
| Octal | 33 | 100 | 25 | 72 | 0 | 103 | 113 | 160 | 63 | 21 |
| Binary | 11011 | 1000000 | 10101 | 111010 | 0 | 1000011 | 1001011 | 1110000 | 110011 | 10001 |
Color Harmonies of #1B4015
Complementary color
Monochromatic Colors of #1B4015
Black with #1B4015
Text Example
Text Example
White with #1B4015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B4015; }
p { color: rgb(27,64,21); }
H1.HeaderClassName
{
color: #1B4015;
}
.AnyTagClassName
{
color: #1B4015;
}
</style>
background-color css
<style>
a { background-color: #1B4015; }
a { background-color: rgb(27,64,21); }
div.DivClassName
{
background-color: #1B4015;
}
.BgClassName
{
background-color: #1B4015;
}
</style>
border-color css
<style>
span { border-color: #1B4015; }
span { border-color: rgb(27,64,21); }
td.TdClassName
{
border-color: #1B4015;
}
.TagClassName
{
border-color: #1B4015;
}
</style>