Shades of Myrtle #14581C
Tints of Myrtle #14581C
RGB
CMYK
RGB Variations
Color information
#14581C (or 0x14581C) is known color: Myrtle. HEX triplet: 14, 58 and 1C. RGB value is (20,88,28). Sum of RGB (Red+Green+Blue) = 20+88+28=136 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.71% from 136); Green value is 88 (34.77% from 255 or 64.71% from 136); Blue value is 28 (11.33% from 255 or 20.59% from 136); Max value from RGB is 88 - color contains mainly: green. Hex color #14581C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14581C is #EBA7E3. Grayscale: #3C3C3C. Windows color (decimal): -15443940 or 1857556. OLE color: 1857556.
HSL color Cylindrical-coordinate representation of color #14581C: hue angle of 127.06º 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 #14581C is Cyan = 0.77, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 20 | 88 | 28 | - |
| CMYK | 0.77 | 0 | 0.68 | 0.65 |
| HSL | 127.06º | 0.63% | 0.21% | - |
| HSV(B) | 127.06º | 0.77% | 0.35% | - |
| XYZ | 3.99 | 7.21 | 2.28 | - |
| YUV | 60.83 | 109.47 | 98.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 88 | 28 | 0.77 | 0 | 0.68 | 0.65 | 127.06 | 0.63 | 0.21 |
| Hex | 14 | 58 | 1C | 4D | 0 | 44 | 41 | 7F | 3F | 15 |
| Octal | 24 | 130 | 34 | 115 | 0 | 104 | 101 | 177 | 77 | 25 |
| Binary | 10100 | 1011000 | 11100 | 1001101 | 0 | 1000100 | 1000001 | 1111111 | 111111 | 10101 |
Color Harmonies of #14581C
Complementary color
Monochromatic Colors of #14581C
Black with #14581C
Text Example
Text Example
White with #14581C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14581C; }
p { color: rgb(20,88,28); }
H1.HeaderClassName
{
color: #14581C;
}
.AnyTagClassName
{
color: #14581C;
}
</style>
background-color css
<style>
a { background-color: #14581C; }
a { background-color: rgb(20,88,28); }
div.DivClassName
{
background-color: #14581C;
}
.BgClassName
{
background-color: #14581C;
}
</style>
border-color css
<style>
span { border-color: #14581C; }
span { border-color: rgb(20,88,28); }
td.TdClassName
{
border-color: #14581C;
}
.TagClassName
{
border-color: #14581C;
}
</style>