Shades of Myrtle #1B411A
Tints of Myrtle #1B411A
RGB
CMYK
RGB Variations
Color information
#1B411A (or 0x1B411A) is known color: Myrtle. HEX triplet: 1B, 41 and 1A. RGB value is (27,65,26). Sum of RGB (Red+Green+Blue) = 27+65+26=118 (15% of max value = 765). Red value is 27 (10.94% from 255 or 22.88% from 118); Green value is 65 (25.78% from 255 or 55.08% from 118); Blue value is 26 (10.55% from 255 or 22.03% from 118); Max value from RGB is 65 - color contains mainly: green. Hex color #1B411A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B411A is #E4BEE5. Grayscale: #313131. Windows color (decimal): -14991078 or 1720603. OLE color: 1720603.
HSL color Cylindrical-coordinate representation of color #1B411A: hue angle of 118.46º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1B411A is Cyan = 0.58, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 27 | 65 | 26 | - |
| CMYK | 0.58 | 0 | 0.60 | 0.75 |
| HSL | 118.46º | 0.43% | 0.18% | - |
| HSV(B) | 118.46º | 0.6% | 0.25% | - |
| XYZ | 2.53 | 4.09 | 1.63 | - |
| YUV | 49.19 | 114.91 | 112.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 65 | 26 | 0.58 | 0 | 0.60 | 0.75 | 118.46 | 0.43 | 0.18 |
| Hex | 1B | 41 | 1A | 3A | 0 | 3C | 4B | 76 | 2B | 12 |
| Octal | 33 | 101 | 32 | 72 | 0 | 74 | 113 | 166 | 53 | 22 |
| Binary | 11011 | 1000001 | 11010 | 111010 | 0 | 111100 | 1001011 | 1110110 | 101011 | 10010 |
Color Harmonies of #1B411A
Complementary color
Monochromatic Colors of #1B411A
Black with #1B411A
Text Example
Text Example
White with #1B411A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B411A; }
p { color: rgb(27,65,26); }
H1.HeaderClassName
{
color: #1B411A;
}
.AnyTagClassName
{
color: #1B411A;
}
</style>
background-color css
<style>
a { background-color: #1B411A; }
a { background-color: rgb(27,65,26); }
div.DivClassName
{
background-color: #1B411A;
}
.BgClassName
{
background-color: #1B411A;
}
</style>
border-color css
<style>
span { border-color: #1B411A; }
span { border-color: rgb(27,65,26); }
td.TdClassName
{
border-color: #1B411A;
}
.TagClassName
{
border-color: #1B411A;
}
</style>