Shades of Myrtle #145210
Tints of Myrtle #145210
RGB
CMYK
RGB Variations
Color information
#145210 (or 0x145210) is known color: Myrtle. HEX triplet: 14, 52 and 10. RGB value is (20,82,16). Sum of RGB (Red+Green+Blue) = 20+82+16=118 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.95% from 118); Green value is 82 (32.42% from 255 or 69.49% from 118); Blue value is 16 (6.64% from 255 or 13.56% from 118); Max value from RGB is 82 - color contains mainly: green. Hex color #145210 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #145210 is #EBADEF. Grayscale: #383838. Windows color (decimal): -15445488 or 1069588. OLE color: 1069588.
HSL color Cylindrical-coordinate representation of color #145210: hue angle of 116.36º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #145210 is Cyan = 0.76, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 20 | 82 | 16 | - |
| CMYK | 0.76 | 0 | 0.80 | 0.68 |
| HSL | 116.36º | 0.67% | 0.19% | - |
| HSV(B) | 116.36º | 0.8% | 0.32% | - |
| XYZ | 3.4 | 6.22 | 1.51 | - |
| YUV | 55.94 | 105.46 | 102.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 82 | 16 | 0.76 | 0 | 0.80 | 0.68 | 116.36 | 0.67 | 0.19 |
| Hex | 14 | 52 | 10 | 4C | 0 | 50 | 44 | 74 | 43 | 13 |
| Octal | 24 | 122 | 20 | 114 | 0 | 120 | 104 | 164 | 103 | 23 |
| Binary | 10100 | 1010010 | 10000 | 1001100 | 0 | 1010000 | 1000100 | 1110100 | 1000011 | 10011 |
Color Harmonies of #145210
Complementary color
Monochromatic Colors of #145210
Black with #145210
Text Example
Text Example
White with #145210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145210; }
p { color: rgb(20,82,16); }
H1.HeaderClassName
{
color: #145210;
}
.AnyTagClassName
{
color: #145210;
}
</style>
background-color css
<style>
a { background-color: #145210; }
a { background-color: rgb(20,82,16); }
div.DivClassName
{
background-color: #145210;
}
.BgClassName
{
background-color: #145210;
}
</style>
border-color css
<style>
span { border-color: #145210; }
span { border-color: rgb(20,82,16); }
td.TdClassName
{
border-color: #145210;
}
.TagClassName
{
border-color: #145210;
}
</style>