Shades of Myrtle #1B5F0D
Tints of Myrtle #1B5F0D
RGB
CMYK
RGB Variations
Color information
#1B5F0D (or 0x1B5F0D) is known color: Myrtle. HEX triplet: 1B, 5F and 0D. RGB value is (27,95,13). Sum of RGB (Red+Green+Blue) = 27+95+13=135 (17% of max value = 765). Red value is 27 (10.94% from 255 or 20% from 135); Green value is 95 (37.5% from 255 or 70.37% from 135); Blue value is 13 (5.47% from 255 or 9.63% from 135); Max value from RGB is 95 - color contains mainly: green. Hex color #1B5F0D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1B5F0D is #E4A0F2. Grayscale: #414141. Windows color (decimal): -14983411 or 876315. OLE color: 876315.
HSL color Cylindrical-coordinate representation of color #1B5F0D: hue angle of 109.76º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1B5F0D is Cyan = 0.72, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 27 | 95 | 13 | - |
| CMYK | 0.72 | 0 | 0.86 | 0.63 |
| HSL | 109.76º | 0.76% | 0.21% | - |
| HSV(B) | 109.76º | 0.86% | 0.37% | - |
| XYZ | 4.62 | 8.45 | 1.77 | - |
| YUV | 65.32 | 98.47 | 100.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 95 | 13 | 0.72 | 0 | 0.86 | 0.63 | 109.76 | 0.76 | 0.21 |
| Hex | 1B | 5F | D | 48 | 0 | 56 | 3F | 6E | 4C | 15 |
| Octal | 33 | 137 | 15 | 110 | 0 | 126 | 77 | 156 | 114 | 25 |
| Binary | 11011 | 1011111 | 1101 | 1001000 | 0 | 1010110 | 111111 | 1101110 | 1001100 | 10101 |
Color Harmonies of #1B5F0D
Complementary color
Monochromatic Colors of #1B5F0D
Black with #1B5F0D
Text Example
Text Example
White with #1B5F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5F0D; }
p { color: rgb(27,95,13); }
H1.HeaderClassName
{
color: #1B5F0D;
}
.AnyTagClassName
{
color: #1B5F0D;
}
</style>
background-color css
<style>
a { background-color: #1B5F0D; }
a { background-color: rgb(27,95,13); }
div.DivClassName
{
background-color: #1B5F0D;
}
.BgClassName
{
background-color: #1B5F0D;
}
</style>
border-color css
<style>
span { border-color: #1B5F0D; }
span { border-color: rgb(27,95,13); }
td.TdClassName
{
border-color: #1B5F0D;
}
.TagClassName
{
border-color: #1B5F0D;
}
</style>