Shades of Myrtle #1B6210
Tints of Myrtle #1B6210
RGB
CMYK
RGB Variations
Color information
#1B6210 (or 0x1B6210) is known color: Myrtle. HEX triplet: 1B, 62 and 10. RGB value is (27,98,16). Sum of RGB (Red+Green+Blue) = 27+98+16=141 (18% of max value = 765). Red value is 27 (10.94% from 255 or 19.15% from 141); Green value is 98 (38.67% from 255 or 69.50% from 141); Blue value is 16 (6.64% from 255 or 11.35% from 141); Max value from RGB is 98 - color contains mainly: green. Hex color #1B6210 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1B6210 is #E49DEF. Grayscale: #434343. Windows color (decimal): -14982640 or 1073691. OLE color: 1073691.
HSL color Cylindrical-coordinate representation of color #1B6210: hue angle of 111.95º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1B6210 is Cyan = 0.72, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 27 | 98 | 16 | - |
| CMYK | 0.72 | 0 | 0.84 | 0.62 |
| HSL | 111.95º | 0.72% | 0.22% | - |
| HSV(B) | 111.95º | 0.84% | 0.38% | - |
| XYZ | 4.91 | 9.01 | 1.97 | - |
| YUV | 67.42 | 98.98 | 99.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 98 | 16 | 0.72 | 0 | 0.84 | 0.62 | 111.95 | 0.72 | 0.22 |
| Hex | 1B | 62 | 10 | 48 | 0 | 54 | 3E | 70 | 48 | 16 |
| Octal | 33 | 142 | 20 | 110 | 0 | 124 | 76 | 160 | 110 | 26 |
| Binary | 11011 | 1100010 | 10000 | 1001000 | 0 | 1010100 | 111110 | 1110000 | 1001000 | 10110 |
Color Harmonies of #1B6210
Complementary color
Monochromatic Colors of #1B6210
Black with #1B6210
Text Example
Text Example
White with #1B6210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B6210; }
p { color: rgb(27,98,16); }
H1.HeaderClassName
{
color: #1B6210;
}
.AnyTagClassName
{
color: #1B6210;
}
</style>
background-color css
<style>
a { background-color: #1B6210; }
a { background-color: rgb(27,98,16); }
div.DivClassName
{
background-color: #1B6210;
}
.BgClassName
{
background-color: #1B6210;
}
</style>
border-color css
<style>
span { border-color: #1B6210; }
span { border-color: rgb(27,98,16); }
td.TdClassName
{
border-color: #1B6210;
}
.TagClassName
{
border-color: #1B6210;
}
</style>