Shades of Myrtle #1B470D
Tints of Myrtle #1B470D
RGB
CMYK
RGB Variations
Color information
#1B470D (or 0x1B470D) is known color: Myrtle. HEX triplet: 1B, 47 and 0D. RGB value is (27,71,13). Sum of RGB (Red+Green+Blue) = 27+71+13=111 (14% of max value = 765). Red value is 27 (10.94% from 255 or 24.32% from 111); Green value is 71 (28.12% from 255 or 63.96% from 111); Blue value is 13 (5.47% from 255 or 11.71% from 111); Max value from RGB is 71 - color contains mainly: green. Hex color #1B470D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B470D is #E4B8F2. Grayscale: #333333. Windows color (decimal): -14989555 or 870171. OLE color: 870171.
HSL color Cylindrical-coordinate representation of color #1B470D: hue angle of 105.52º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1B470D is Cyan = 0.62, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 27 | 71 | 13 | - |
| CMYK | 0.62 | 0 | 0.82 | 0.72 |
| HSL | 105.52º | 0.69% | 0.16% | - |
| HSV(B) | 105.52º | 0.82% | 0.28% | - |
| XYZ | 2.78 | 4.77 | 1.15 | - |
| YUV | 51.23 | 106.42 | 110.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 71 | 13 | 0.62 | 0 | 0.82 | 0.72 | 105.52 | 0.69 | 0.16 |
| Hex | 1B | 47 | D | 3E | 0 | 52 | 48 | 6A | 45 | 10 |
| Octal | 33 | 107 | 15 | 76 | 0 | 122 | 110 | 152 | 105 | 20 |
| Binary | 11011 | 1000111 | 1101 | 111110 | 0 | 1010010 | 1001000 | 1101010 | 1000101 | 10000 |
Color Harmonies of #1B470D
Complementary color
Monochromatic Colors of #1B470D
Black with #1B470D
Text Example
Text Example
White with #1B470D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B470D; }
p { color: rgb(27,71,13); }
H1.HeaderClassName
{
color: #1B470D;
}
.AnyTagClassName
{
color: #1B470D;
}
</style>
background-color css
<style>
a { background-color: #1B470D; }
a { background-color: rgb(27,71,13); }
div.DivClassName
{
background-color: #1B470D;
}
.BgClassName
{
background-color: #1B470D;
}
</style>
border-color css
<style>
span { border-color: #1B470D; }
span { border-color: rgb(27,71,13); }
td.TdClassName
{
border-color: #1B470D;
}
.TagClassName
{
border-color: #1B470D;
}
</style>