Shades of Myrtle #1B440D
Tints of Myrtle #1B440D
RGB
CMYK
RGB Variations
Color information
#1B440D (or 0x1B440D) is known color: Myrtle. HEX triplet: 1B, 44 and 0D. RGB value is (27,68,13). Sum of RGB (Red+Green+Blue) = 27+68+13=108 (14% of max value = 765). Red value is 27 (10.94% from 255 or 25% from 108); Green value is 68 (26.95% from 255 or 62.96% from 108); Blue value is 13 (5.47% from 255 or 12.04% from 108); Max value from RGB is 68 - color contains mainly: green. Hex color #1B440D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B440D is #E4BBF2. Grayscale: #313131. Windows color (decimal): -14990323 or 869403. OLE color: 869403.
HSL color Cylindrical-coordinate representation of color #1B440D: hue angle of 104.73º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1B440D is Cyan = 0.60, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 27 | 68 | 13 | - |
| CMYK | 0.60 | 0 | 0.81 | 0.73 |
| HSL | 104.73º | 0.68% | 0.16% | - |
| HSV(B) | 104.73º | 0.81% | 0.27% | - |
| XYZ | 2.59 | 4.4 | 1.09 | - |
| YUV | 49.47 | 107.42 | 111.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 68 | 13 | 0.60 | 0 | 0.81 | 0.73 | 104.73 | 0.68 | 0.16 |
| Hex | 1B | 44 | D | 3C | 0 | 51 | 49 | 69 | 44 | 10 |
| Octal | 33 | 104 | 15 | 74 | 0 | 121 | 111 | 151 | 104 | 20 |
| Binary | 11011 | 1000100 | 1101 | 111100 | 0 | 1010001 | 1001001 | 1101001 | 1000100 | 10000 |
Color Harmonies of #1B440D
Complementary color
Monochromatic Colors of #1B440D
Black with #1B440D
Text Example
Text Example
White with #1B440D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B440D; }
p { color: rgb(27,68,13); }
H1.HeaderClassName
{
color: #1B440D;
}
.AnyTagClassName
{
color: #1B440D;
}
</style>
background-color css
<style>
a { background-color: #1B440D; }
a { background-color: rgb(27,68,13); }
div.DivClassName
{
background-color: #1B440D;
}
.BgClassName
{
background-color: #1B440D;
}
</style>
border-color css
<style>
span { border-color: #1B440D; }
span { border-color: rgb(27,68,13); }
td.TdClassName
{
border-color: #1B440D;
}
.TagClassName
{
border-color: #1B440D;
}
</style>