Shades of Myrtle #1B3918
Tints of Myrtle #1B3918
RGB
CMYK
RGB Variations
Color information
#1B3918 (or 0x1B3918) is known color: Myrtle. HEX triplet: 1B, 39 and 18. RGB value is (27,57,24). Sum of RGB (Red+Green+Blue) = 27+57+24=108 (14% of max value = 765). Red value is 27 (10.94% from 255 or 25% from 108); Green value is 57 (22.66% from 255 or 52.78% from 108); Blue value is 24 (9.77% from 255 or 22.22% from 108); Max value from RGB is 57 - color contains mainly: green. Hex color #1B3918 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B3918 is #E4C6E7. Grayscale: #2C2C2C. Windows color (decimal): -14993128 or 1587483. OLE color: 1587483.
HSL color Cylindrical-coordinate representation of color #1B3918: hue angle of 114.55º degrees, saturation: 0.41, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1B3918 is Cyan = 0.53, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 27 | 57 | 24 | - |
| CMYK | 0.53 | 0 | 0.58 | 0.78 |
| HSL | 114.55º | 0.41% | 0.16% | - |
| HSV(B) | 114.55º | 0.58% | 0.22% | - |
| XYZ | 2.08 | 3.23 | 1.38 | - |
| YUV | 44.27 | 116.56 | 115.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 57 | 24 | 0.53 | 0 | 0.58 | 0.78 | 114.55 | 0.41 | 0.16 |
| Hex | 1B | 39 | 18 | 35 | 0 | 3A | 4E | 73 | 29 | 10 |
| Octal | 33 | 71 | 30 | 65 | 0 | 72 | 116 | 163 | 51 | 20 |
| Binary | 11011 | 111001 | 11000 | 110101 | 0 | 111010 | 1001110 | 1110011 | 101001 | 10000 |
Color Harmonies of #1B3918
Complementary color
Monochromatic Colors of #1B3918
Black with #1B3918
Text Example
Text Example
White with #1B3918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3918; }
p { color: rgb(27,57,24); }
H1.HeaderClassName
{
color: #1B3918;
}
.AnyTagClassName
{
color: #1B3918;
}
</style>
background-color css
<style>
a { background-color: #1B3918; }
a { background-color: rgb(27,57,24); }
div.DivClassName
{
background-color: #1B3918;
}
.BgClassName
{
background-color: #1B3918;
}
</style>
border-color css
<style>
span { border-color: #1B3918; }
span { border-color: rgb(27,57,24); }
td.TdClassName
{
border-color: #1B3918;
}
.TagClassName
{
border-color: #1B3918;
}
</style>