Shades of Myrtle #1B3811
Tints of Myrtle #1B3811
RGB
CMYK
RGB Variations
Color information
#1B3811 (or 0x1B3811) is known color: Myrtle. HEX triplet: 1B, 38 and 11. RGB value is (27,56,17). Sum of RGB (Red+Green+Blue) = 27+56+17=100 (13% of max value = 765). Red value is 27 (10.94% from 255 or 27% from 100); Green value is 56 (22.27% from 255 or 56% from 100); Blue value is 17 (7.03% from 255 or 17% from 100); Max value from RGB is 56 - color contains mainly: green. Hex color #1B3811 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B3811 is #E4C7EE. Grayscale: #2B2B2B. Windows color (decimal): -14993391 or 1128475. OLE color: 1128475.
HSL color Cylindrical-coordinate representation of color #1B3811: hue angle of 104.62º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1B3811 is Cyan = 0.52, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 27 | 56 | 17 | - |
| CMYK | 0.52 | 0 | 0.70 | 0.78 |
| HSL | 104.62º | 0.53% | 0.14% | - |
| HSV(B) | 104.62º | 0.7% | 0.22% | - |
| XYZ | 1.97 | 3.1 | 1.03 | - |
| YUV | 42.88 | 113.39 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 56 | 17 | 0.52 | 0 | 0.70 | 0.78 | 104.62 | 0.53 | 0.14 |
| Hex | 1B | 38 | 11 | 34 | 0 | 46 | 4E | 69 | 35 | E |
| Octal | 33 | 70 | 21 | 64 | 0 | 106 | 116 | 151 | 65 | 16 |
| Binary | 11011 | 111000 | 10001 | 110100 | 0 | 1000110 | 1001110 | 1101001 | 110101 | 1110 |
Color Harmonies of #1B3811
Complementary color
Monochromatic Colors of #1B3811
Black with #1B3811
Text Example
Text Example
White with #1B3811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3811; }
p { color: rgb(27,56,17); }
H1.HeaderClassName
{
color: #1B3811;
}
.AnyTagClassName
{
color: #1B3811;
}
</style>
background-color css
<style>
a { background-color: #1B3811; }
a { background-color: rgb(27,56,17); }
div.DivClassName
{
background-color: #1B3811;
}
.BgClassName
{
background-color: #1B3811;
}
</style>
border-color css
<style>
span { border-color: #1B3811; }
span { border-color: rgb(27,56,17); }
td.TdClassName
{
border-color: #1B3811;
}
.TagClassName
{
border-color: #1B3811;
}
</style>