Shades of Myrtle #1B4621
Tints of Myrtle #1B4621
RGB
CMYK
RGB Variations
Color information
#1B4621 (or 0x1B4621) is known color: Myrtle. HEX triplet: 1B, 46 and 21. RGB value is (27,70,33). Sum of RGB (Red+Green+Blue) = 27+70+33=130 (17% of max value = 765). Red value is 27 (10.94% from 255 or 20.77% from 130); Green value is 70 (27.73% from 255 or 53.85% from 130); Blue value is 33 (13.28% from 255 or 25.38% from 130); Max value from RGB is 70 - color contains mainly: green. Hex color #1B4621 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B4621 is #E4B9DE. Grayscale: #353535. Windows color (decimal): -14989791 or 2180635. OLE color: 2180635.
HSL color Cylindrical-coordinate representation of color #1B4621: hue angle of 128.37º degrees, saturation: 0.44, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1B4621 is Cyan = 0.61, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 27 | 70 | 33 | - |
| CMYK | 0.61 | 0 | 0.53 | 0.73 |
| HSL | 128.37º | 0.44% | 0.19% | - |
| HSV(B) | 128.37º | 0.61% | 0.27% | - |
| XYZ | 2.92 | 4.72 | 2.2 | - |
| YUV | 52.93 | 116.75 | 109.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 70 | 33 | 0.61 | 0 | 0.53 | 0.73 | 128.37 | 0.44 | 0.19 |
| Hex | 1B | 46 | 21 | 3D | 0 | 35 | 49 | 80 | 2C | 13 |
| Octal | 33 | 106 | 41 | 75 | 0 | 65 | 111 | 200 | 54 | 23 |
| Binary | 11011 | 1000110 | 100001 | 111101 | 0 | 110101 | 1001001 | 10000000 | 101100 | 10011 |
Color Harmonies of #1B4621
Complementary color
Monochromatic Colors of #1B4621
Black with #1B4621
Text Example
Text Example
White with #1B4621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B4621; }
p { color: rgb(27,70,33); }
H1.HeaderClassName
{
color: #1B4621;
}
.AnyTagClassName
{
color: #1B4621;
}
</style>
background-color css
<style>
a { background-color: #1B4621; }
a { background-color: rgb(27,70,33); }
div.DivClassName
{
background-color: #1B4621;
}
.BgClassName
{
background-color: #1B4621;
}
</style>
border-color css
<style>
span { border-color: #1B4621; }
span { border-color: rgb(27,70,33); }
td.TdClassName
{
border-color: #1B4621;
}
.TagClassName
{
border-color: #1B4621;
}
</style>