Shades of Myrtle #14521B
Tints of Myrtle #14521B
RGB
CMYK
RGB Variations
Color information
#14521B (or 0x14521B) is known color: Myrtle. HEX triplet: 14, 52 and 1B. RGB value is (20,82,27). Sum of RGB (Red+Green+Blue) = 20+82+27=129 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.50% from 129); Green value is 82 (32.42% from 255 or 63.57% from 129); Blue value is 27 (10.94% from 255 or 20.93% from 129); Max value from RGB is 82 - color contains mainly: green. Hex color #14521B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14521B is #EBADE4. Grayscale: #393939. Windows color (decimal): -15445477 or 1790484. OLE color: 1790484.
HSL color Cylindrical-coordinate representation of color #14521B: hue angle of 126.77º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #14521B is Cyan = 0.76, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 20 | 82 | 27 | - |
| CMYK | 0.76 | 0 | 0.67 | 0.68 |
| HSL | 126.77º | 0.61% | 0.2% | - |
| HSV(B) | 126.77º | 0.76% | 0.32% | - |
| XYZ | 3.5 | 6.26 | 2.06 | - |
| YUV | 57.19 | 110.96 | 101.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 82 | 27 | 0.76 | 0 | 0.67 | 0.68 | 126.77 | 0.61 | 0.2 |
| Hex | 14 | 52 | 1B | 4C | 0 | 43 | 44 | 7F | 3D | 14 |
| Octal | 24 | 122 | 33 | 114 | 0 | 103 | 104 | 177 | 75 | 24 |
| Binary | 10100 | 1010010 | 11011 | 1001100 | 0 | 1000011 | 1000100 | 1111111 | 111101 | 10100 |
Color Harmonies of #14521B
Complementary color
Monochromatic Colors of #14521B
Black with #14521B
Text Example
Text Example
White with #14521B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14521B; }
p { color: rgb(20,82,27); }
H1.HeaderClassName
{
color: #14521B;
}
.AnyTagClassName
{
color: #14521B;
}
</style>
background-color css
<style>
a { background-color: #14521B; }
a { background-color: rgb(20,82,27); }
div.DivClassName
{
background-color: #14521B;
}
.BgClassName
{
background-color: #14521B;
}
</style>
border-color css
<style>
span { border-color: #14521B; }
span { border-color: rgb(20,82,27); }
td.TdClassName
{
border-color: #14521B;
}
.TagClassName
{
border-color: #14521B;
}
</style>