Shades of Myrtle #1B510E
Tints of Myrtle #1B510E
RGB
CMYK
RGB Variations
Color information
#1B510E (or 0x1B510E) is known color: Myrtle. HEX triplet: 1B, 51 and 0E. RGB value is (27,81,14). Sum of RGB (Red+Green+Blue) = 27+81+14=122 (16% of max value = 765). Red value is 27 (10.94% from 255 or 22.13% from 122); Green value is 81 (32.03% from 255 or 66.39% from 122); Blue value is 14 (5.86% from 255 or 11.48% from 122); Max value from RGB is 81 - color contains mainly: green. Hex color #1B510E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1B510E is #E4AEF1. Grayscale: #393939. Windows color (decimal): -14986994 or 938267. OLE color: 938267.
HSL color Cylindrical-coordinate representation of color #1B510E: hue angle of 108.36º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1B510E is Cyan = 0.67, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 27 | 81 | 14 | - |
| CMYK | 0.67 | 0 | 0.83 | 0.68 |
| HSL | 108.36º | 0.71% | 0.19% | - |
| HSV(B) | 108.36º | 0.83% | 0.32% | - |
| XYZ | 3.47 | 6.15 | 1.42 | - |
| YUV | 57.22 | 103.61 | 106.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 81 | 14 | 0.67 | 0 | 0.83 | 0.68 | 108.36 | 0.71 | 0.19 |
| Hex | 1B | 51 | E | 43 | 0 | 53 | 44 | 6C | 47 | 13 |
| Octal | 33 | 121 | 16 | 103 | 0 | 123 | 104 | 154 | 107 | 23 |
| Binary | 11011 | 1010001 | 1110 | 1000011 | 0 | 1010011 | 1000100 | 1101100 | 1000111 | 10011 |
Color Harmonies of #1B510E
Complementary color
Monochromatic Colors of #1B510E
Black with #1B510E
Text Example
Text Example
White with #1B510E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B510E; }
p { color: rgb(27,81,14); }
H1.HeaderClassName
{
color: #1B510E;
}
.AnyTagClassName
{
color: #1B510E;
}
</style>
background-color css
<style>
a { background-color: #1B510E; }
a { background-color: rgb(27,81,14); }
div.DivClassName
{
background-color: #1B510E;
}
.BgClassName
{
background-color: #1B510E;
}
</style>
border-color css
<style>
span { border-color: #1B510E; }
span { border-color: rgb(27,81,14); }
td.TdClassName
{
border-color: #1B510E;
}
.TagClassName
{
border-color: #1B510E;
}
</style>