Shades of Myrtle #1B6013
Tints of Myrtle #1B6013
RGB
CMYK
RGB Variations
Color information
#1B6013 (or 0x1B6013) is known color: Myrtle. HEX triplet: 1B, 60 and 13. RGB value is (27,96,19). Sum of RGB (Red+Green+Blue) = 27+96+19=142 (18% of max value = 765). Red value is 27 (10.94% from 255 or 19.01% from 142); Green value is 96 (37.89% from 255 or 67.61% from 142); Blue value is 19 (7.81% from 255 or 13.38% from 142); Max value from RGB is 96 - color contains mainly: green. Hex color #1B6013 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1B6013 is #E49FEC. Grayscale: #424242. Windows color (decimal): -14983149 or 1269787. OLE color: 1269787.
HSL color Cylindrical-coordinate representation of color #1B6013: hue angle of 113.77º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1B6013 is Cyan = 0.72, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 27 | 96 | 19 | - |
| CMYK | 0.72 | 0 | 0.80 | 0.62 |
| HSL | 113.77º | 0.67% | 0.23% | - |
| HSV(B) | 113.77º | 0.8% | 0.38% | - |
| XYZ | 4.75 | 8.65 | 2.03 | - |
| YUV | 66.59 | 101.14 | 99.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 96 | 19 | 0.72 | 0 | 0.80 | 0.62 | 113.77 | 0.67 | 0.23 |
| Hex | 1B | 60 | 13 | 48 | 0 | 50 | 3E | 72 | 43 | 17 |
| Octal | 33 | 140 | 23 | 110 | 0 | 120 | 76 | 162 | 103 | 27 |
| Binary | 11011 | 1100000 | 10011 | 1001000 | 0 | 1010000 | 111110 | 1110010 | 1000011 | 10111 |
Color Harmonies of #1B6013
Complementary color
Monochromatic Colors of #1B6013
Black with #1B6013
Text Example
Text Example
White with #1B6013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B6013; }
p { color: rgb(27,96,19); }
H1.HeaderClassName
{
color: #1B6013;
}
.AnyTagClassName
{
color: #1B6013;
}
</style>
background-color css
<style>
a { background-color: #1B6013; }
a { background-color: rgb(27,96,19); }
div.DivClassName
{
background-color: #1B6013;
}
.BgClassName
{
background-color: #1B6013;
}
</style>
border-color css
<style>
span { border-color: #1B6013; }
span { border-color: rgb(27,96,19); }
td.TdClassName
{
border-color: #1B6013;
}
.TagClassName
{
border-color: #1B6013;
}
</style>