Shades of Myrtle #1B491C
Tints of Myrtle #1B491C
RGB
CMYK
RGB Variations
Color information
#1B491C (or 0x1B491C) is known color: Myrtle. HEX triplet: 1B, 49 and 1C. RGB value is (27,73,28). Sum of RGB (Red+Green+Blue) = 27+73+28=128 (16% of max value = 765). Red value is 27 (10.94% from 255 or 21.09% from 128); Green value is 73 (28.91% from 255 or 57.03% from 128); Blue value is 28 (11.33% from 255 or 21.88% from 128); Max value from RGB is 73 - color contains mainly: green. Hex color #1B491C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B491C is #E4B6E3. Grayscale: #363636. Windows color (decimal): -14989028 or 1853723. OLE color: 1853723.
HSL color Cylindrical-coordinate representation of color #1B491C: hue angle of 121.3º 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 #1B491C is Cyan = 0.63, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 27 | 73 | 28 | - |
| CMYK | 0.63 | 0 | 0.62 | 0.71 |
| HSL | 121.3º | 0.46% | 0.2% | - |
| HSV(B) | 121.3º | 0.63% | 0.29% | - |
| XYZ | 3.04 | 5.08 | 1.92 | - |
| YUV | 54.12 | 113.26 | 108.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 73 | 28 | 0.63 | 0 | 0.62 | 0.71 | 121.3 | 0.46 | 0.2 |
| Hex | 1B | 49 | 1C | 3F | 0 | 3E | 47 | 79 | 2E | 14 |
| Octal | 33 | 111 | 34 | 77 | 0 | 76 | 107 | 171 | 56 | 24 |
| Binary | 11011 | 1001001 | 11100 | 111111 | 0 | 111110 | 1000111 | 1111001 | 101110 | 10100 |
Color Harmonies of #1B491C
Complementary color
Monochromatic Colors of #1B491C
Black with #1B491C
Text Example
Text Example
White with #1B491C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B491C; }
p { color: rgb(27,73,28); }
H1.HeaderClassName
{
color: #1B491C;
}
.AnyTagClassName
{
color: #1B491C;
}
</style>
background-color css
<style>
a { background-color: #1B491C; }
a { background-color: rgb(27,73,28); }
div.DivClassName
{
background-color: #1B491C;
}
.BgClassName
{
background-color: #1B491C;
}
</style>
border-color css
<style>
span { border-color: #1B491C; }
span { border-color: rgb(27,73,28); }
td.TdClassName
{
border-color: #1B491C;
}
.TagClassName
{
border-color: #1B491C;
}
</style>