Shades of Myrtle #1B620D
Tints of Myrtle #1B620D
RGB
CMYK
RGB Variations
Color information
#1B620D (or 0x1B620D) is known color: Myrtle. HEX triplet: 1B, 62 and 0D. RGB value is (27,98,13). Sum of RGB (Red+Green+Blue) = 27+98+13=138 (18% of max value = 765). Red value is 27 (10.94% from 255 or 19.57% from 138); Green value is 98 (38.67% from 255 or 71.01% from 138); Blue value is 13 (5.47% from 255 or 9.42% from 138); Max value from RGB is 98 - color contains mainly: green. Hex color #1B620D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1B620D is #E49DF2. Grayscale: #434343. Windows color (decimal): -14982643 or 877083. OLE color: 877083.
HSL color Cylindrical-coordinate representation of color #1B620D: hue angle of 110.12º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1B620D is Cyan = 0.72, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 27 | 98 | 13 | - |
| CMYK | 0.72 | 0 | 0.87 | 0.62 |
| HSL | 110.12º | 0.77% | 0.22% | - |
| HSV(B) | 110.12º | 0.87% | 0.38% | - |
| XYZ | 4.89 | 9 | 1.86 | - |
| YUV | 67.08 | 97.48 | 99.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 98 | 13 | 0.72 | 0 | 0.87 | 0.62 | 110.12 | 0.77 | 0.22 |
| Hex | 1B | 62 | D | 48 | 0 | 57 | 3E | 6E | 4D | 16 |
| Octal | 33 | 142 | 15 | 110 | 0 | 127 | 76 | 156 | 115 | 26 |
| Binary | 11011 | 1100010 | 1101 | 1001000 | 0 | 1010111 | 111110 | 1101110 | 1001101 | 10110 |
Color Harmonies of #1B620D
Complementary color
Monochromatic Colors of #1B620D
Black with #1B620D
Text Example
Text Example
White with #1B620D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B620D; }
p { color: rgb(27,98,13); }
H1.HeaderClassName
{
color: #1B620D;
}
.AnyTagClassName
{
color: #1B620D;
}
</style>
background-color css
<style>
a { background-color: #1B620D; }
a { background-color: rgb(27,98,13); }
div.DivClassName
{
background-color: #1B620D;
}
.BgClassName
{
background-color: #1B620D;
}
</style>
border-color css
<style>
span { border-color: #1B620D; }
span { border-color: rgb(27,98,13); }
td.TdClassName
{
border-color: #1B620D;
}
.TagClassName
{
border-color: #1B620D;
}
</style>