Shades of Myrtle #1B5517
Tints of Myrtle #1B5517
RGB
CMYK
RGB Variations
Color information
#1B5517 (or 0x1B5517) is known color: Myrtle. HEX triplet: 1B, 55 and 17. RGB value is (27,85,23). Sum of RGB (Red+Green+Blue) = 27+85+23=135 (17% of max value = 765). Red value is 27 (10.94% from 255 or 20% from 135); Green value is 85 (33.59% from 255 or 62.96% from 135); Blue value is 23 (9.38% from 255 or 17.04% from 135); Max value from RGB is 85 - color contains mainly: green. Hex color #1B5517 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1B5517 is #E4AAE8. Grayscale: #3C3C3C. Windows color (decimal): -14985961 or 1529115. OLE color: 1529115.
HSL color Cylindrical-coordinate representation of color #1B5517: hue angle of 116.13º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1B5517 is Cyan = 0.68, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 27 | 85 | 23 | - |
| CMYK | 0.68 | 0 | 0.73 | 0.67 |
| HSL | 116.13º | 0.57% | 0.21% | - |
| HSV(B) | 116.13º | 0.73% | 0.33% | - |
| XYZ | 3.86 | 6.79 | 1.92 | - |
| YUV | 60.59 | 106.78 | 104.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 85 | 23 | 0.68 | 0 | 0.73 | 0.67 | 116.13 | 0.57 | 0.21 |
| Hex | 1B | 55 | 17 | 44 | 0 | 49 | 43 | 74 | 39 | 15 |
| Octal | 33 | 125 | 27 | 104 | 0 | 111 | 103 | 164 | 71 | 25 |
| Binary | 11011 | 1010101 | 10111 | 1000100 | 0 | 1001001 | 1000011 | 1110100 | 111001 | 10101 |
Color Harmonies of #1B5517
Complementary color
Monochromatic Colors of #1B5517
Black with #1B5517
Text Example
Text Example
White with #1B5517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5517; }
p { color: rgb(27,85,23); }
H1.HeaderClassName
{
color: #1B5517;
}
.AnyTagClassName
{
color: #1B5517;
}
</style>
background-color css
<style>
a { background-color: #1B5517; }
a { background-color: rgb(27,85,23); }
div.DivClassName
{
background-color: #1B5517;
}
.BgClassName
{
background-color: #1B5517;
}
</style>
border-color css
<style>
span { border-color: #1B5517; }
span { border-color: rgb(27,85,23); }
td.TdClassName
{
border-color: #1B5517;
}
.TagClassName
{
border-color: #1B5517;
}
</style>