Shades of Myrtle #1B5014
Tints of Myrtle #1B5014
RGB
CMYK
RGB Variations
Color information
#1B5014 (or 0x1B5014) is known color: Myrtle. HEX triplet: 1B, 50 and 14. RGB value is (27,80,20). Sum of RGB (Red+Green+Blue) = 27+80+20=127 (16% of max value = 765). Red value is 27 (10.94% from 255 or 21.26% from 127); Green value is 80 (31.64% from 255 or 62.99% from 127); Blue value is 20 (8.20% from 255 or 15.75% from 127); Max value from RGB is 80 - color contains mainly: green. Hex color #1B5014 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1B5014 is #E4AFEB. Grayscale: #393939. Windows color (decimal): -14987244 or 1331227. OLE color: 1331227.
HSL color Cylindrical-coordinate representation of color #1B5014: hue angle of 113º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1B5014 is Cyan = 0.66, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 27 | 80 | 20 | - |
| CMYK | 0.66 | 0 | 0.75 | 0.69 |
| HSL | 113º | 0.6% | 0.2% | - |
| HSV(B) | 113º | 0.75% | 0.31% | - |
| XYZ | 3.45 | 6.02 | 1.64 | - |
| YUV | 57.31 | 106.94 | 106.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 80 | 20 | 0.66 | 0 | 0.75 | 0.69 | 113 | 0.6 | 0.2 |
| Hex | 1B | 50 | 14 | 42 | 0 | 4B | 45 | 71 | 3C | 14 |
| Octal | 33 | 120 | 24 | 102 | 0 | 113 | 105 | 161 | 74 | 24 |
| Binary | 11011 | 1010000 | 10100 | 1000010 | 0 | 1001011 | 1000101 | 1110001 | 111100 | 10100 |
Color Harmonies of #1B5014
Complementary color
Monochromatic Colors of #1B5014
Black with #1B5014
Text Example
Text Example
White with #1B5014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5014; }
p { color: rgb(27,80,20); }
H1.HeaderClassName
{
color: #1B5014;
}
.AnyTagClassName
{
color: #1B5014;
}
</style>
background-color css
<style>
a { background-color: #1B5014; }
a { background-color: rgb(27,80,20); }
div.DivClassName
{
background-color: #1B5014;
}
.BgClassName
{
background-color: #1B5014;
}
</style>
border-color css
<style>
span { border-color: #1B5014; }
span { border-color: rgb(27,80,20); }
td.TdClassName
{
border-color: #1B5014;
}
.TagClassName
{
border-color: #1B5014;
}
</style>