Shades of Myrtle #1B4115
Tints of Myrtle #1B4115
RGB
CMYK
RGB Variations
Color information
#1B4115 (or 0x1B4115) is known color: Myrtle. HEX triplet: 1B, 41 and 15. RGB value is (27,65,21). Sum of RGB (Red+Green+Blue) = 27+65+21=113 (14% of max value = 765). Red value is 27 (10.94% from 255 or 23.89% from 113); Green value is 65 (25.78% from 255 or 57.52% from 113); Blue value is 21 (8.59% from 255 or 18.58% from 113); Max value from RGB is 65 - color contains mainly: green. Hex color #1B4115 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B4115 is #E4BEEA. Grayscale: #303030. Windows color (decimal): -14991083 or 1392923. OLE color: 1392923.
HSL color Cylindrical-coordinate representation of color #1B4115: hue angle of 111.82º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1B4115 is Cyan = 0.58, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 27 | 65 | 21 | - |
| CMYK | 0.58 | 0 | 0.68 | 0.75 |
| HSL | 111.82º | 0.51% | 0.17% | - |
| HSV(B) | 111.82º | 0.68% | 0.25% | - |
| XYZ | 2.48 | 4.07 | 1.36 | - |
| YUV | 48.62 | 112.41 | 112.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 65 | 21 | 0.58 | 0 | 0.68 | 0.75 | 111.82 | 0.51 | 0.17 |
| Hex | 1B | 41 | 15 | 3A | 0 | 44 | 4B | 70 | 33 | 11 |
| Octal | 33 | 101 | 25 | 72 | 0 | 104 | 113 | 160 | 63 | 21 |
| Binary | 11011 | 1000001 | 10101 | 111010 | 0 | 1000100 | 1001011 | 1110000 | 110011 | 10001 |
Color Harmonies of #1B4115
Complementary color
Monochromatic Colors of #1B4115
Black with #1B4115
Text Example
Text Example
White with #1B4115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B4115; }
p { color: rgb(27,65,21); }
H1.HeaderClassName
{
color: #1B4115;
}
.AnyTagClassName
{
color: #1B4115;
}
</style>
background-color css
<style>
a { background-color: #1B4115; }
a { background-color: rgb(27,65,21); }
div.DivClassName
{
background-color: #1B4115;
}
.BgClassName
{
background-color: #1B4115;
}
</style>
border-color css
<style>
span { border-color: #1B4115; }
span { border-color: rgb(27,65,21); }
td.TdClassName
{
border-color: #1B4115;
}
.TagClassName
{
border-color: #1B4115;
}
</style>