Shades of Myrtle #1B5015
Tints of Myrtle #1B5015
RGB
CMYK
RGB Variations
Color information
#1B5015 (or 0x1B5015) is known color: Myrtle. HEX triplet: 1B, 50 and 15. RGB value is (27,80,21). Sum of RGB (Red+Green+Blue) = 27+80+21=128 (16% of max value = 765). Red value is 27 (10.94% from 255 or 21.09% from 128); Green value is 80 (31.64% from 255 or 62.5% from 128); Blue value is 21 (8.59% from 255 or 16.41% from 128); Max value from RGB is 80 - color contains mainly: green. Hex color #1B5015 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1B5015 is #E4AFEA. Grayscale: #393939. Windows color (decimal): -14987243 or 1396763. OLE color: 1396763.
HSL color Cylindrical-coordinate representation of color #1B5015: hue angle of 113.9º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1B5015 is Cyan = 0.66, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 27 | 80 | 21 | - |
| CMYK | 0.66 | 0 | 0.74 | 0.69 |
| HSL | 113.9º | 0.58% | 0.2% | - |
| HSV(B) | 113.9º | 0.74% | 0.31% | - |
| XYZ | 3.46 | 6.02 | 1.69 | - |
| YUV | 57.43 | 107.44 | 106.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 80 | 21 | 0.66 | 0 | 0.74 | 0.69 | 113.9 | 0.58 | 0.2 |
| Hex | 1B | 50 | 15 | 42 | 0 | 4A | 45 | 72 | 3A | 14 |
| Octal | 33 | 120 | 25 | 102 | 0 | 112 | 105 | 162 | 72 | 24 |
| Binary | 11011 | 1010000 | 10101 | 1000010 | 0 | 1001010 | 1000101 | 1110010 | 111010 | 10100 |
Color Harmonies of #1B5015
Complementary color
Monochromatic Colors of #1B5015
Black with #1B5015
Text Example
Text Example
White with #1B5015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5015; }
p { color: rgb(27,80,21); }
H1.HeaderClassName
{
color: #1B5015;
}
.AnyTagClassName
{
color: #1B5015;
}
</style>
background-color css
<style>
a { background-color: #1B5015; }
a { background-color: rgb(27,80,21); }
div.DivClassName
{
background-color: #1B5015;
}
.BgClassName
{
background-color: #1B5015;
}
</style>
border-color css
<style>
span { border-color: #1B5015; }
span { border-color: rgb(27,80,21); }
td.TdClassName
{
border-color: #1B5015;
}
.TagClassName
{
border-color: #1B5015;
}
</style>