Shades of Myrtle #1B4112
Tints of Myrtle #1B4112
RGB
CMYK
RGB Variations
Color information
#1B4112 (or 0x1B4112) is known color: Myrtle. HEX triplet: 1B, 41 and 12. RGB value is (27,65,18). Sum of RGB (Red+Green+Blue) = 27+65+18=110 (14% of max value = 765). Red value is 27 (10.94% from 255 or 24.55% from 110); Green value is 65 (25.78% from 255 or 59.09% from 110); Blue value is 18 (7.42% from 255 or 16.36% from 110); Max value from RGB is 65 - color contains mainly: green. Hex color #1B4112 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B4112 is #E4BEED. Grayscale: #303030. Windows color (decimal): -14991086 or 1196315. OLE color: 1196315.
HSL color Cylindrical-coordinate representation of color #1B4112: hue angle of 108.51º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1B4112 is Cyan = 0.58, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 27 | 65 | 18 | - |
| CMYK | 0.58 | 0 | 0.72 | 0.75 |
| HSL | 108.51º | 0.57% | 0.16% | - |
| HSV(B) | 108.51º | 0.72% | 0.25% | - |
| XYZ | 2.45 | 4.06 | 1.23 | - |
| YUV | 48.28 | 110.91 | 112.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 65 | 18 | 0.58 | 0 | 0.72 | 0.75 | 108.51 | 0.57 | 0.16 |
| Hex | 1B | 41 | 12 | 3A | 0 | 48 | 4B | 6D | 39 | 10 |
| Octal | 33 | 101 | 22 | 72 | 0 | 110 | 113 | 155 | 71 | 20 |
| Binary | 11011 | 1000001 | 10010 | 111010 | 0 | 1001000 | 1001011 | 1101101 | 111001 | 10000 |
Color Harmonies of #1B4112
Complementary color
Monochromatic Colors of #1B4112
Black with #1B4112
Text Example
Text Example
White with #1B4112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B4112; }
p { color: rgb(27,65,18); }
H1.HeaderClassName
{
color: #1B4112;
}
.AnyTagClassName
{
color: #1B4112;
}
</style>
background-color css
<style>
a { background-color: #1B4112; }
a { background-color: rgb(27,65,18); }
div.DivClassName
{
background-color: #1B4112;
}
.BgClassName
{
background-color: #1B4112;
}
</style>
border-color css
<style>
span { border-color: #1B4112; }
span { border-color: rgb(27,65,18); }
td.TdClassName
{
border-color: #1B4112;
}
.TagClassName
{
border-color: #1B4112;
}
</style>