Shades of Myrtle #1B4716
Tints of Myrtle #1B4716
RGB
CMYK
RGB Variations
Color information
#1B4716 (or 0x1B4716) is known color: Myrtle. HEX triplet: 1B, 47 and 16. RGB value is (27,71,22). Sum of RGB (Red+Green+Blue) = 27+71+22=120 (15% of max value = 765). Red value is 27 (10.94% from 255 or 22.5% from 120); Green value is 71 (28.12% from 255 or 59.17% from 120); Blue value is 22 (8.98% from 255 or 18.33% from 120); Max value from RGB is 71 - color contains mainly: green. Hex color #1B4716 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B4716 is #E4B8E9. Grayscale: #343434. Windows color (decimal): -14989546 or 1459995. OLE color: 1459995.
HSL color Cylindrical-coordinate representation of color #1B4716: hue angle of 113.88º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1B4716 is Cyan = 0.62, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 27 | 71 | 22 | - |
| CMYK | 0.62 | 0 | 0.69 | 0.72 |
| HSL | 113.88º | 0.53% | 0.18% | - |
| HSV(B) | 113.88º | 0.69% | 0.28% | - |
| XYZ | 2.85 | 4.8 | 1.53 | - |
| YUV | 52.26 | 110.92 | 109.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 71 | 22 | 0.62 | 0 | 0.69 | 0.72 | 113.88 | 0.53 | 0.18 |
| Hex | 1B | 47 | 16 | 3E | 0 | 45 | 48 | 72 | 35 | 12 |
| Octal | 33 | 107 | 26 | 76 | 0 | 105 | 110 | 162 | 65 | 22 |
| Binary | 11011 | 1000111 | 10110 | 111110 | 0 | 1000101 | 1001000 | 1110010 | 110101 | 10010 |
Color Harmonies of #1B4716
Complementary color
Monochromatic Colors of #1B4716
Black with #1B4716
Text Example
Text Example
White with #1B4716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B4716; }
p { color: rgb(27,71,22); }
H1.HeaderClassName
{
color: #1B4716;
}
.AnyTagClassName
{
color: #1B4716;
}
</style>
background-color css
<style>
a { background-color: #1B4716; }
a { background-color: rgb(27,71,22); }
div.DivClassName
{
background-color: #1B4716;
}
.BgClassName
{
background-color: #1B4716;
}
</style>
border-color css
<style>
span { border-color: #1B4716; }
span { border-color: rgb(27,71,22); }
td.TdClassName
{
border-color: #1B4716;
}
.TagClassName
{
border-color: #1B4716;
}
</style>