Shades of Myrtle #1B3D1E
Tints of Myrtle #1B3D1E
RGB
CMYK
RGB Variations
Color information
#1B3D1E (or 0x1B3D1E) is known color: Myrtle. HEX triplet: 1B, 3D and 1E. RGB value is (27,61,30). Sum of RGB (Red+Green+Blue) = 27+61+30=118 (15% of max value = 765). Red value is 27 (10.94% from 255 or 22.88% from 118); Green value is 61 (24.22% from 255 or 51.69% from 118); Blue value is 30 (12.11% from 255 or 25.42% from 118); Max value from RGB is 61 - color contains mainly: green. Hex color #1B3D1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B3D1E is #E4C2E1. Grayscale: #2F2F2F. Windows color (decimal): -14992098 or 1981723. OLE color: 1981723.
HSL color Cylindrical-coordinate representation of color #1B3D1E: hue angle of 125.29º degrees, saturation: 0.39, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #1B3D1E is Cyan = 0.56, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 27 | 61 | 30 | - |
| CMYK | 0.56 | 0 | 0.51 | 0.76 |
| HSL | 125.29º | 0.39% | 0.17% | - |
| HSV(B) | 125.29º | 0.56% | 0.24% | - |
| XYZ | 2.36 | 3.66 | 1.81 | - |
| YUV | 47.3 | 118.24 | 113.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 61 | 30 | 0.56 | 0 | 0.51 | 0.76 | 125.29 | 0.39 | 0.17 |
| Hex | 1B | 3D | 1E | 38 | 0 | 33 | 4C | 7D | 27 | 11 |
| Octal | 33 | 75 | 36 | 70 | 0 | 63 | 114 | 175 | 47 | 21 |
| Binary | 11011 | 111101 | 11110 | 111000 | 0 | 110011 | 1001100 | 1111101 | 100111 | 10001 |
Color Harmonies of #1B3D1E
Complementary color
Monochromatic Colors of #1B3D1E
Black with #1B3D1E
Text Example
Text Example
White with #1B3D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3D1E; }
p { color: rgb(27,61,30); }
H1.HeaderClassName
{
color: #1B3D1E;
}
.AnyTagClassName
{
color: #1B3D1E;
}
</style>
background-color css
<style>
a { background-color: #1B3D1E; }
a { background-color: rgb(27,61,30); }
div.DivClassName
{
background-color: #1B3D1E;
}
.BgClassName
{
background-color: #1B3D1E;
}
</style>
border-color css
<style>
span { border-color: #1B3D1E; }
span { border-color: rgb(27,61,30); }
td.TdClassName
{
border-color: #1B3D1E;
}
.TagClassName
{
border-color: #1B3D1E;
}
</style>