Shades of Myrtle #1B491F
Tints of Myrtle #1B491F
RGB
CMYK
RGB Variations
Color information
#1B491F (or 0x1B491F) is known color: Myrtle. HEX triplet: 1B, 49 and 1F. RGB value is (27,73,31). Sum of RGB (Red+Green+Blue) = 27+73+31=131 (17% of max value = 765). Red value is 27 (10.94% from 255 or 20.61% from 131); Green value is 73 (28.91% from 255 or 55.73% from 131); Blue value is 31 (12.5% from 255 or 23.66% from 131); Max value from RGB is 73 - color contains mainly: green. Hex color #1B491F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B491F is #E4B6E0. Grayscale: #363636. Windows color (decimal): -14989025 or 2050331. OLE color: 2050331.
HSL color Cylindrical-coordinate representation of color #1B491F: hue angle of 125.22º degrees, saturation: 0.46, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1B491F is Cyan = 0.63, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 27 | 73 | 31 | - |
| CMYK | 0.63 | 0 | 0.58 | 0.71 |
| HSL | 125.22º | 0.46% | 0.2% | - |
| HSV(B) | 125.22º | 0.63% | 0.29% | - |
| XYZ | 3.08 | 5.1 | 2.12 | - |
| YUV | 54.46 | 114.76 | 108.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 73 | 31 | 0.63 | 0 | 0.58 | 0.71 | 125.22 | 0.46 | 0.2 |
| Hex | 1B | 49 | 1F | 3F | 0 | 3A | 47 | 7D | 2E | 14 |
| Octal | 33 | 111 | 37 | 77 | 0 | 72 | 107 | 175 | 56 | 24 |
| Binary | 11011 | 1001001 | 11111 | 111111 | 0 | 111010 | 1000111 | 1111101 | 101110 | 10100 |
Color Harmonies of #1B491F
Complementary color
Monochromatic Colors of #1B491F
Black with #1B491F
Text Example
Text Example
White with #1B491F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B491F; }
p { color: rgb(27,73,31); }
H1.HeaderClassName
{
color: #1B491F;
}
.AnyTagClassName
{
color: #1B491F;
}
</style>
background-color css
<style>
a { background-color: #1B491F; }
a { background-color: rgb(27,73,31); }
div.DivClassName
{
background-color: #1B491F;
}
.BgClassName
{
background-color: #1B491F;
}
</style>
border-color css
<style>
span { border-color: #1B491F; }
span { border-color: rgb(27,73,31); }
td.TdClassName
{
border-color: #1B491F;
}
.TagClassName
{
border-color: #1B491F;
}
</style>