Shades of Myrtle #1B5918
Tints of Myrtle #1B5918
RGB
CMYK
RGB Variations
Color information
#1B5918 (or 0x1B5918) is known color: Myrtle. HEX triplet: 1B, 59 and 18. RGB value is (27,89,24). Sum of RGB (Red+Green+Blue) = 27+89+24=140 (18% of max value = 765). Red value is 27 (10.94% from 255 or 19.29% from 140); Green value is 89 (35.16% from 255 or 63.57% from 140); Blue value is 24 (9.77% from 255 or 17.14% from 140); Max value from RGB is 89 - color contains mainly: green. Hex color #1B5918 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1B5918 is #E4A6E7. Grayscale: #3F3F3F. Windows color (decimal): -14984936 or 1595675. OLE color: 1595675.
HSL color Cylindrical-coordinate representation of color #1B5918: hue angle of 117.23º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1B5918 is Cyan = 0.70, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 27 | 89 | 24 | - |
| CMYK | 0.70 | 0 | 0.73 | 0.65 |
| HSL | 117.23º | 0.58% | 0.22% | - |
| HSV(B) | 117.23º | 0.73% | 0.35% | - |
| XYZ | 4.19 | 7.44 | 2.08 | - |
| YUV | 63.05 | 105.96 | 102.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 89 | 24 | 0.70 | 0 | 0.73 | 0.65 | 117.23 | 0.58 | 0.22 |
| Hex | 1B | 59 | 18 | 46 | 0 | 49 | 41 | 75 | 3A | 16 |
| Octal | 33 | 131 | 30 | 106 | 0 | 111 | 101 | 165 | 72 | 26 |
| Binary | 11011 | 1011001 | 11000 | 1000110 | 0 | 1001001 | 1000001 | 1110101 | 111010 | 10110 |
Color Harmonies of #1B5918
Complementary color
Monochromatic Colors of #1B5918
Black with #1B5918
Text Example
Text Example
White with #1B5918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5918; }
p { color: rgb(27,89,24); }
H1.HeaderClassName
{
color: #1B5918;
}
.AnyTagClassName
{
color: #1B5918;
}
</style>
background-color css
<style>
a { background-color: #1B5918; }
a { background-color: rgb(27,89,24); }
div.DivClassName
{
background-color: #1B5918;
}
.BgClassName
{
background-color: #1B5918;
}
</style>
border-color css
<style>
span { border-color: #1B5918; }
span { border-color: rgb(27,89,24); }
td.TdClassName
{
border-color: #1B5918;
}
.TagClassName
{
border-color: #1B5918;
}
</style>