Shades of Myrtle #14520F
Tints of Myrtle #14520F
RGB
CMYK
RGB Variations
Color information
#14520F (or 0x14520F) is known color: Myrtle. HEX triplet: 14, 52 and 0F. RGB value is (20,82,15). Sum of RGB (Red+Green+Blue) = 20+82+15=117 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.09% from 117); Green value is 82 (32.42% from 255 or 70.09% from 117); Blue value is 15 (6.25% from 255 or 12.82% from 117); Max value from RGB is 82 - color contains mainly: green. Hex color #14520F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #14520F is #EBADF0. Grayscale: #383838. Windows color (decimal): -15445489 or 1004052. OLE color: 1004052.
HSL color Cylindrical-coordinate representation of color #14520F: hue angle of 115.52º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #14520F is Cyan = 0.76, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 20 | 82 | 15 | - |
| CMYK | 0.76 | 0 | 0.82 | 0.68 |
| HSL | 115.52º | 0.69% | 0.19% | - |
| HSV(B) | 115.52º | 0.82% | 0.32% | - |
| XYZ | 3.39 | 6.22 | 1.47 | - |
| YUV | 55.82 | 104.96 | 102.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 82 | 15 | 0.76 | 0 | 0.82 | 0.68 | 115.52 | 0.69 | 0.19 |
| Hex | 14 | 52 | F | 4C | 0 | 52 | 44 | 74 | 45 | 13 |
| Octal | 24 | 122 | 17 | 114 | 0 | 122 | 104 | 164 | 105 | 23 |
| Binary | 10100 | 1010010 | 1111 | 1001100 | 0 | 1010010 | 1000100 | 1110100 | 1000101 | 10011 |
Color Harmonies of #14520F
Complementary color
Monochromatic Colors of #14520F
Black with #14520F
Text Example
Text Example
White with #14520F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14520F; }
p { color: rgb(20,82,15); }
H1.HeaderClassName
{
color: #14520F;
}
.AnyTagClassName
{
color: #14520F;
}
</style>
background-color css
<style>
a { background-color: #14520F; }
a { background-color: rgb(20,82,15); }
div.DivClassName
{
background-color: #14520F;
}
.BgClassName
{
background-color: #14520F;
}
</style>
border-color css
<style>
span { border-color: #14520F; }
span { border-color: rgb(20,82,15); }
td.TdClassName
{
border-color: #14520F;
}
.TagClassName
{
border-color: #14520F;
}
</style>