Shades of Myrtle #1B521D
Tints of Myrtle #1B521D
RGB
CMYK
RGB Variations
Color information
#1B521D (or 0x1B521D) is known color: Myrtle. HEX triplet: 1B, 52 and 1D. RGB value is (27,82,29). Sum of RGB (Red+Green+Blue) = 27+82+29=138 (18% of max value = 765). Red value is 27 (10.94% from 255 or 19.57% from 138); Green value is 82 (32.42% from 255 or 59.42% from 138); Blue value is 29 (11.72% from 255 or 21.01% from 138); Max value from RGB is 82 - color contains mainly: green. Hex color #1B521D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B521D is #E4ADE2. Grayscale: #3B3B3B. Windows color (decimal): -14986723 or 1921563. OLE color: 1921563.
HSL color Cylindrical-coordinate representation of color #1B521D: hue angle of 122.18º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1B521D is Cyan = 0.67, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 27 | 82 | 29 | - |
| CMYK | 0.67 | 0 | 0.65 | 0.68 |
| HSL | 122.18º | 0.5% | 0.21% | - |
| HSV(B) | 122.18º | 0.67% | 0.32% | - |
| XYZ | 3.69 | 6.36 | 2.19 | - |
| YUV | 59.51 | 110.78 | 104.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 82 | 29 | 0.67 | 0 | 0.65 | 0.68 | 122.18 | 0.5 | 0.21 |
| Hex | 1B | 52 | 1D | 43 | 0 | 41 | 44 | 7A | 32 | 15 |
| Octal | 33 | 122 | 35 | 103 | 0 | 101 | 104 | 172 | 62 | 25 |
| Binary | 11011 | 1010010 | 11101 | 1000011 | 0 | 1000001 | 1000100 | 1111010 | 110010 | 10101 |
Color Harmonies of #1B521D
Complementary color
Monochromatic Colors of #1B521D
Black with #1B521D
Text Example
Text Example
White with #1B521D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B521D; }
p { color: rgb(27,82,29); }
H1.HeaderClassName
{
color: #1B521D;
}
.AnyTagClassName
{
color: #1B521D;
}
</style>
background-color css
<style>
a { background-color: #1B521D; }
a { background-color: rgb(27,82,29); }
div.DivClassName
{
background-color: #1B521D;
}
.BgClassName
{
background-color: #1B521D;
}
</style>
border-color css
<style>
span { border-color: #1B521D; }
span { border-color: rgb(27,82,29); }
td.TdClassName
{
border-color: #1B521D;
}
.TagClassName
{
border-color: #1B521D;
}
</style>