Shades of Myrtle #1B5417
Tints of Myrtle #1B5417
RGB
CMYK
RGB Variations
Color information
#1B5417 (or 0x1B5417) is known color: Myrtle. HEX triplet: 1B, 54 and 17. RGB value is (27,84,23). Sum of RGB (Red+Green+Blue) = 27+84+23=134 (17% of max value = 765). Red value is 27 (10.94% from 255 or 20.15% from 134); Green value is 84 (33.20% from 255 or 62.69% from 134); Blue value is 23 (9.38% from 255 or 17.16% from 134); Max value from RGB is 84 - color contains mainly: green. Hex color #1B5417 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1B5417 is #E4ABE8. Grayscale: #3C3C3C. Windows color (decimal): -14986217 or 1528859. OLE color: 1528859.
HSL color Cylindrical-coordinate representation of color #1B5417: hue angle of 116.07º 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 #1B5417 is Cyan = 0.68, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 27 | 84 | 23 | - |
| CMYK | 0.68 | 0 | 0.73 | 0.67 |
| HSL | 116.07º | 0.57% | 0.21% | - |
| HSV(B) | 116.07º | 0.73% | 0.33% | - |
| XYZ | 3.78 | 6.64 | 1.89 | - |
| YUV | 60 | 107.12 | 104.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 84 | 23 | 0.68 | 0 | 0.73 | 0.67 | 116.07 | 0.57 | 0.21 |
| Hex | 1B | 54 | 17 | 44 | 0 | 49 | 43 | 74 | 39 | 15 |
| Octal | 33 | 124 | 27 | 104 | 0 | 111 | 103 | 164 | 71 | 25 |
| Binary | 11011 | 1010100 | 10111 | 1000100 | 0 | 1001001 | 1000011 | 1110100 | 111001 | 10101 |
Color Harmonies of #1B5417
Complementary color
Monochromatic Colors of #1B5417
Black with #1B5417
Text Example
Text Example
White with #1B5417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5417; }
p { color: rgb(27,84,23); }
H1.HeaderClassName
{
color: #1B5417;
}
.AnyTagClassName
{
color: #1B5417;
}
</style>
background-color css
<style>
a { background-color: #1B5417; }
a { background-color: rgb(27,84,23); }
div.DivClassName
{
background-color: #1B5417;
}
.BgClassName
{
background-color: #1B5417;
}
</style>
border-color css
<style>
span { border-color: #1B5417; }
span { border-color: rgb(27,84,23); }
td.TdClassName
{
border-color: #1B5417;
}
.TagClassName
{
border-color: #1B5417;
}
</style>