Shades of Myrtle #1B4E0D
Tints of Myrtle #1B4E0D
RGB
CMYK
RGB Variations
Color information
#1B4E0D (or 0x1B4E0D) is known color: Myrtle. HEX triplet: 1B, 4E and 0D. RGB value is (27,78,13). Sum of RGB (Red+Green+Blue) = 27+78+13=118 (15% of max value = 765). Red value is 27 (10.94% from 255 or 22.88% from 118); Green value is 78 (30.86% from 255 or 66.10% from 118); Blue value is 13 (5.47% from 255 or 11.02% from 118); Max value from RGB is 78 - color contains mainly: green. Hex color #1B4E0D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1B4E0D is #E4B1F2. Grayscale: #373737. Windows color (decimal): -14987763 or 871963. OLE color: 871963.
HSL color Cylindrical-coordinate representation of color #1B4E0D: hue angle of 107.08º degrees, saturation: 0.71, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1B4E0D is Cyan = 0.65, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 27 | 78 | 13 | - |
| CMYK | 0.65 | 0 | 0.83 | 0.69 |
| HSL | 107.08º | 0.71% | 0.18% | - |
| HSV(B) | 107.08º | 0.83% | 0.31% | - |
| XYZ | 3.25 | 5.71 | 1.31 | - |
| YUV | 55.34 | 104.1 | 107.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 78 | 13 | 0.65 | 0 | 0.83 | 0.69 | 107.08 | 0.71 | 0.18 |
| Hex | 1B | 4E | D | 41 | 0 | 53 | 45 | 6B | 47 | 12 |
| Octal | 33 | 116 | 15 | 101 | 0 | 123 | 105 | 153 | 107 | 22 |
| Binary | 11011 | 1001110 | 1101 | 1000001 | 0 | 1010011 | 1000101 | 1101011 | 1000111 | 10010 |
Color Harmonies of #1B4E0D
Complementary color
Monochromatic Colors of #1B4E0D
Black with #1B4E0D
Text Example
Text Example
White with #1B4E0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B4E0D; }
p { color: rgb(27,78,13); }
H1.HeaderClassName
{
color: #1B4E0D;
}
.AnyTagClassName
{
color: #1B4E0D;
}
</style>
background-color css
<style>
a { background-color: #1B4E0D; }
a { background-color: rgb(27,78,13); }
div.DivClassName
{
background-color: #1B4E0D;
}
.BgClassName
{
background-color: #1B4E0D;
}
</style>
border-color css
<style>
span { border-color: #1B4E0D; }
span { border-color: rgb(27,78,13); }
td.TdClassName
{
border-color: #1B4E0D;
}
.TagClassName
{
border-color: #1B4E0D;
}
</style>