Shades of Myrtle #1B4421
Tints of Myrtle #1B4421
RGB
CMYK
RGB Variations
Color information
#1B4421 (or 0x1B4421) is known color: Myrtle. HEX triplet: 1B, 44 and 21. RGB value is (27,68,33). Sum of RGB (Red+Green+Blue) = 27+68+33=128 (16% of max value = 765). Red value is 27 (10.94% from 255 or 21.09% from 128); Green value is 68 (26.95% from 255 or 53.12% from 128); Blue value is 33 (13.28% from 255 or 25.78% from 128); Max value from RGB is 68 - color contains mainly: green. Hex color #1B4421 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B4421 is #E4BBDE. Grayscale: #333333. Windows color (decimal): -14990303 or 2180123. OLE color: 2180123.
HSL color Cylindrical-coordinate representation of color #1B4421: hue angle of 128.78º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1B4421 is Cyan = 0.60, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 27 | 68 | 33 | - |
| CMYK | 0.60 | 0 | 0.51 | 0.73 |
| HSL | 128.78º | 0.43% | 0.19% | - |
| HSV(B) | 128.78º | 0.6% | 0.27% | - |
| XYZ | 2.79 | 4.48 | 2.16 | - |
| YUV | 51.75 | 117.42 | 110.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 68 | 33 | 0.60 | 0 | 0.51 | 0.73 | 128.78 | 0.43 | 0.19 |
| Hex | 1B | 44 | 21 | 3C | 0 | 33 | 49 | 81 | 2B | 13 |
| Octal | 33 | 104 | 41 | 74 | 0 | 63 | 111 | 201 | 53 | 23 |
| Binary | 11011 | 1000100 | 100001 | 111100 | 0 | 110011 | 1001001 | 10000001 | 101011 | 10011 |
Color Harmonies of #1B4421
Complementary color
Monochromatic Colors of #1B4421
Black with #1B4421
Text Example
Text Example
White with #1B4421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B4421; }
p { color: rgb(27,68,33); }
H1.HeaderClassName
{
color: #1B4421;
}
.AnyTagClassName
{
color: #1B4421;
}
</style>
background-color css
<style>
a { background-color: #1B4421; }
a { background-color: rgb(27,68,33); }
div.DivClassName
{
background-color: #1B4421;
}
.BgClassName
{
background-color: #1B4421;
}
</style>
border-color css
<style>
span { border-color: #1B4421; }
span { border-color: rgb(27,68,33); }
td.TdClassName
{
border-color: #1B4421;
}
.TagClassName
{
border-color: #1B4421;
}
</style>