Shades of Myrtle #1B4816
Tints of Myrtle #1B4816
RGB
CMYK
RGB Variations
Color information
#1B4816 (or 0x1B4816) is known color: Myrtle. HEX triplet: 1B, 48 and 16. RGB value is (27,72,22). Sum of RGB (Red+Green+Blue) = 27+72+22=121 (16% of max value = 765). Red value is 27 (10.94% from 255 or 22.31% from 121); Green value is 72 (28.52% from 255 or 59.50% from 121); Blue value is 22 (8.98% from 255 or 18.18% from 121); Max value from RGB is 72 - color contains mainly: green. Hex color #1B4816 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B4816 is #E4B7E9. Grayscale: #353535. Windows color (decimal): -14989290 or 1460251. OLE color: 1460251.
HSL color Cylindrical-coordinate representation of color #1B4816: hue angle of 114º 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 #1B4816 is Cyan = 0.62, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 27 | 72 | 22 | - |
| CMYK | 0.62 | 0 | 0.69 | 0.72 |
| HSL | 114º | 0.53% | 0.18% | - |
| HSV(B) | 114º | 0.69% | 0.28% | - |
| XYZ | 2.91 | 4.93 | 1.56 | - |
| YUV | 52.85 | 110.59 | 109.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 72 | 22 | 0.62 | 0 | 0.69 | 0.72 | 114 | 0.53 | 0.18 |
| Hex | 1B | 48 | 16 | 3E | 0 | 45 | 48 | 72 | 35 | 12 |
| Octal | 33 | 110 | 26 | 76 | 0 | 105 | 110 | 162 | 65 | 22 |
| Binary | 11011 | 1001000 | 10110 | 111110 | 0 | 1000101 | 1001000 | 1110010 | 110101 | 10010 |
Color Harmonies of #1B4816
Complementary color
Monochromatic Colors of #1B4816
Black with #1B4816
Text Example
Text Example
White with #1B4816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B4816; }
p { color: rgb(27,72,22); }
H1.HeaderClassName
{
color: #1B4816;
}
.AnyTagClassName
{
color: #1B4816;
}
</style>
background-color css
<style>
a { background-color: #1B4816; }
a { background-color: rgb(27,72,22); }
div.DivClassName
{
background-color: #1B4816;
}
.BgClassName
{
background-color: #1B4816;
}
</style>
border-color css
<style>
span { border-color: #1B4816; }
span { border-color: rgb(27,72,22); }
td.TdClassName
{
border-color: #1B4816;
}
.TagClassName
{
border-color: #1B4816;
}
</style>