Shades of Myrtle #1B4516
Tints of Myrtle #1B4516
RGB
CMYK
RGB Variations
Color information
#1B4516 (or 0x1B4516) is known color: Myrtle. HEX triplet: 1B, 45 and 16. RGB value is (27,69,22). Sum of RGB (Red+Green+Blue) = 27+69+22=118 (15% of max value = 765). Red value is 27 (10.94% from 255 or 22.88% from 118); Green value is 69 (27.34% from 255 or 58.47% from 118); Blue value is 22 (8.98% from 255 or 18.64% from 118); Max value from RGB is 69 - color contains mainly: green. Hex color #1B4516 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B4516 is #E4BAE9. Grayscale: #333333. Windows color (decimal): -14990058 or 1459483. OLE color: 1459483.
HSL color Cylindrical-coordinate representation of color #1B4516: hue angle of 113.62º degrees, saturation: 0.52, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1B4516 is Cyan = 0.61, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 27 | 69 | 22 | - |
| CMYK | 0.61 | 0 | 0.68 | 0.73 |
| HSL | 113.62º | 0.52% | 0.18% | - |
| HSV(B) | 113.62º | 0.68% | 0.27% | - |
| XYZ | 2.72 | 4.55 | 1.49 | - |
| YUV | 51.08 | 111.59 | 110.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 69 | 22 | 0.61 | 0 | 0.68 | 0.73 | 113.62 | 0.52 | 0.18 |
| Hex | 1B | 45 | 16 | 3D | 0 | 44 | 49 | 72 | 34 | 12 |
| Octal | 33 | 105 | 26 | 75 | 0 | 104 | 111 | 162 | 64 | 22 |
| Binary | 11011 | 1000101 | 10110 | 111101 | 0 | 1000100 | 1001001 | 1110010 | 110100 | 10010 |
Color Harmonies of #1B4516
Complementary color
Monochromatic Colors of #1B4516
Black with #1B4516
Text Example
Text Example
White with #1B4516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B4516; }
p { color: rgb(27,69,22); }
H1.HeaderClassName
{
color: #1B4516;
}
.AnyTagClassName
{
color: #1B4516;
}
</style>
background-color css
<style>
a { background-color: #1B4516; }
a { background-color: rgb(27,69,22); }
div.DivClassName
{
background-color: #1B4516;
}
.BgClassName
{
background-color: #1B4516;
}
</style>
border-color css
<style>
span { border-color: #1B4516; }
span { border-color: rgb(27,69,22); }
td.TdClassName
{
border-color: #1B4516;
}
.TagClassName
{
border-color: #1B4516;
}
</style>