Shades of Myrtle #1B5211
Tints of Myrtle #1B5211
RGB
CMYK
RGB Variations
Color information
#1B5211 (or 0x1B5211) is known color: Myrtle. HEX triplet: 1B, 52 and 11. RGB value is (27,82,17). Sum of RGB (Red+Green+Blue) = 27+82+17=126 (16% of max value = 765). Red value is 27 (10.94% from 255 or 21.43% from 126); Green value is 82 (32.42% from 255 or 65.08% from 126); Blue value is 17 (7.03% from 255 or 13.49% from 126); Max value from RGB is 82 - color contains mainly: green. Hex color #1B5211 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1B5211 is #E4ADEE. Grayscale: #3A3A3A. Windows color (decimal): -14986735 or 1135131. OLE color: 1135131.
HSL color Cylindrical-coordinate representation of color #1B5211: hue angle of 110.77º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1B5211 is Cyan = 0.67, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 27 | 82 | 17 | - |
| CMYK | 0.67 | 0 | 0.79 | 0.68 |
| HSL | 110.77º | 0.66% | 0.19% | - |
| HSV(B) | 110.77º | 0.79% | 0.32% | - |
| XYZ | 3.57 | 6.31 | 1.56 | - |
| YUV | 58.15 | 104.78 | 105.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 82 | 17 | 0.67 | 0 | 0.79 | 0.68 | 110.77 | 0.66 | 0.19 |
| Hex | 1B | 52 | 11 | 43 | 0 | 4F | 44 | 6F | 42 | 13 |
| Octal | 33 | 122 | 21 | 103 | 0 | 117 | 104 | 157 | 102 | 23 |
| Binary | 11011 | 1010010 | 10001 | 1000011 | 0 | 1001111 | 1000100 | 1101111 | 1000010 | 10011 |
Color Harmonies of #1B5211
Complementary color
Monochromatic Colors of #1B5211
Black with #1B5211
Text Example
Text Example
White with #1B5211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5211; }
p { color: rgb(27,82,17); }
H1.HeaderClassName
{
color: #1B5211;
}
.AnyTagClassName
{
color: #1B5211;
}
</style>
background-color css
<style>
a { background-color: #1B5211; }
a { background-color: rgb(27,82,17); }
div.DivClassName
{
background-color: #1B5211;
}
.BgClassName
{
background-color: #1B5211;
}
</style>
border-color css
<style>
span { border-color: #1B5211; }
span { border-color: rgb(27,82,17); }
td.TdClassName
{
border-color: #1B5211;
}
.TagClassName
{
border-color: #1B5211;
}
</style>