Shades of Myrtle #1B4619
Tints of Myrtle #1B4619
RGB
CMYK
RGB Variations
Color information
#1B4619 (or 0x1B4619) is known color: Myrtle. HEX triplet: 1B, 46 and 19. RGB value is (27,70,25). Sum of RGB (Red+Green+Blue) = 27+70+25=122 (16% of max value = 765). Red value is 27 (10.94% from 255 or 22.13% from 122); Green value is 70 (27.73% from 255 or 57.38% from 122); Blue value is 25 (10.16% from 255 or 20.49% from 122); Max value from RGB is 70 - color contains mainly: green. Hex color #1B4619 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B4619 is #E4B9E6. Grayscale: #343434. Windows color (decimal): -14989799 or 1656347. OLE color: 1656347.
HSL color Cylindrical-coordinate representation of color #1B4619: hue angle of 117.33º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1B4619 is Cyan = 0.61, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 27 | 70 | 25 | - |
| CMYK | 0.61 | 0 | 0.64 | 0.73 |
| HSL | 117.33º | 0.47% | 0.19% | - |
| HSV(B) | 117.33º | 0.64% | 0.27% | - |
| XYZ | 2.82 | 4.68 | 1.68 | - |
| YUV | 52.01 | 112.75 | 110.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 70 | 25 | 0.61 | 0 | 0.64 | 0.73 | 117.33 | 0.47 | 0.19 |
| Hex | 1B | 46 | 19 | 3D | 0 | 40 | 49 | 75 | 2F | 13 |
| Octal | 33 | 106 | 31 | 75 | 0 | 100 | 111 | 165 | 57 | 23 |
| Binary | 11011 | 1000110 | 11001 | 111101 | 0 | 1000000 | 1001001 | 1110101 | 101111 | 10011 |
Color Harmonies of #1B4619
Complementary color
Monochromatic Colors of #1B4619
Black with #1B4619
Text Example
Text Example
White with #1B4619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B4619; }
p { color: rgb(27,70,25); }
H1.HeaderClassName
{
color: #1B4619;
}
.AnyTagClassName
{
color: #1B4619;
}
</style>
background-color css
<style>
a { background-color: #1B4619; }
a { background-color: rgb(27,70,25); }
div.DivClassName
{
background-color: #1B4619;
}
.BgClassName
{
background-color: #1B4619;
}
</style>
border-color css
<style>
span { border-color: #1B4619; }
span { border-color: rgb(27,70,25); }
td.TdClassName
{
border-color: #1B4619;
}
.TagClassName
{
border-color: #1B4619;
}
</style>