Shades of Myrtle #1B491B
Tints of Myrtle #1B491B
RGB
CMYK
RGB Variations
Color information
#1B491B (or 0x1B491B) is known color: Myrtle. HEX triplet: 1B, 49 and 1B. RGB value is (27,73,27). Sum of RGB (Red+Green+Blue) = 27+73+27=127 (16% of max value = 765). Red value is 27 (10.94% from 255 or 21.26% from 127); Green value is 73 (28.91% from 255 or 57.48% from 127); Blue value is 27 (10.94% from 255 or 21.26% from 127); Max value from RGB is 73 - color contains mainly: green. Hex color #1B491B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B491B is #E4B6E4. Grayscale: #363636. Windows color (decimal): -14989029 or 1788187. OLE color: 1788187.
HSL color Cylindrical-coordinate representation of color #1B491B: hue angle of 120º 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 #1B491B is Cyan = 0.63, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 27 | 73 | 27 | - |
| CMYK | 0.63 | 0 | 0.63 | 0.71 |
| HSL | 120º | 0.46% | 0.2% | - |
| HSV(B) | 120º | 0.63% | 0.29% | - |
| XYZ | 3.03 | 5.08 | 1.86 | - |
| YUV | 54 | 112.76 | 108.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 73 | 27 | 0.63 | 0 | 0.63 | 0.71 | 120 | 0.46 | 0.2 |
| Hex | 1B | 49 | 1B | 3F | 0 | 3F | 47 | 78 | 2E | 14 |
| Octal | 33 | 111 | 33 | 77 | 0 | 77 | 107 | 170 | 56 | 24 |
| Binary | 11011 | 1001001 | 11011 | 111111 | 0 | 111111 | 1000111 | 1111000 | 101110 | 10100 |
Color Harmonies of #1B491B
Complementary color
Monochromatic Colors of #1B491B
Black with #1B491B
Text Example
Text Example
White with #1B491B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B491B; }
p { color: rgb(27,73,27); }
H1.HeaderClassName
{
color: #1B491B;
}
.AnyTagClassName
{
color: #1B491B;
}
</style>
background-color css
<style>
a { background-color: #1B491B; }
a { background-color: rgb(27,73,27); }
div.DivClassName
{
background-color: #1B491B;
}
.BgClassName
{
background-color: #1B491B;
}
</style>
border-color css
<style>
span { border-color: #1B491B; }
span { border-color: rgb(27,73,27); }
td.TdClassName
{
border-color: #1B491B;
}
.TagClassName
{
border-color: #1B491B;
}
</style>