Shades of Myrtle #14581B
Tints of Myrtle #14581B
RGB
CMYK
RGB Variations
Color information
#14581B (or 0x14581B) is known color: Myrtle. HEX triplet: 14, 58 and 1B. RGB value is (20,88,27). Sum of RGB (Red+Green+Blue) = 20+88+27=135 (17% of max value = 765). Red value is 20 (8.20% from 255 or 14.81% from 135); Green value is 88 (34.77% from 255 or 65.19% from 135); Blue value is 27 (10.94% from 255 or 20% from 135); Max value from RGB is 88 - color contains mainly: green. Hex color #14581B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14581B is #EBA7E4. Grayscale: #3C3C3C. Windows color (decimal): -15443941 or 1792020. OLE color: 1792020.
HSL color Cylindrical-coordinate representation of color #14581B: hue angle of 126.18º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #14581B is Cyan = 0.77, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 20 | 88 | 27 | - |
| CMYK | 0.77 | 0 | 0.69 | 0.65 |
| HSL | 126.18º | 0.63% | 0.21% | - |
| HSV(B) | 126.18º | 0.77% | 0.35% | - |
| XYZ | 3.98 | 7.21 | 2.22 | - |
| YUV | 60.71 | 108.97 | 98.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 88 | 27 | 0.77 | 0 | 0.69 | 0.65 | 126.18 | 0.63 | 0.21 |
| Hex | 14 | 58 | 1B | 4D | 0 | 45 | 41 | 7E | 3F | 15 |
| Octal | 24 | 130 | 33 | 115 | 0 | 105 | 101 | 176 | 77 | 25 |
| Binary | 10100 | 1011000 | 11011 | 1001101 | 0 | 1000101 | 1000001 | 1111110 | 111111 | 10101 |
Color Harmonies of #14581B
Complementary color
Monochromatic Colors of #14581B
Black with #14581B
Text Example
Text Example
White with #14581B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14581B; }
p { color: rgb(20,88,27); }
H1.HeaderClassName
{
color: #14581B;
}
.AnyTagClassName
{
color: #14581B;
}
</style>
background-color css
<style>
a { background-color: #14581B; }
a { background-color: rgb(20,88,27); }
div.DivClassName
{
background-color: #14581B;
}
.BgClassName
{
background-color: #14581B;
}
</style>
border-color css
<style>
span { border-color: #14581B; }
span { border-color: rgb(20,88,27); }
td.TdClassName
{
border-color: #14581B;
}
.TagClassName
{
border-color: #14581B;
}
</style>