Shades of Myrtle #145410
Tints of Myrtle #145410
RGB
CMYK
RGB Variations
Color information
#145410 (or 0x145410) is known color: Myrtle. HEX triplet: 14, 54 and 10. RGB value is (20,84,16). Sum of RGB (Red+Green+Blue) = 20+84+16=120 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.67% from 120); Green value is 84 (33.20% from 255 or 70% from 120); Blue value is 16 (6.64% from 255 or 13.33% from 120); Max value from RGB is 84 - color contains mainly: green. Hex color #145410 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #145410 is #EBABEF. Grayscale: #393939. Windows color (decimal): -15444976 or 1070100. OLE color: 1070100.
HSL color Cylindrical-coordinate representation of color #145410: hue angle of 116.47º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #145410 is Cyan = 0.76, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 20 | 84 | 16 | - |
| CMYK | 0.76 | 0 | 0.81 | 0.67 |
| HSL | 116.47º | 0.68% | 0.2% | - |
| HSV(B) | 116.47º | 0.81% | 0.33% | - |
| XYZ | 3.55 | 6.53 | 1.56 | - |
| YUV | 57.11 | 104.8 | 101.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 84 | 16 | 0.76 | 0 | 0.81 | 0.67 | 116.47 | 0.68 | 0.2 |
| Hex | 14 | 54 | 10 | 4C | 0 | 51 | 43 | 74 | 44 | 14 |
| Octal | 24 | 124 | 20 | 114 | 0 | 121 | 103 | 164 | 104 | 24 |
| Binary | 10100 | 1010100 | 10000 | 1001100 | 0 | 1010001 | 1000011 | 1110100 | 1000100 | 10100 |
Color Harmonies of #145410
Complementary color
Monochromatic Colors of #145410
Black with #145410
Text Example
Text Example
White with #145410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145410; }
p { color: rgb(20,84,16); }
H1.HeaderClassName
{
color: #145410;
}
.AnyTagClassName
{
color: #145410;
}
</style>
background-color css
<style>
a { background-color: #145410; }
a { background-color: rgb(20,84,16); }
div.DivClassName
{
background-color: #145410;
}
.BgClassName
{
background-color: #145410;
}
</style>
border-color css
<style>
span { border-color: #145410; }
span { border-color: rgb(20,84,16); }
td.TdClassName
{
border-color: #145410;
}
.TagClassName
{
border-color: #145410;
}
</style>