Shades of Myrtle #1B3915
Tints of Myrtle #1B3915
RGB
CMYK
RGB Variations
Color information
#1B3915 (or 0x1B3915) is known color: Myrtle. HEX triplet: 1B, 39 and 15. RGB value is (27,57,21). Sum of RGB (Red+Green+Blue) = 27+57+21=105 (13% of max value = 765). Red value is 27 (10.94% from 255 or 25.71% from 105); Green value is 57 (22.66% from 255 or 54.29% from 105); Blue value is 21 (8.59% from 255 or 20% from 105); Max value from RGB is 57 - color contains mainly: green. Hex color #1B3915 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B3915 is #E4C6EA. Grayscale: #2C2C2C. Windows color (decimal): -14993131 or 1390875. OLE color: 1390875.
HSL color Cylindrical-coordinate representation of color #1B3915: hue angle of 110º degrees, saturation: 0.46, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1B3915 is Cyan = 0.53, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 27 | 57 | 21 | - |
| CMYK | 0.53 | 0 | 0.63 | 0.78 |
| HSL | 110º | 0.46% | 0.15% | - |
| HSV(B) | 110º | 0.63% | 0.22% | - |
| XYZ | 2.05 | 3.21 | 1.22 | - |
| YUV | 43.93 | 115.06 | 115.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 57 | 21 | 0.53 | 0 | 0.63 | 0.78 | 110 | 0.46 | 0.15 |
| Hex | 1B | 39 | 15 | 35 | 0 | 3F | 4E | 6E | 2E | F |
| Octal | 33 | 71 | 25 | 65 | 0 | 77 | 116 | 156 | 56 | 17 |
| Binary | 11011 | 111001 | 10101 | 110101 | 0 | 111111 | 1001110 | 1101110 | 101110 | 1111 |
Color Harmonies of #1B3915
Complementary color
Monochromatic Colors of #1B3915
Black with #1B3915
Text Example
Text Example
White with #1B3915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3915; }
p { color: rgb(27,57,21); }
H1.HeaderClassName
{
color: #1B3915;
}
.AnyTagClassName
{
color: #1B3915;
}
</style>
background-color css
<style>
a { background-color: #1B3915; }
a { background-color: rgb(27,57,21); }
div.DivClassName
{
background-color: #1B3915;
}
.BgClassName
{
background-color: #1B3915;
}
</style>
border-color css
<style>
span { border-color: #1B3915; }
span { border-color: rgb(27,57,21); }
td.TdClassName
{
border-color: #1B3915;
}
.TagClassName
{
border-color: #1B3915;
}
</style>