Shades of Myrtle #1B4819
Tints of Myrtle #1B4819
RGB
CMYK
RGB Variations
Color information
#1B4819 (or 0x1B4819) is known color: Myrtle. HEX triplet: 1B, 48 and 19. RGB value is (27,72,25). Sum of RGB (Red+Green+Blue) = 27+72+25=124 (16% of max value = 765). Red value is 27 (10.94% from 255 or 21.77% from 124); Green value is 72 (28.52% from 255 or 58.06% from 124); Blue value is 25 (10.16% from 255 or 20.16% from 124); Max value from RGB is 72 - color contains mainly: green. Hex color #1B4819 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B4819 is #E4B7E6. Grayscale: #353535. Windows color (decimal): -14989287 or 1656859. OLE color: 1656859.
HSL color Cylindrical-coordinate representation of color #1B4819: hue angle of 117.45º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1B4819 is Cyan = 0.62, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 27 | 72 | 25 | - |
| CMYK | 0.62 | 0 | 0.65 | 0.72 |
| HSL | 117.45º | 0.48% | 0.19% | - |
| HSV(B) | 117.45º | 0.65% | 0.28% | - |
| XYZ | 2.94 | 4.94 | 1.72 | - |
| YUV | 53.19 | 112.09 | 109.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 72 | 25 | 0.62 | 0 | 0.65 | 0.72 | 117.45 | 0.48 | 0.19 |
| Hex | 1B | 48 | 19 | 3E | 0 | 41 | 48 | 75 | 30 | 13 |
| Octal | 33 | 110 | 31 | 76 | 0 | 101 | 110 | 165 | 60 | 23 |
| Binary | 11011 | 1001000 | 11001 | 111110 | 0 | 1000001 | 1001000 | 1110101 | 110000 | 10011 |
Color Harmonies of #1B4819
Complementary color
Monochromatic Colors of #1B4819
Black with #1B4819
Text Example
Text Example
White with #1B4819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B4819; }
p { color: rgb(27,72,25); }
H1.HeaderClassName
{
color: #1B4819;
}
.AnyTagClassName
{
color: #1B4819;
}
</style>
background-color css
<style>
a { background-color: #1B4819; }
a { background-color: rgb(27,72,25); }
div.DivClassName
{
background-color: #1B4819;
}
.BgClassName
{
background-color: #1B4819;
}
</style>
border-color css
<style>
span { border-color: #1B4819; }
span { border-color: rgb(27,72,25); }
td.TdClassName
{
border-color: #1B4819;
}
.TagClassName
{
border-color: #1B4819;
}
</style>