Shades of Myrtle #1B5B0B
Tints of Myrtle #1B5B0B
RGB
CMYK
RGB Variations
Color information
#1B5B0B (or 0x1B5B0B) is known color: Myrtle. HEX triplet: 1B, 5B and 0B. RGB value is (27,91,11). Sum of RGB (Red+Green+Blue) = 27+91+11=129 (17% of max value = 765). Red value is 27 (10.94% from 255 or 20.93% from 129); Green value is 91 (35.94% from 255 or 70.54% from 129); Blue value is 11 (4.69% from 255 or 8.53% from 129); Max value from RGB is 91 - color contains mainly: green. Hex color #1B5B0B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1B5B0B is #E4A4F4. Grayscale: #3F3F3F. Windows color (decimal): -14984437 or 744219. OLE color: 744219.
HSL color Cylindrical-coordinate representation of color #1B5B0B: hue angle of 108º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1B5B0B is Cyan = 0.70, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 27 | 91 | 11 | - |
| CMYK | 0.70 | 0 | 0.88 | 0.64 |
| HSL | 108º | 0.78% | 0.2% | - |
| HSV(B) | 108º | 0.88% | 0.36% | - |
| XYZ | 4.25 | 7.74 | 1.59 | - |
| YUV | 62.74 | 98.8 | 102.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 91 | 11 | 0.70 | 0 | 0.88 | 0.64 | 108 | 0.78 | 0.2 |
| Hex | 1B | 5B | B | 46 | 0 | 58 | 40 | 6C | 4E | 14 |
| Octal | 33 | 133 | 13 | 106 | 0 | 130 | 100 | 154 | 116 | 24 |
| Binary | 11011 | 1011011 | 1011 | 1000110 | 0 | 1011000 | 1000000 | 1101100 | 1001110 | 10100 |
Color Harmonies of #1B5B0B
Complementary color
Monochromatic Colors of #1B5B0B
Black with #1B5B0B
Text Example
Text Example
White with #1B5B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5B0B; }
p { color: rgb(27,91,11); }
H1.HeaderClassName
{
color: #1B5B0B;
}
.AnyTagClassName
{
color: #1B5B0B;
}
</style>
background-color css
<style>
a { background-color: #1B5B0B; }
a { background-color: rgb(27,91,11); }
div.DivClassName
{
background-color: #1B5B0B;
}
.BgClassName
{
background-color: #1B5B0B;
}
</style>
border-color css
<style>
span { border-color: #1B5B0B; }
span { border-color: rgb(27,91,11); }
td.TdClassName
{
border-color: #1B5B0B;
}
.TagClassName
{
border-color: #1B5B0B;
}
</style>