Shades of Myrtle #1B550B
Tints of Myrtle #1B550B
RGB
CMYK
RGB Variations
Color information
#1B550B (or 0x1B550B) is known color: Myrtle. HEX triplet: 1B, 55 and 0B. RGB value is (27,85,11). Sum of RGB (Red+Green+Blue) = 27+85+11=123 (16% of max value = 765). Red value is 27 (10.94% from 255 or 21.95% from 123); Green value is 85 (33.59% from 255 or 69.11% from 123); Blue value is 11 (4.69% from 255 or 8.94% from 123); Max value from RGB is 85 - color contains mainly: green. Hex color #1B550B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1B550B is #E4AAF4. Grayscale: #3B3B3B. Windows color (decimal): -14985973 or 742683. OLE color: 742683.
HSL color Cylindrical-coordinate representation of color #1B550B: hue angle of 107.03º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1B550B is Cyan = 0.68, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 27 | 85 | 11 | - |
| CMYK | 0.68 | 0 | 0.87 | 0.67 |
| HSL | 107.03º | 0.77% | 0.19% | - |
| HSV(B) | 107.03º | 0.87% | 0.33% | - |
| XYZ | 3.76 | 6.75 | 1.42 | - |
| YUV | 59.22 | 100.78 | 105.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 85 | 11 | 0.68 | 0 | 0.87 | 0.67 | 107.03 | 0.77 | 0.19 |
| Hex | 1B | 55 | B | 44 | 0 | 57 | 43 | 6B | 4D | 13 |
| Octal | 33 | 125 | 13 | 104 | 0 | 127 | 103 | 153 | 115 | 23 |
| Binary | 11011 | 1010101 | 1011 | 1000100 | 0 | 1010111 | 1000011 | 1101011 | 1001101 | 10011 |
Color Harmonies of #1B550B
Complementary color
Monochromatic Colors of #1B550B
Black with #1B550B
Text Example
Text Example
White with #1B550B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B550B; }
p { color: rgb(27,85,11); }
H1.HeaderClassName
{
color: #1B550B;
}
.AnyTagClassName
{
color: #1B550B;
}
</style>
background-color css
<style>
a { background-color: #1B550B; }
a { background-color: rgb(27,85,11); }
div.DivClassName
{
background-color: #1B550B;
}
.BgClassName
{
background-color: #1B550B;
}
</style>
border-color css
<style>
span { border-color: #1B550B; }
span { border-color: rgb(27,85,11); }
td.TdClassName
{
border-color: #1B550B;
}
.TagClassName
{
border-color: #1B550B;
}
</style>