Shades of Myrtle #1B4113
Tints of Myrtle #1B4113
RGB
CMYK
RGB Variations
Color information
#1B4113 (or 0x1B4113) is known color: Myrtle. HEX triplet: 1B, 41 and 13. RGB value is (27,65,19). Sum of RGB (Red+Green+Blue) = 27+65+19=111 (14% of max value = 765). Red value is 27 (10.94% from 255 or 24.32% from 111); Green value is 65 (25.78% from 255 or 58.56% from 111); Blue value is 19 (7.81% from 255 or 17.12% from 111); Max value from RGB is 65 - color contains mainly: green. Hex color #1B4113 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B4113 is #E4BEEC. Grayscale: #303030. Windows color (decimal): -14991085 or 1261851. OLE color: 1261851.
HSL color Cylindrical-coordinate representation of color #1B4113: hue angle of 109.57º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1B4113 is Cyan = 0.58, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 27 | 65 | 19 | - |
| CMYK | 0.58 | 0 | 0.71 | 0.75 |
| HSL | 109.57º | 0.55% | 0.16% | - |
| HSV(B) | 109.57º | 0.71% | 0.25% | - |
| XYZ | 2.46 | 4.06 | 1.27 | - |
| YUV | 48.39 | 111.41 | 112.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 65 | 19 | 0.58 | 0 | 0.71 | 0.75 | 109.57 | 0.55 | 0.16 |
| Hex | 1B | 41 | 13 | 3A | 0 | 47 | 4B | 6E | 37 | 10 |
| Octal | 33 | 101 | 23 | 72 | 0 | 107 | 113 | 156 | 67 | 20 |
| Binary | 11011 | 1000001 | 10011 | 111010 | 0 | 1000111 | 1001011 | 1101110 | 110111 | 10000 |
Color Harmonies of #1B4113
Complementary color
Monochromatic Colors of #1B4113
Black with #1B4113
Text Example
Text Example
White with #1B4113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B4113; }
p { color: rgb(27,65,19); }
H1.HeaderClassName
{
color: #1B4113;
}
.AnyTagClassName
{
color: #1B4113;
}
</style>
background-color css
<style>
a { background-color: #1B4113; }
a { background-color: rgb(27,65,19); }
div.DivClassName
{
background-color: #1B4113;
}
.BgClassName
{
background-color: #1B4113;
}
</style>
border-color css
<style>
span { border-color: #1B4113; }
span { border-color: rgb(27,65,19); }
td.TdClassName
{
border-color: #1B4113;
}
.TagClassName
{
border-color: #1B4113;
}
</style>