Shades of Myrtle #1B3712
Tints of Myrtle #1B3712
RGB
CMYK
RGB Variations
Color information
#1B3712 (or 0x1B3712) is known color: Myrtle. HEX triplet: 1B, 37 and 12. RGB value is (27,55,18). Sum of RGB (Red+Green+Blue) = 27+55+18=100 (13% of max value = 765). Red value is 27 (10.94% from 255 or 27% from 100); Green value is 55 (21.88% from 255 or 55% from 100); Blue value is 18 (7.42% from 255 or 18% from 100); Max value from RGB is 55 - color contains mainly: green. Hex color #1B3712 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B3712 is #E4C8ED. Grayscale: #2A2A2A. Windows color (decimal): -14993646 or 1193755. OLE color: 1193755.
HSL color Cylindrical-coordinate representation of color #1B3712: hue angle of 105.41º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1B3712 is Cyan = 0.51, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 27 | 55 | 18 | - |
| CMYK | 0.51 | 0 | 0.67 | 0.78 |
| HSL | 105.41º | 0.51% | 0.14% | - |
| HSV(B) | 105.41º | 0.67% | 0.22% | - |
| XYZ | 1.93 | 3.01 | 1.05 | - |
| YUV | 42.41 | 114.22 | 117.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 55 | 18 | 0.51 | 0 | 0.67 | 0.78 | 105.41 | 0.51 | 0.14 |
| Hex | 1B | 37 | 12 | 33 | 0 | 43 | 4E | 69 | 33 | E |
| Octal | 33 | 67 | 22 | 63 | 0 | 103 | 116 | 151 | 63 | 16 |
| Binary | 11011 | 110111 | 10010 | 110011 | 0 | 1000011 | 1001110 | 1101001 | 110011 | 1110 |
Color Harmonies of #1B3712
Complementary color
Monochromatic Colors of #1B3712
Black with #1B3712
Text Example
Text Example
White with #1B3712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3712; }
p { color: rgb(27,55,18); }
H1.HeaderClassName
{
color: #1B3712;
}
.AnyTagClassName
{
color: #1B3712;
}
</style>
background-color css
<style>
a { background-color: #1B3712; }
a { background-color: rgb(27,55,18); }
div.DivClassName
{
background-color: #1B3712;
}
.BgClassName
{
background-color: #1B3712;
}
</style>
border-color css
<style>
span { border-color: #1B3712; }
span { border-color: rgb(27,55,18); }
td.TdClassName
{
border-color: #1B3712;
}
.TagClassName
{
border-color: #1B3712;
}
</style>